summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2023-12-07selinux: remove the wrong comment about multithreaded process handlingMunehisa Kamata
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe
2023-11-27KEYS: encrypted: Add check for strsepChen Ni
2023-11-27ima: Remove EXPERIMENTAL from KconfigEric Snowberg
2023-11-27ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARYEric Snowberg
2023-11-26apparmor: cleanup network hook commentsJohn Johansen
2023-11-21selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-11-20selinux: refactor avtab_node comparisonsJacob Satterfield
2023-11-19apparmor: add missing params to aa_may_ptrace kernel-doc commentsJohn Johansen
2023-11-19apparmor: declare nulldfa as staticJohn Johansen
2023-11-19apparmor: declare stack_msg as staticJohn Johansen
2023-11-19apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov
2023-11-16selinux: update filenametr_hash() to use full_name_hash()Paul Moore
2023-11-16selinux: saner handling of policy reloadsAl Viro
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore
2023-11-12lsm: convert security_setselfattr() to use memdup_user()Paul Moore
2023-11-12lsm: align based on pointer length in lsm_fill_user_ctx()Paul Moore
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore
2023-11-12lsm: correct error codes in security_getselfattr()Paul Moore
2023-11-12lsm: cleanup the size counters in security_getselfattr()Paul Moore
2023-11-12lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculationRoberto Sassu
2023-11-12SELinux: Add selfattr hooksCasey Schaufler
2023-11-12AppArmor: Add selfattr hooksCasey Schaufler
2023-11-12Smack: implement setselfattr and getselfattr hooksCasey Schaufler
2023-11-12LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler
2023-11-12LSM: Create lsm_list_modules system callCasey Schaufler
2023-11-12LSM: syscalls for current process attributesCasey Schaufler
2023-11-12proc: Use lsmids instead of lsm names for attrsCasey Schaufler
2023-11-12LSM: Maintain a table of LSM attribute dataCasey Schaufler
2023-11-12LSM: Identify modules by more than nameCasey Schaufler
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-11-03Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar
2023-10-31integrity: fix indentation of config attributesPrasad Pandit
2023-10-31ima: annotate iint mutex to avoid lockdep false positive warningsAmir Goldstein
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-30Merge tag 'tpmdd-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-26landlock: Support network rules with TCP bind and connectKonstantin Meskhidze
2023-10-26landlock: Refactor landlock_add_rule() syscallKonstantin Meskhidze
2023-10-26landlock: Refactor layer helpersKonstantin Meskhidze
2023-10-26landlock: Move and rename layer helpersKonstantin Meskhidze
2023-10-26landlock: Refactor merge/inherit_ruleset helpersKonstantin Meskhidze