summaryrefslogtreecommitdiff
path: root/include/linux/lsm_hooks.h
Commit message (Expand)AuthorAgeFilesLines
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-99/+142
|\
| * lsm: Fix description of fs_context_parse_paramRoberto Sassu2022-12-091-3/+0
| * lsm: Add/fix return values in lsm_hooks.h and fix formattingRoberto Sassu2022-12-061-83/+138
| * lsm: Clarify documentation of vm_enough_memory hookRoberto Sassu2022-12-061-1/+5
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-2/+2
| * lsm: remove obsoleted comments for security hooksGaosheng Cui2022-10-251-13/+0
* | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-1/+9
|\ \
| * | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-191-1/+9
| |/
* | security: add get, remove and set acl hookChristian Brauner2022-10-201-0/+12
|/
* 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
| |/