aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-1/+1
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsGravatar Stefan Berger 1-1/+1
2024-03-27selinux: make more use of current_sid()Gravatar Christian Göttsche 1-16/+6
2024-03-26selinux: cleanup selinux_lsm_getattr()Gravatar Paul Moore 1-18/+18
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsGravatar Casey Schaufler 1-2/+2
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2024-03-12Merge tag 'selinux-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-13/+15
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2024-02-23selinux: fix lsm_get_self_attr()Gravatar Mickaël Salaün 1-1/+1
2024-02-15security: Align inode_setattr hook definition with EVMGravatar Roberto Sassu 1-1/+2
2024-02-02selinux: only filter copy-up xattrs following initializationGravatar David Disseldorp 1-2/+3
2024-02-02selinux: correct return values in selinux_socket_getpeersec_dgram()Gravatar Paul Moore 1-6/+8
2024-01-25selinux: reduce the object class calculations at inode init timeGravatar Paul Moore 1-5/+4
2024-01-24bpf,selinux: Allocate bpf_security_struct per BPF tokenGravatar Andrii Nakryiko 1-0/+25
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksGravatar Andrii Nakryiko 1-3/+4
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksGravatar Andrii Nakryiko 1-7/+8
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-28/+145
2024-01-09Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+35
2024-01-04selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketGravatar Mickaël Salaün 1-0/+7
2023-12-24lsm: new security_file_ioctl_compat() hookGravatar Alfred Piccioni 1-0/+28
2023-12-20shm: Slim down dependenciesGravatar Kent Overstreet 1-0/+1
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 1-6/+0
2023-12-12io_uring: split out cmd api into a separate headerGravatar Pavel Begunkov 1-1/+1
2023-12-07selinux: remove the wrong comment about multithreaded process handlingGravatar Munehisa Kamata 1-1/+0
2023-11-21selinux: introduce an initial SID for early boot processesGravatar Ondrej Mosnacek 1-0/+28
2023-11-12lsm: mark the lsm_id variables are marked as staticGravatar Paul Moore 1-1/+1
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Gravatar Paul Moore 1-21/+23
2023-11-12SELinux: Add selfattr hooksGravatar Casey Schaufler 1-27/+107
2023-11-12LSM: Identify modules by more than nameGravatar Casey Schaufler 1-1/+8
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+5
2023-09-14lsm: constify 'sb' parameter in security_sb_kern_mount()Gravatar Khadija Kamran 1-1/+1
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Gravatar Khadija Kamran 1-1/+1
2023-09-13lsm: constify 'bprm' parameter in security_bprm_committing_creds()Gravatar Khadija Kamran 1-1/+1
2023-09-13lsm: constify 'sb' parameter in security_quotactl()Gravatar Khadija Kamran 1-2/+2
2023-09-12selinux: fix handling of empty opts in selinux_fs_context_submount()Gravatar Ondrej Mosnacek 1-2/+8
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-13/+14
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-64/+58
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+2
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+2
2023-08-21selinux: use vma_is_initial_stack() and vma_is_initial_heap()Gravatar Kefeng Wang 1-5/+2
2023-08-15lsm: constify the 'file' parameter in security_binder_transfer_file()Gravatar Khadija Kamran 1-4/+4
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...Gravatar David Howells 1-0/+22
2023-08-09selinux: revert SECINITSID_INIT supportGravatar Paul Moore 1-28/+0
2023-08-08lsm: constify the 'target' parameter in security_capget()Gravatar Khadija Kamran 1-1/+1
2023-08-08selinux: update comment on selinux_hooks[]Gravatar Xiu Jianfeng 1-4/+0
2023-07-28selinux: log about VM being executable by defaultGravatar Christian Göttsche 1-0/+2
2023-07-20selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Gravatar Paul Moore 1-1/+1
2023-07-19selinux: introduce and use lsm_ad_net_init*() helpersGravatar Paolo Abeni 1-41/+43