Age | Commit message (Expand) | Author |
2023-04-12 | selinux: ensure av_permissions.h is built when needed | Paul Moore |
2023-04-12 | selinux: fix Makefile dependencies of flask.h | Ondrej Mosnacek |
2023-04-04 | selinux: stop returning node from avc_insert() | Stephen Smalley |
2023-03-20 | selinux: remove the runtime disable functionality | Paul Moore |
2023-03-20 | selinux: remove the 'checkreqprot' functionality | Paul Moore |
2023-03-14 | selinux: stop passing selinux_state pointers and their offspring | Stephen Smalley |
2023-03-08 | selinux: uninline unlikely parts of avc_has_perm_noaudit() | Paul Moore |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2022-12-13 | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-12-13 | Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-11-09 | selinux: remove the sidtab context conversion indirect calls | Paul Moore |
2022-11-04 | lsm: make security_socket_getpeersec_stream() sockptr_t safe | Paul Moore |
2022-10-20 | selinux: implement get, set and remove acl hook | Christian Brauner |
2022-10-19 | selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context() | GONG, Ruiqi |
2022-10-17 | selinux: increase the deprecation sleep for checkreqprot and runtime disable | Paul Moore |
2022-10-06 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-10-03 | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-03 | Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-09-14 | selinux: remove the unneeded result variable | Xu Panda |
2022-09-01 | ->getprocattr(): attribute name is const char *, TYVM... | Al Viro |
2022-08-30 | selinux: declare read-only parameters const | Christian Göttsche |
2022-08-30 | selinux: use int arrays for boolean values | Christian Göttsche |
2022-08-30 | selinux: remove an unneeded variable in sel_make_class_dir_entries() | ye xingchen |
2022-08-26 | selinux: implement the security_uring_cmd() LSM hook | Paul Moore |
2022-08-16 | selinux: Implement userns_create hook | Frederick Lawler |
2022-08-02 | Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-06-20 | selinux: selinux_add_opt() callers free memory | Xiu Jianfeng |
2022-06-15 | selinux: free contexts previously transferred in selinux_add_opt() | Christian Göttsche |
2022-06-14 | selinux: Add boundary check in put_entry() | Xiu Jianfeng |
2022-06-13 | selinux: fix memleak in security_read_state_kernel() | Xiu Jianfeng |
2022-06-10 | selinux: fix typos in comments | Jonas Lindner |
2022-06-07 | selinux: drop unnecessary NULL check | Christian Göttsche |
2022-06-07 | selinux: add __randomize_layout to selinux_audit_data | GONG, Ruiqi |
2022-05-24 | Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-05-17 | selinux: fix bad cleanup on error in hashtab_duplicate() | Ondrej Mosnacek |
2022-05-03 | selinux: log anon inode class name | Christian Göttsche |
2022-05-03 | selinux: declare data arrays const | Christian Göttsche |
2022-05-03 | selinux: fix indentation level of mls_ops block | Christian Göttsche |
2022-05-03 | selinux: include necessary headers in headers | Christian Göttsche |
2022-05-03 | selinux: avoid extra semicolon | Christian Göttsche |
2022-05-03 | selinux: update parameter documentation | Christian Göttsche |
2022-05-03 | selinux: resolve checkpatch errors | Christian Göttsche |
2022-04-14 | selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is true | Paul Moore |
2022-04-04 | selinux: checkreqprot is deprecated, add some ssleep() discomfort | Paul Moore |