summaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hook_defs.h
Commit message (Expand)AuthorAgeFilesLines
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-2/+2
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-1/+19
|\
| * security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-151-0/+3
| * security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce path_post_mknod hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce file_release hookRoberto Sassu2024-02-151-0/+1
| * security: Introduce file_post_open hookRoberto Sassu2024-02-151-0/+1
| * security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce inode_post_setattr hookRoberto Sassu2024-02-151-0/+2
| * security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-151-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-2/+2
|\|
| * lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2024-01-301-2/+2
* | bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-241-0/+5
* | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-241-2/+3
* | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-241-2/+3
|/
* lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-0/+2
* LSM: syscalls for current process attributesCasey Schaufler2023-11-121-0/+4
* lsm: fix default return value for inode_getsecctxOndrej Mosnacek2023-11-081-1/+1
* lsm: fix default return value for vm_enough_memoryOndrej Mosnacek2023-11-081-1/+1
* lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran2023-09-141-1/+1
* lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran2023-09-141-1/+1
* lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran2023-09-131-1/+1
* lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-131-1/+1
* lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran2023-09-131-1/+1
* Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-5/+5
|\
| * lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran2023-08-151-1/+1
| * lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-081-1/+1
| * security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu2023-07-101-3/+3
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291-1/+1
|\ \
| * | security: Constify sk in the sk_getsecid hook.Guillaume Nault2023-07-141-1/+1
| |/
* / vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-08-151-0/+1
|/
* security, lsm: Introduce security_mptcp_add_subflow()Paolo Abeni2023-05-181-0/+1
* lsm: fix a badly named parameter in security_get_getsecurity()Paul Moore2023-03-081-1/+1
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->permission() to pass 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-1/+1
|\
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-1/+1
* | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-0/+1
|\ \
| * | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-191-0/+1
| |/
* / security: add get, remove and set acl hookChristian Brauner2022-10-201-0/+6
|/
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-1/+1
|\
| * ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
* | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-031-0/+1
|\ \
| * | security, lsm: Introduce security_create_user_ns()Frederick Lawler2022-08-161-0/+1
| |/
* / lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain2022-08-261-0/+1
|/
* security: Add LSM hook to setgroups() syscallMicah Morton2022-07-151-0/+1
* LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün2022-05-231-1/+1