summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* lsm: new security_file_ioctl_compat() hookAlfred Piccioni2024-01-311-0/+28
* selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün2024-01-251-0/+7
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-201-6/+0
* 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
| |/
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291-2/+2
|\ \
| * | security: Constify sk in the sk_getsecid hook.Guillaume Nault2023-07-141-2/+2
| |/
* / vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-08-151-0/+22
|/
* selinux: make labeled NFS work when mounted before policy loadOndrej Mosnacek2023-05-301-17/+41
* selinux: Implement mptcp_add_subflow hookPaolo Abeni2023-05-181-0/+16
* selinux: declare read-only data arrays constChristian Göttsche2023-05-081-1/+1
* selinux: adjust typos in commentsChristian Göttsche2023-05-081-1/+1
* selinux: remove the runtime disable functionalityPaul Moore2023-03-201-55/+2
* selinux: remove the 'checkreqprot' functionalityPaul Moore2023-03-201-16/+4
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-141-341/+208
* fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-4/+5
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-7/+6
|\
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-7/+6
* | selinux: implement get, set and remove acl hookChristian Brauner2022-10-201-0/+22
|/
* 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/+9
|\ \
| * | selinux: Implement userns_create hookFrederick Lawler2022-08-161-0/+9
| |/
* | Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-031-15/+9
|\ \
| * | selinux: remove the unneeded result variableXu Panda2022-09-141-15/+9
| |/
* / selinux: implement the security_uring_cmd() LSM hookPaul Moore2022-08-261-0/+24
|/
* Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-021-10/+7
|\
| * selinux: selinux_add_opt() callers free memoryXiu Jianfeng2022-06-201-7/+4
| * selinux: fix typos in commentsJonas Lindner2022-06-101-2/+2
| * selinux: drop unnecessary NULL checkChristian Göttsche2022-06-071-1/+1
* | selinux: free contexts previously transferred in selinux_add_opt()Christian Göttsche2022-06-151-7/+4
|/