summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://github.com/cschaufler/smack-nextStephen Rothwell2023-05-182-16/+48
|\
| * smack: Record transmuting in smk_transmutedRoberto Sassu2023-05-112-12/+30
| * smack: Retrieve transmuting information in smack_inode_getsecurity()Roberto Sassu2023-05-111-4/+18
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell2023-05-1813-64/+39
|\ \
| * | selinux: small cleanups in selinux_audit_rule_init()Paul Moore2023-05-081-20/+18
| * | selinux: declare read-only data arrays constChristian Göttsche2023-05-083-3/+3
| * | selinux: retain const qualifier on string literal in avtab_hash_eval()Christian Göttsche2023-05-082-2/+2
| * | selinux: drop return at end of void function avc_insert()Christian Göttsche2023-05-081-1/+0
| * | selinux: avc: drop unused function avc_disable()Christian Göttsche2023-05-082-22/+0
| * | selinux: adjust typos in commentsChristian Göttsche2023-05-086-6/+6
| * | selinux: do not leave dangling pointer behindChristian Göttsche2023-05-081-0/+1
| * | selinux: more Makefile tweaksPaul Moore2023-05-081-10/+9
| |/
* | Merge branch 'apparmor-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2023-05-189-29/+26
|\ \
| * | apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov2023-04-131-2/+7
| * | apparmor: Return directly after a failed kzalloc() in two functionsMarkus Elfring2023-04-131-5/+5
| * | AppArmor: Fix some kernel-doc commentsYang Li2023-04-091-1/+1
| * | apparmor: fix use of strcpy in policy_unpack_testRae Moar2023-01-291-7/+6
| * | apparmor: make aa_set_current_onexec return voidQuanfa Fu2023-01-173-6/+3
| * | apparmor: fix kernel-doc complaintsRandy Dunlap2023-01-103-8/+4
* | | mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-05-161-1/+1
| |/ |/|
* | Merge tag 'integrity-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-04-291-1/+1
|\ \
| * | IMA: allow/fix UML buildsRandy Dunlap2023-03-151-1/+1
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-273-21/+3
|\ \ \ \
| * | | | yama: simplfy sysctls with register_sysctl()Luis Chamberlain2023-04-131-7/+1
| * | | | loadpin: simplify sysctls use with register_sysctl()Luis Chamberlain2023-04-131-7/+1
| * | | | apparmor: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-04-131-7/+1
| | |/ / | |/| |
* | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-3/+3
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-3/+6
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | af_unix: preserve const qualifier in unix_sk()Eric Dumazet2023-03-181-1/+1
| * | | | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-171-2/+2
| | |/ / | |/| |
* | | | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-1/+1
|\ \ \ \
| * | | | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
| |/ / /
* | | | Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2023-04-242-3/+28
|\ \ \ \
| * | | | integrity: machine keyring CA configurationEric Snowberg2023-04-242-3/+28
| | |/ / | |/| |
* | | | Merge tag 'Smack-for-6.4' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-04-241-40/+24
|\ \ \ \
| * | | | Smack: Improve mount process memory useCasey Schaufler2023-04-051-39/+23
| * | | | smack_lsm: remove unnecessary type castingXU pengfei2023-03-081-1/+1
| | |/ / | |/| |
* | | | Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2023-04-243-48/+4
|\ \ \ \
| * | | | tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Vlastimil Babka2023-03-013-48/+4
* | | | | Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-244-118/+2639
|\ \ \ \ \
| * | | | | security: Remove security_old_inode_init_security()Roberto Sassu2023-03-231-11/+0
| * | | | | security: Remove integrity from the LSM list in KconfigRoberto Sassu2023-03-101-7/+9
| * | | | | Revert "integrity: double check iint_cache was initialized"Roberto Sassu2023-03-101-8/+0
| * | | | | security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu2023-03-102-3/+10
| * | | | | device_cgroup: Fix typo in devcgroup_css_alloc descriptionKamalesh Babulal2023-03-081-1/+1
| * | | | | lsm: fix a badly named parameter in security_get_getsecurity()Paul Moore2023-03-081-5/+5
| * | | | | lsm: fix doc warnings in the LSM hook commentsPaul Moore2023-03-081-16/+17
| * | | | | lsm: styling fixes to security/security.cPaul Moore2023-03-061-84/+98