Age | Commit message (Expand) | Author |
2022-04-04 | selinux: Remove redundant assignments | Michal Orzel |
2021-10-13 | selinux: fix all of the W=1 build warnings | Paul Moore |
2021-06-11 | selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit() | Al Viro |
2021-06-11 | selinux: slow_avc_audit has become non-blocking | Al Viro |
2021-06-10 | selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC | Minchan Kim |
2021-05-10 | selinux: Corrected comment to match kernel-doc comment | Souptick Joarder |
2021-01-12 | selinux: mark some global variables __ro_after_init | Ondrej Mosnacek |
2020-08-21 | selinux: add basic filtering for audit trace events | Peter Enderborg |
2020-08-21 | selinux: add tracepoint on audited events | ThiƩbaud Weksteen |
2019-12-21 | selinux: ensure we cleanup the internal AVC counters on error in avc_update() | Jaihind Yadav |
2019-12-10 | selinux: ensure we cleanup the internal AVC counters on error in avc_insert() | Paul Moore |
2019-12-09 | selinux: fall back to ref-walk if audit is required | Stephen Smalley |
2019-12-09 | selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link" | Stephen Smalley |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-11 | selinux: log raw contexts as untrusted strings | Ondrej Mosnacek |
2019-02-05 | selinux: fix avc audit messages | Stephen Smalley |
2019-01-28 | selinux: replace BUG_ONs with WARN_ONs in avc.c | Ondrej Mosnacek |
2019-01-25 | selinux: log invalid contexts in AVCs | Ondrej Mosnacek |
2019-01-25 | selinux: replace some BUG_ON()s with a WARN_ON() | Ondrej Mosnacek |
2019-01-25 | selinux: inline some AVC functions used only once | Ondrej Mosnacek |
2019-01-10 | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link | Stephen Smalley |
2019-01-10 | selinux: avoid silent denials in permissive mode under RCU walk | Stephen Smalley |
2018-06-19 | selinux: Cleanup printk logging in avc | peter enderborg |
2018-03-20 | selinux: wrap AVC state | Stephen Smalley |
2018-03-02 | selinux: rename the {is,set}_enforcing() functions | Paul Moore |
2018-03-01 | selinux: wrap global selinux state | Stephen Smalley |
2017-09-12 | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-09-05 | selinux: remove AVC init audit log message | Richard Guy Briggs |
2017-08-17 | selinux: update my email address | Stephen Smalley |
2017-08-08 | selinux: use GFP_NOWAIT in the AVC kmem_caches | Michal Hocko |
2015-08-15 | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris |
2015-07-13 | selinux: Augment BUG_ON assertion for secclass_map. | Stephen Smalley |
2015-07-13 | selinux: extended permissions for ioctls | Jeff Vander Stoep |
2015-05-11 | security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() | NeilBrown |
2015-04-06 | selinux: remove unnecessary pointer reassignment | Jeff Vander Stoep |
2015-02-04 | selinux: Remove unused function avc_sidcmp() | Rickard Strandqvist |
2014-06-03 | selinux: Report permissive mode in avc: denied messages. | Stephen Smalley |
2013-10-04 | selinux: remove 'flags' parameter from avc_audit() | Linus Torvalds |
2013-10-04 | selinux: avc_has_perm_flags has no more users | Linus Torvalds |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2012-07-31 | selinux: tag avc cache alloc as non-critical | Mel Gorman |
2012-04-09 | SELinux: avc: remove the useless fields in avc_add_callback | Wanlong Gao |
2012-04-09 | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback | Wanlong Gao |
2012-04-09 | SELinux: unify the selinux_audit_data and selinux_late_audit_data | Eric Paris |
2012-04-09 | LSM: do not initialize common_audit_data to 0 | Eric Paris |
2012-04-09 | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris |
2012-04-09 | SELinux: delay initialization of audit data in selinux_inode_permission | Eric Paris |
2012-04-03 | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit... | Linus Torvalds |
2012-04-03 | SELinux: do not allocate stack space for AVC data unless needed | Eric Paris |
2012-04-03 | SELinux: remove avd from slow_avc_audit() | Eric Paris |