aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/security.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-091-2/+2
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-4/+4
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds2024-03-121-0/+59
|\
| * security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-151-0/+11
| * security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-151-0/+8
| * security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-151-0/+7
| * security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-151-0/+6
| * security: Introduce path_post_mknod hookRoberto Sassu2024-02-151-0/+5
| * security: Introduce file_release hookRoberto Sassu2024-02-151-0/+4
| * security: Introduce file_post_open hookRoberto Sassu2024-02-151-0/+6
| * security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-151-0/+5
| * security: Introduce inode_post_setattr hookRoberto Sassu2024-02-151-0/+7
* | bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-241-0/+25
* | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-241-2/+4
* | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-241-5/+7
|/
* lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-0/+9
* lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-4/+5
* LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler2023-11-121-0/+14
* LSM: syscalls for current process attributesCasey Schaufler2023-11-121-0/+19
* proc: Use lsmids instead of lsm names for attrsCasey Schaufler2023-11-121-6/+5
* LSM: Maintain a table of LSM attribute dataCasey Schaufler2023-11-121-0/+2
* 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-2/+2
* lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran2023-09-131-2/+2
* lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-131-3/+3
* lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran2023-09-131-2/+2
* Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds2023-08-301-5/+6
|\
| * lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran2023-08-151-2/+2
| * lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-081-3/+4
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2023-08-291-2/+3
|\ \
| * | security: Constify sk in the sk_getsecid hook.Guillaume Nault2023-07-141-2/+3
| |/
* / vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharingDavid Howells2023-08-151-0/+6
|/
* security, lsm: Introduce security_mptcp_add_subflow()Paolo Abeni2023-05-181-0/+6
* Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-04-241-1/+1
|\
| * fs_context: drop the unused lsm_flags memberOndrej Mosnacek2023-03-161-1/+1
* | security: Remove security_old_inode_init_security()Roberto Sassu2023-03-231-12/+0
|/
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-6/+6
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-12/+10
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds2022-12-131-4/+7
|\
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-4/+7
* | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds2022-12-131-0/+6
|\ \
| * | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-191-0/+6
| |/
* / security: add get, remove and set acl hookChristian Brauner2022-10-201-0/+29
|/
* Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus 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
| |/