summaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)Author
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler
2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler
2024-10-11lsm: add the lsm_prop data structureCasey Schaufler
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-12security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu
2024-08-20dm-verity: expose root hash digest and signature data to LSMsDeven Bowers
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers
2024-08-20lsm: add new securityfs delete functionFan Wu
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-15security: Introduce key_post_create_or_update hookRoberto Sassu
2024-02-15security: Introduce inode_post_remove_acl hookRoberto Sassu
2024-02-15security: Introduce inode_post_set_acl hookRoberto Sassu
2024-02-15security: Introduce inode_post_create_tmpfile hookRoberto Sassu
2024-02-15security: Introduce path_post_mknod hookRoberto Sassu
2024-02-15security: Introduce file_release hookRoberto Sassu
2024-02-15security: Introduce file_post_open hookRoberto Sassu
2024-02-15security: Introduce inode_post_removexattr hookRoberto Sassu
2024-02-15security: Introduce inode_post_setattr hookRoberto Sassu
2024-01-24bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore
2023-11-12LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler
2023-11-12LSM: syscalls for current process attributesCasey Schaufler
2023-11-12proc: Use lsmids instead of lsm names for attrsCasey Schaufler
2023-11-12LSM: Maintain a table of LSM attribute dataCasey Schaufler
2023-09-14lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran
2023-09-13lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran