summaryrefslogtreecommitdiffstats
path: root/security/security.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-12/+39
|\
| * LSM: Better reporting of actual LSMs at bootKees Cook2022-11-161-9/+36
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-3/+3
* | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-5/+11
|\ \
| * | landlock: Support file truncationGünther Noack2022-10-191-5/+6
| * | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-191-0/+5
| |/
* | integrity: implement get and set acl hookChristian Brauner2022-10-201-2/+19
* | security: add get, remove and set acl hookChristian Brauner2022-10-201-0/+25
|/
* Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-0/+2
|\
| * powerpc/rtas: block error injection when locked downNathan Lynch2022-09-281-0/+1
| * powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch2022-09-281-0/+1
* | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-2/+2
|\ \
| * | ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-2/+2
| |/
* | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-031-0/+5
|\ \
| * | security, lsm: Introduce security_create_user_ns()Frederick Lawler2022-08-161-0/+5
| |/
* / lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain2022-08-261-0/+4
|/
* Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linuxLinus Torvalds2022-08-021-0/+5
|\
| * security: Add LSM hook to setgroups() syscallMicah Morton2022-07-151-0/+5
* | security: pass down mount idmapping to setattr hookChristian Brauner2022-06-261-2/+3
|/
* Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-241-8/+1
|\
| * LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün2022-05-231-8/+1
* | Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-241-1/+1
|\ \
| * | security: declare member holding string literal constChristian Göttsche2022-05-131-1/+1
| |/
* | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-5/+4
|\ \
| * | security: don't treat structure as an array of struct hlist_headBill Wendling2022-04-131-5/+4
| |/
* / lockdown: also lock down previous kgdb useDaniel Thompson2022-05-241-0/+2
|/
* Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-2/+22
|\
| * security: add sctp_assoc_established hookOndrej Mosnacek2022-02-151-0/+7
| * LSM: general protection fault in legacy_parse_paramCasey Schaufler2022-01-271-2/+15
* | Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-01-291-2/+13
|\ \ | |/ |/|
| * security, lsm: dentry_init_security() Handle multi LSM registrationVivek Goyal2022-01-281-2/+13
* | security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek2021-12-061-8/+0
* | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-3/+3
|/
* net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-7/+0
* security: add sctp_assoc_established hookXin Long2021-11-031-0/+7
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-4/+4
* security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-3/+4
* binder: use cred instead of task for selinux checksTodd Kjos2021-10-141-7/+7
* LSM: Avoid warnings about potentially unused hook variablesKees Cook2021-10-141-1/+1
* lsm,io_uring: add LSM hooks to io_uringPaul Moore2021-09-191-0/+12
* bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-0/+1
* bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-1/+1
* Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-301-2/+2
|\
| * selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-101-2/+2
* | evm: Pass user namespace to set/remove xattr hooksRoberto Sassu2021-05-211-2/+2
|/
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-7/+44
|\
| * fs,security: Add sb_delete hookMickaël Salaün2021-04-221-0/+5
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-221-7/+39
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-3/+10
* | lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia2021-03-221-0/+7
|/