summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
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-12-13Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-09selinux: remove the sidtab context conversion indirect callsPaul Moore
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-19selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi
2022-10-17selinux: increase the deprecation sleep for checkreqprot and runtime disablePaul Moore
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-30selinux: declare read-only parameters constChristian Göttsche
2022-08-30selinux: use int arrays for boolean valuesChristian Göttsche
2022-08-30selinux: remove an unneeded variable in sel_make_class_dir_entries()ye xingchen
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-14selinux: Add boundary check in put_entry()Xiu Jianfeng
2022-06-13selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng
2022-06-10selinux: fix typos in commentsJonas Lindner
2022-06-07selinux: drop unnecessary NULL checkChristian Göttsche
2022-06-07selinux: add __randomize_layout to selinux_audit_dataGONG, Ruiqi
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-17selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek
2022-05-03selinux: log anon inode class nameChristian Göttsche
2022-05-03selinux: declare data arrays constChristian Göttsche
2022-05-03selinux: fix indentation level of mls_ops blockChristian Göttsche
2022-05-03selinux: include necessary headers in headersChristian Göttsche
2022-05-03selinux: avoid extra semicolonChristian Göttsche
2022-05-03selinux: update parameter documentationChristian Göttsche
2022-05-03selinux: resolve checkpatch errorsChristian Göttsche
2022-04-14selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore
2022-04-04selinux: runtime disable is deprecated, add some ssleep() discomfortPaul Moore
2022-04-04selinux: Remove redundant assignmentsMichal Orzel
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-21Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-10tracehook: Remove tracehook.hEric W. Biederman
2022-03-03net: rtnetlink: Add RTM_SETSTATSPetr Machata