aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2023-12-22selinux: fix style issues in security/selinux/include/avc_ss.hGravatar Paul Moore 1-1/+1
2023-12-22selinux: align avc_has_perm_noaudit() prototype with definitionGravatar Paul Moore 1-1/+1
2023-12-22selinux: fix style issues in security/selinux/include/avc.hGravatar Paul Moore 1-26/+15
2023-12-22selinux: fix style issues in security/selinux/include/audit.hGravatar Paul Moore 1-1/+0
2023-12-21apparmorfs: don't duplicate kfree_link()Gravatar Al Viro 1-6/+1
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryGravatar David Howells 4-22/+37
2023-12-20shm: Slim down dependenciesGravatar Kent Overstreet 2-0/+2
2023-12-20kexec_file: print out debugging message if requiredGravatar Baoquan He 1-2/+2
2023-12-20evm: add support to disable EVM on unsupported filesystemsGravatar Mimi Zohar 1-1/+34
2023-12-20evm: don't copy up 'security.evm' xattrGravatar Mimi Zohar 2-1/+8
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 1-6/+0
2023-12-12fsnotify: optionally pass access range in file permission hooksGravatar Amir Goldstein 1-7/+1
2023-12-12fsnotify: split fsnotify_perm() into two hooksGravatar Amir Goldstein 1-2/+2
2023-12-12io_uring: split out cmd api into a separate headerGravatar Pavel Begunkov 2-2/+2
2023-12-07selinux: remove the wrong comment about multithreaded process handlingGravatar Munehisa Kamata 1-1/+0
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Gravatar Jens Axboe 1-2/+2
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Gravatar Jens Axboe 1-2/+1
2023-11-27KEYS: encrypted: Add check for strsepGravatar Chen Ni 1-0/+4
2023-11-27ima: Remove EXPERIMENTAL from KconfigGravatar Eric Snowberg 1-1/+1
2023-11-27ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARYGravatar Eric Snowberg 1-5/+5
2023-11-26apparmor: cleanup network hook commentsGravatar John Johansen 1-44/+16
2023-11-21selinux: introduce an initial SID for early boot processesGravatar Ondrej Mosnacek 7-2/+76
2023-11-20selinux: refactor avtab_node comparisonsGravatar Jacob Satterfield 1-60/+41
2023-11-19apparmor: add missing params to aa_may_ptrace kernel-doc commentsGravatar John Johansen 1-0/+2
2023-11-19apparmor: declare nulldfa as staticGravatar John Johansen 1-1/+1
2023-11-19apparmor: declare stack_msg as staticGravatar John Johansen 1-1/+1
2023-11-19apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Gravatar Dimitri John Ledkov 3-17/+17
2023-11-16selinux: update filenametr_hash() to use full_name_hash()Gravatar Paul Moore 1-9/+2
2023-11-16selinux: saner handling of policy reloadsGravatar Al Viro 1-78/+66
2023-11-12lsm: mark the lsm_id variables are marked as staticGravatar Paul Moore 9-9/+9
2023-11-12lsm: convert security_setselfattr() to use memdup_user()Gravatar Paul Moore 1-8/+3
2023-11-12lsm: align based on pointer length in lsm_fill_user_ctx()Gravatar Paul Moore 1-1/+1
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Gravatar Paul Moore 4-74/+63
2023-11-12lsm: correct error codes in security_getselfattr()Gravatar Paul Moore 1-2/+2
2023-11-12lsm: cleanup the size counters in security_getselfattr()Gravatar Paul Moore 1-1/+2
2023-11-12lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculationGravatar Roberto Sassu 1-1/+0
2023-11-12SELinux: Add selfattr hooksGravatar Casey Schaufler 1-27/+107
2023-11-12AppArmor: Add selfattr hooksGravatar Casey Schaufler 3-11/+92
2023-11-12Smack: implement setselfattr and getselfattr hooksGravatar Casey Schaufler 1-5/+90
2023-11-12LSM: Helpers for attribute names and filling lsm_ctxGravatar Casey Schaufler 2-0/+65
2023-11-12LSM: Create lsm_list_modules system callGravatar Casey Schaufler 1-0/+39
2023-11-12LSM: syscalls for current process attributesGravatar Casey Schaufler 3-0/+210
2023-11-12proc: Use lsmids instead of lsm names for attrsGravatar Casey Schaufler 1-8/+7
2023-11-12LSM: Maintain a table of LSM attribute dataGravatar Casey Schaufler 1-0/+37
2023-11-12LSM: Identify modules by more than nameGravatar Casey Schaufler 17-20/+92
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 32-848/+1336
2023-11-03Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-301/+923
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 2-3/+2
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 5-34/+81