summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2023-09-12selinux: fix handling of empty opts in selinux_fs_context_submount()Ondrej Mosnacek
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-21selinux: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang
2023-08-15lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells
2023-08-09selinux: revert SECINITSID_INIT supportPaul Moore
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran
2023-08-08selinux: update comment on selinux_hooks[]Xiu Jianfeng
2023-07-28selinux: log about VM being executable by defaultChristian Göttsche
2023-07-20selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Paul Moore
2023-07-19selinux: introduce and use lsm_ad_net_init*() helpersPaolo Abeni
2023-07-19selinux: update my email addressStephen Smalley
2023-07-19selinux: add missing newlines in pr_err() statementsChristian Göttsche
2023-07-18selinux: de-brand SELinuxStephen Smalley
2023-07-18selinux: avoid implicit conversions in the LSM hooksChristian Göttsche
2023-07-14security: Constify sk in the sk_getsecid hook.Guillaume Nault
2023-07-10selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu
2023-05-30selinux: make labeled NFS work when mounted before policy loadOndrej Mosnacek
2023-05-18selinux: Implement mptcp_add_subflow hookPaolo Abeni
2023-05-08selinux: declare read-only data arrays constChristian Göttsche
2023-05-08selinux: adjust typos in commentsChristian Göttsche
2023-03-20selinux: remove the runtime disable functionalityPaul Moore
2023-03-20selinux: remove the 'checkreqprot' functionalityPaul Moore
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-04lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2022-10-20selinux: implement get, set and remove acl hookChristian Brauner
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-14selinux: remove the unneeded result variableXu Panda
2022-09-01->getprocattr(): attribute name is const char *, TYVM...Al Viro
2022-08-26selinux: implement the security_uring_cmd() LSM hookPaul Moore
2022-08-16selinux: Implement userns_create hookFrederick Lawler
2022-08-02Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-20selinux: selinux_add_opt() callers free memoryXiu Jianfeng
2022-06-15selinux: free contexts previously transferred in selinux_add_opt()Christian Göttsche
2022-06-10selinux: fix typos in commentsJonas Lindner
2022-06-07selinux: drop unnecessary NULL checkChristian Göttsche
2022-05-03selinux: log anon inode class nameChristian Göttsche
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore
2022-04-04selinux: Remove redundant assignmentsMichal Orzel