| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-23 | selinux: improve bucket distribution uniformity of avc_hash() | Hongru Zhang | 1 | -1/+2 |
| 2025-10-23 | selinux: Introduce a new config to make avc cache slot size adjustable | Hongru Zhang | 1 | -3/+3 |
| 2025-08-12 | selinux: Remove redundant __GFP_NOWARN | Qianfeng Rong | 1 | -7/+6 |
| 2025-02-03 | selinux: fix spelling error | Tanya Agarwal | 1 | -1/+1 |
| 2025-01-04 | selinux: match extended permissions to their base permissions | Thiébaud Weksteen | 1 | -27/+34 |
| 2024-09-16 | Merge tag 'selinux-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -14/+6 |
| 2024-08-28 | selinux: simplify avc_xperms_audit_required() | Zhen Lei | 1 | -2/+2 |
| 2024-08-27 | selinux: replace kmem_cache_create() with KMEM_CACHE() | Eric Suen | 1 | -12/+4 |
| 2024-08-07 | selinux: add the processing of the failure of avc_add_xperms_decision() | Zhen Lei | 1 | -1/+5 |
| 2024-08-06 | selinux: fix potential counting error in avc_add_xperms_decision() | Zhen Lei | 1 | -1/+1 |
| 2023-07-19 | selinux: update my email address | Stephen Smalley | 1 | -1/+1 |
| 2023-07-18 | selinux: avoid implicit conversions in the AVC code | Christian Göttsche | 1 | -7/+8 |
| 2023-05-08 | selinux: drop return at end of void function avc_insert() | Christian Göttsche | 1 | -1/+0 |
| 2023-05-08 | selinux: avc: drop unused function avc_disable() | Christian Göttsche | 1 | -19/+0 |
| 2023-04-04 | selinux: stop returning node from avc_insert() | Stephen Smalley | 1 | -13/+11 |
| 2023-03-14 | selinux: stop passing selinux_state pointers and their offspring | Stephen Smalley | 1 | -111/+86 |
| 2023-03-08 | selinux: uninline unlikely parts of avc_has_perm_noaudit() | Paul Moore | 1 | -28/+57 |
| 2022-05-03 | selinux: declare data arrays const | Christian Göttsche | 1 | -1/+1 |
| 2022-04-04 | selinux: Remove redundant assignments | Michal Orzel | 1 | -2/+2 |
| 2021-10-13 | selinux: fix all of the W=1 build warnings | Paul Moore | 1 | -1/+12 |
| 2021-06-11 | selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit() | Al Viro | 1 | -19/+1 |
| 2021-06-11 | selinux: slow_avc_audit has become non-blocking | Al Viro | 1 | -20/+8 |
| 2021-06-10 | selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC | Minchan Kim | 1 | -6/+7 |
| 2021-05-10 | selinux: Corrected comment to match kernel-doc comment | Souptick Joarder | 1 | -1/+1 |
| 2021-01-12 | selinux: mark some global variables __ro_after_init | Ondrej Mosnacek | 1 | -5/+5 |
| 2020-08-21 | selinux: add basic filtering for audit trace events | Peter Enderborg | 1 | -13/+15 |
| 2020-08-21 | selinux: add tracepoint on audited events | Thiébaud Weksteen | 1 | -0/+5 |
| 2019-12-21 | selinux: ensure we cleanup the internal AVC counters on error in avc_update() | Jaihind Yadav | 1 | -1/+1 |
| 2019-12-10 | selinux: ensure we cleanup the internal AVC counters on error in avc_insert() | Paul Moore | 1 | -27/+24 |
| 2019-12-09 | selinux: fall back to ref-walk if audit is required | Stephen Smalley | 1 | -19/+5 |
| 2019-12-09 | selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link" | Stephen Smalley | 1 | -2/+22 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-06-11 | selinux: log raw contexts as untrusted strings | Ondrej Mosnacek | 1 | -2/+8 |
| 2019-02-05 | selinux: fix avc audit messages | Stephen Smalley | 1 | -3/+3 |
| 2019-01-28 | selinux: replace BUG_ONs with WARN_ONs in avc.c | Ondrej Mosnacek | 1 | -2/+4 |
| 2019-01-25 | selinux: log invalid contexts in AVCs | Ondrej Mosnacek | 1 | -0/+15 |
| 2019-01-25 | selinux: replace some BUG_ON()s with a WARN_ON() | Ondrej Mosnacek | 1 | -2/+3 |
| 2019-01-25 | selinux: inline some AVC functions used only once | Ondrej Mosnacek | 1 | -82/+58 |
| 2019-01-10 | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link | Stephen Smalley | 1 | -22/+2 |
| 2019-01-10 | selinux: avoid silent denials in permissive mode under RCU walk | Stephen Smalley | 1 | -2/+21 |
| 2018-06-19 | selinux: Cleanup printk logging in avc | peter enderborg | 1 | -1/+1 |
| 2018-03-20 | selinux: wrap AVC state | Stephen Smalley | 1 | -122/+162 |
| 2018-03-02 | selinux: rename the {is,set}_enforcing() functions | Paul Moore | 1 | -1/+1 |
| 2018-03-01 | selinux: wrap global selinux state | Stephen Smalley | 1 | -6/+10 |
| 2017-09-12 | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -9/+7 |
| 2017-09-05 | selinux: remove AVC init audit log message | Richard Guy Briggs | 1 | -2/+0 |
| 2017-08-17 | selinux: update my email address | Stephen Smalley | 1 | -1/+1 |
| 2017-08-08 | selinux: use GFP_NOWAIT in the AVC kmem_caches | Michal Hocko | 1 | -8/+6 |
| 2015-08-15 | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris | 1 | -16/+402 |
| 2015-07-13 | selinux: Augment BUG_ON assertion for secclass_map. | Stephen Smalley | 1 | -1/+2 |
| 2015-07-13 | selinux: extended permissions for ioctls | Jeff Vander Stoep | 1 | -15/+400 |
| 2015-05-11 | security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() | NeilBrown | 1 | -1/+17 |
| 2015-04-06 | selinux: remove unnecessary pointer reassignment | Jeff Vander Stoep | 1 | -4/+2 |
| 2015-02-04 | selinux: Remove unused function avc_sidcmp() | Rickard Strandqvist | 1 | -5/+0 |
| 2014-06-03 | selinux: Report permissive mode in avc: denied messages. | Stephen Smalley | 1 | -1/+6 |
| 2013-10-04 | selinux: remove 'flags' parameter from avc_audit() | Linus Torvalds | 1 | -1/+1 |
| 2013-10-04 | selinux: avc_has_perm_flags has no more users | Linus Torvalds | 1 | -6/+3 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -13/+6 |
| 2012-07-31 | selinux: tag avc cache alloc as non-critical | Mel Gorman | 1 | -1/+1 |
| 2012-04-09 | SELinux: avc: remove the useless fields in avc_add_callback | Wanlong Gao | 1 | -26/+6 |
| 2012-04-09 | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback | Wanlong Gao | 1 | -2/+2 |
| 2012-04-09 | SELinux: unify the selinux_audit_data and selinux_late_audit_data | Eric Paris | 1 | -16/+15 |
| 2012-04-09 | LSM: do not initialize common_audit_data to 0 | Eric Paris | 1 | -1/+1 |
| 2012-04-09 | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 1 | -1/+1 |
| 2012-04-09 | SELinux: delay initialization of audit data in selinux_inode_permission | Eric Paris | 1 | -62/+1 |
| 2012-04-03 | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit... | Linus Torvalds | 1 | -3/+1 |
| 2012-04-03 | SELinux: do not allocate stack space for AVC data unless needed | Eric Paris | 1 | -12/+15 |
| 2012-04-03 | SELinux: remove avd from slow_avc_audit() | Eric Paris | 1 | -2/+2 |
| 2012-04-03 | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 1 | -16/+18 |
| 2012-03-31 | selinux: inline avc_audit() and avc_has_perm_noaudit() into caller | Linus Torvalds | 1 | -2/+2 |
| 2012-03-31 | selinux: don't inline slow-path code into avc_has_perm_noaudit() | Linus Torvalds | 1 | -14/+38 |
| 2012-03-22 | security: optimize avc_audit() common path | Linus Torvalds | 1 | -29/+41 |
| 2011-07-20 | selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU | Al Viro | 1 | -1/+1 |
| 2011-05-26 | selinux: don't pass in NULL avd to avc_has_perm_noaudit | Linus Torvalds | 1 | -10/+2 |
| 2011-05-24 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo... | James Morris | 1 | -1/+1 |
| 2011-05-19 | selinux: avoid unnecessary avc cache stat hit count | Linus Torvalds | 1 | -5/+4 |
| 2011-05-19 | selinux: de-crapify avc cache stat code generation | Linus Torvalds | 1 | -5/+1 |
| 2011-04-25 | SELINUX: Make selinux cache VFS RCU walks safe | Eric Paris | 1 | -7/+29 |
| 2011-04-25 | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE | Eric Paris | 1 | -1/+1 |
| 2011-04-25 | SELINUX: Make selinux cache VFS RCU walks safe | Eric Paris | 1 | -7/+29 |
| 2010-08-02 | SELinux: special dontaudit for access checks | Eric Paris | 1 | -2/+22 |
| 2010-08-02 | selinux: remove all rcu head initializations | Paul E. McKenney | 1 | -1/+0 |
| 2010-04-28 | LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE | Eric Paris | 1 | -2/+1 |
| 2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -3/+3 |
| 2010-02-05 | fix comment typos in avc.c | Justin P. Mattock | 1 | -3/+3 |
| 2010-02-03 | selinux: Only audit permissions specified in policy | Stephen Smalley | 1 | -10/+7 |
| 2010-01-18 | selinux: change the handling of unknown classes | Stephen Smalley | 1 | -4/+1 |
| 2009-11-24 | SELinux: print denials for buggy kernel with unknown perms | Eric Paris | 1 | -1/+1 |
| 2009-10-07 | selinux: dynamic class/perm discovery | Stephen Smalley | 1 | -68/+8 |
| 2009-09-23 | SELinux: do not destroy the avc_cache_nodep | Eric Paris | 1 | -4/+15 |
| 2009-09-14 | SELinux: flush the avc before disabling SELinux | Eric Paris | 1 | -0/+2 |
| 2009-09-14 | SELinux: seperate avc_cache flushing | Eric Paris | 1 | -7/+17 |
| 2009-08-17 | SELinux: Convert avc_audit to use lsm_audit.h | Thomas Liu | 1 | -156/+41 |
| 2009-07-13 | Revert "SELinux: Convert avc_audit to use lsm_audit.h" | James Morris | 1 | -48/+170 |
| 2009-07-13 | SELinux: Convert avc_audit to use lsm_audit.h | Thomas Liu | 1 | -170/+48 |
| 2009-06-25 | selinux: clean up avc node cache when disabling selinux | Thomas Liu | 1 | -0/+6 |
| 2009-06-19 | Merge branch 'master' into next | James Morris | 1 | -1/+1 |
| 2009-06-19 | Add audit messages on type boundary violations | KaiGai Kohei | 1 | -1/+1 |
| 2009-04-02 | Permissive domain in userspace object manager | KaiGai Kohei | 1 | -1/+1 |
| 2009-02-14 | SELinux: convert the avc cache hash list to an hlist | Eric Paris | 1 | -20/+27 |
| 2009-02-14 | SELinux: code readability with avc_cache | Eric Paris | 1 | -19/+44 |
| 2009-02-14 | SELinux: remove unused av.decided field | Eric Paris | 1 | -10/+5 |
| 2009-02-14 | SELinux: more careful use of avd in avc_has_perm_noaudit | Eric Paris | 1 | -19/+24 |
| 2009-02-14 | SELinux: remove the unused ae.used | Eric Paris | 1 | -21/+7 |
| 2009-02-14 | SELinux: check seqno when updating an avc_node | Eric Paris | 1 | -3/+6 |
| 2009-01-05 | SELinux: shrink sizeof av_inhert selinux_class_perm and context | Eric Paris | 1 | -7/+9 |
| 2008-10-31 | misc: replace NIPQUAD() | Harvey Harrison | 1 | -1/+1 |
| 2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 1 | -1/+1 |
| 2008-10-28 | misc: replace NIP6_FMT with %p6 format specifier | Harvey Harrison | 1 | -1/+1 |
| 2008-08-29 | SELinux: add boundary support and thread context assignment | KaiGai Kohei | 1 | -1/+1 |
| 2008-04-28 | Audit: standardize string audit interfaces | Eric Paris | 1 | -1/+1 |
| 2008-04-22 | SELinux fixups needed for preemptable RCU from -rt | Paul E. McKenney | 1 | -0/+9 |
| 2008-04-21 | SELinux: one little, two little, three little whitespaces, the avc.c saga. | Eric Paris | 1 | -28/+28 |
| 2008-04-21 | SELinux: clean up printks | Eric Paris | 1 | -1/+1 |
| 2008-04-18 | selinux: introduce permissive types | Eric Paris | 1 | -4/+5 |
| 2008-04-18 | SELinux: requesting no permissions in avc_has_perm_noaudit is a BUG() | Eric Paris | 1 | -1/+3 |
| 2008-02-14 | d_path: Use struct path in struct avc_audit_data | Jan Blunck | 1 | -5/+10 |
| 2008-01-30 | SELinux: Only store the network interface's ifindex | Paul Moore | 1 | -3/+12 |
| 2007-10-17 | SELinux: Improve read/write performance | Yuichi Nakamura | 1 | -0/+5 |
| 2007-07-22 | [PATCH] get rid of AVC_PATH postponed treatment | Al Viro | 1 | -7/+8 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-11 | SELinux: Use %lu for inode->i_no when printing avc | Tobias Oed | 1 | -1/+1 |
| 2007-07-11 | SELinux: allow preemption between transition permission checks | Stephen Smalley | 1 | -4/+6 |
| 2007-04-26 | selinux: remove userland security class and permission definitions | Stephen Smalley | 1 | -0/+2 |
| 2007-02-11 | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 1 | -2/+1 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -1/+1 |
| 2006-12-07 | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 1 | -1/+1 |
| 2006-12-04 | [PATCH] selinux endianness annotations | Al Viro | 1 | -1/+1 |
| 2006-11-28 | SELinux: export object class and permission definitions | Chad Sellers | 1 | -12/+11 |
| 2006-05-01 | [PATCH] support for context based audit filtering | Darrel Goeddel | 1 | -6/+7 |
| 2006-02-07 | [PATCH] selinux: require AUDIT | Stephen Smalley | 1 | -2/+0 |
| 2006-01-13 | [NET]: Use NIP6_FMT in kernel.h | Joe Perches | 1 | -3/+2 |
| 2005-09-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2005-09-05 | [PATCH] selinux: endian notations | Alexey Dobriyan | 1 | -2/+2 |
| 2005-06-22 | AUDIT: Wait for backlog to clear when generating messages. | David Woodhouse | 1 | -2/+2 |
| 2005-05-24 | AUDIT: Fix remaining cases of direct logging of untrusted strings by avc_audit | Stephen Smalley | 1 | -13/+9 |
| 2005-05-21 | Fix oops due to thinko in avc_audit() | David Woodhouse | 1 | -1/+1 |
| 2005-05-21 | AUDIT: Avoid sleeping function in SElinux AVC audit. | Stephen Smalley | 1 | -9/+8 |
| 2005-05-19 | Restore logging of pid= and comm= in AVC audit messages | David Woodhouse | 1 | -0/+7 |
| 2005-05-13 | AUDIT: Add message types to audit records | Steve Grubb | 1 | -2/+2 |
| 2005-05-11 | Add audit_log_type | Chris Wright | 1 | -1/+1 |
| 2005-04-18 | [PATCH] SELinux: fix deadlock on dcache lock | Stephen Smalley | 1 | -34/+0 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+949 |