summaryrefslogtreecommitdiff
path: root/include/linux/lsm_hooks.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-031-0/+4
|\
| * security, lsm: Introduce security_create_user_ns()Frederick Lawler2022-08-161-0/+4
* | lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain2022-08-261-0/+3
|/
* security: Add LSM hook to setgroups() syscallMicah Morton2022-07-151-0/+7
* Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-241-0/+1
|\
| * LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün2022-05-231-0/+1
* | security: declare member holding string literal constChristian Göttsche2022-05-131-2/+2
|/
* security: add sctp_assoc_established hookOndrej Mosnacek2022-02-151-0/+5
* security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek2021-12-061-2/+0
* lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-5/+3
* net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-5/+0
* security: add sctp_assoc_established hookXin Long2021-11-031-0/+5
* 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-0/+3
* binder: use cred instead of task for selinux checksTodd Kjos2021-10-141-7/+7
* lsm,io_uring: add LSM hooks to io_uringPaul Moore2021-09-191-0/+13
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+4
|\
| * fs,security: Add sb_delete hookMickaël Salaün2021-04-221-0/+3
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-221-0/+1
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-3/+9
* | lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia2021-03-221-0/+6
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\
| * commoncap: handle idmapped mountsChristian Brauner2021-01-241-0/+1
* | security: add inode_init_security_anon() LSM hookLokesh Gidra2021-01-141-0/+9
|/
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-051-0/+3
* LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-051-0/+10
* Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds2020-08-111-1/+1
|\
| * LSM: drop duplicated words in header file commentsRandy Dunlap2020-08-061-1/+1
* | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-0/+9
|\ \
| * | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-0/+9
| |/
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-0/+14
|\ \
| * | security: Add hooks to rule on setting a watchDavid Howells2020-05-191-0/+5
| * | security: Add a hook for the point of notification insertionDavid Howells2020-05-191-0/+9
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-24/+32
|\ \
| * | exec: Compute file based creds only onceEric W. Biederman2020-05-291-11/+11
| * | exec: Add a per bprm->file version of per_clearEric W. Biederman2020-05-291-0/+2
| * | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-211-2/+2
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-22/+28
| |/
* | docs: filesystems: convert mount_api.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-616/+12
|\
| * security: Refactor declaration of LSM hooksKP Singh2020-03-301-616/+12
* | Merge branch 'next-general' of git://git.kernel.org:/pub/scm/linux/kernel/git...Linus Torvalds2020-03-311-1/+35
|\ \ | |/ |/|
| * security: <linux/lsm_hooks.h>: fix all kernel-doc warningsRandy Dunlap2020-02-191-1/+35
* | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-0/+15
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+13
|\
| * security: Add a "locked down" LSM hookMatthew Garrett2019-08-191-0/+7
| * security: Support early LSMsMatthew Garrett2019-08-191-0/+6
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-1/+8
|\ \