summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
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/+2
|\
| * security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-151-1/+2
* | Merge tag 'selinux-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-13/+15
|\ \
| * | selinux: only filter copy-up xattrs following initializationDavid Disseldorp2024-02-021-2/+3
| * | selinux: correct return values in selinux_socket_getpeersec_dgram()Paul Moore2024-02-021-6/+8
| * | selinux: reduce the object class calculations at inode init timePaul Moore2024-01-251-5/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+1
|\ \
| * | selinux: fix lsm_get_self_attr()Mickaël Salaün2024-02-231-1/+1
| |/
* | bpf,selinux: Allocate bpf_security_struct per BPF tokenAndrii Nakryiko2024-01-241-0/+25
* | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-241-3/+4
* | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-241-7/+8
|/
* Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\
| * io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-121-1/+1
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | shm: Slim down dependenciesKent Overstreet2023-12-201-0/+1
| |/
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-28/+145
|\ \
| * | lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-0/+28
| * | lsm: mark the lsm_id variables are marked as staticPaul Moore2023-11-121-1/+1
| * | lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-21/+23
| * | SELinux: Add selfattr hooksCasey Schaufler2023-11-121-27/+107
| * | LSM: Identify modules by more than nameCasey Schaufler2023-11-121-1/+8
| |/
* | Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-091-1/+35
|\ \
| * | selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün2024-01-041-0/+7
| * | selinux: remove the wrong comment about multithreaded process handlingMunehisa Kamata2023-12-071-1/+0
| * | selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-11-211-0/+28
| |/
* / cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-6/+0
|/
* Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-5/+5
|\
| * 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 'sb' parameter in security_quotactl()Khadija Kamran2023-09-131-2/+2
* | selinux: fix handling of empty opts in selinux_fs_context_submount()Ondrej Mosnacek2023-09-121-2/+8
|/
* Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-13/+14
|\
| * lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran2023-08-151-4/+4
| * 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-8/+9
* | Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-301-64/+58
|\ \
| * | selinux: revert SECINITSID_INIT supportPaul Moore2023-08-091-28/+0
| * | selinux: update comment on selinux_hooks[]Xiu Jianfeng2023-08-081-4/+0
| * | selinux: log about VM being executable by defaultChristian Göttsche2023-07-281-0/+2
| * | selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Paul Moore2023-07-201-1/+1
| * | selinux: introduce and use lsm_ad_net_init*() helpersPaolo Abeni2023-07-191-41/+43
| * | selinux: update my email addressStephen Smalley2023-07-191-1/+1
| * | selinux: add missing newlines in pr_err() statementsChristian Göttsche2023-07-191-1/+1
| * | selinux: de-brand SELinuxStephen Smalley2023-07-181-1/+1
| * | selinux: avoid implicit conversions in the LSM hooksChristian Göttsche2023-07-181-16/+10
| * | selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-07-101-0/+28
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-5/+2
|\ \
| * | selinux: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang2023-08-211-5/+2
| |/