| Commit message (Expand) | Author | Age | Files | Lines |
* | selinux: tag avc cache alloc as non-critical | Mel Gorman | 2012-07-31 | 1 | -1/+1 |
* | SELinux: avc: remove the useless fields in avc_add_callback | Wanlong Gao | 2012-04-09 | 1 | -26/+6 |
* | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback | Wanlong Gao | 2012-04-09 | 1 | -2/+2 |
* | SELinux: unify the selinux_audit_data and selinux_late_audit_data | Eric Paris | 2012-04-09 | 1 | -16/+15 |
* | LSM: do not initialize common_audit_data to 0 | Eric Paris | 2012-04-09 | 1 | -1/+1 |
* | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 2012-04-09 | 1 | -1/+1 |
* | SELinux: delay initialization of audit data in selinux_inode_permission | Eric Paris | 2012-04-09 | 1 | -62/+1 |
* | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit... | Linus Torvalds | 2012-04-03 | 1 | -3/+1 |
* | SELinux: do not allocate stack space for AVC data unless needed | Eric Paris | 2012-04-03 | 1 | -12/+15 |
* | SELinux: remove avd from slow_avc_audit() | Eric Paris | 2012-04-03 | 1 | -2/+2 |
* | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 2012-04-03 | 1 | -16/+18 |
* | selinux: inline avc_audit() and avc_has_perm_noaudit() into caller | Linus Torvalds | 2012-03-31 | 1 | -2/+2 |
* | selinux: don't inline slow-path code into avc_has_perm_noaudit() | Linus Torvalds | 2012-03-31 | 1 | -14/+38 |
* | security: optimize avc_audit() common path | Linus Torvalds | 2012-03-22 | 1 | -29/+41 |
* | selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU | Al Viro | 2011-07-20 | 1 | -1/+1 |
* | selinux: don't pass in NULL avd to avc_has_perm_noaudit | Linus Torvalds | 2011-05-26 | 1 | -10/+2 |
* | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo... | James Morris | 2011-05-24 | 1 | -1/+1 |
|\ |
|
| * | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE | Eric Paris | 2011-04-25 | 1 | -1/+1 |
| * | SELINUX: Make selinux cache VFS RCU walks safe | Eric Paris | 2011-04-25 | 1 | -7/+29 |
* | | selinux: avoid unnecessary avc cache stat hit count | Linus Torvalds | 2011-05-19 | 1 | -5/+4 |
* | | selinux: de-crapify avc cache stat code generation | Linus Torvalds | 2011-05-19 | 1 | -5/+1 |
* | | SELINUX: Make selinux cache VFS RCU walks safe | Eric Paris | 2011-04-25 | 1 | -7/+29 |
|/ |
|
* | SELinux: special dontaudit for access checks | Eric Paris | 2010-08-02 | 1 | -2/+22 |
* | selinux: remove all rcu head initializations | Paul E. McKenney | 2010-08-02 | 1 | -1/+0 |
* | LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE | Eric Paris | 2010-04-28 | 1 | -2/+1 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -3/+3 |
|\ |
|
| * | fix comment typos in avc.c | Justin P. Mattock | 2010-02-05 | 1 | -3/+3 |
* | | selinux: Only audit permissions specified in policy | Stephen Smalley | 2010-02-03 | 1 | -10/+7 |
* | | selinux: change the handling of unknown classes | Stephen Smalley | 2010-01-18 | 1 | -4/+1 |
|/ |
|
* | SELinux: print denials for buggy kernel with unknown perms | Eric Paris | 2009-11-24 | 1 | -1/+1 |
* | selinux: dynamic class/perm discovery | Stephen Smalley | 2009-10-07 | 1 | -68/+8 |
* | SELinux: do not destroy the avc_cache_nodep | Eric Paris | 2009-09-23 | 1 | -4/+15 |
* | SELinux: flush the avc before disabling SELinux | Eric Paris | 2009-09-14 | 1 | -0/+2 |
* | SELinux: seperate avc_cache flushing | Eric Paris | 2009-09-14 | 1 | -7/+17 |
* | SELinux: Convert avc_audit to use lsm_audit.h | Thomas Liu | 2009-08-17 | 1 | -156/+41 |
* | Revert "SELinux: Convert avc_audit to use lsm_audit.h" | James Morris | 2009-07-13 | 1 | -48/+170 |
* | SELinux: Convert avc_audit to use lsm_audit.h | Thomas Liu | 2009-07-13 | 1 | -170/+48 |
* | selinux: clean up avc node cache when disabling selinux | Thomas Liu | 2009-06-25 | 1 | -0/+6 |
* | Merge branch 'master' into next | James Morris | 2009-06-19 | 1 | -1/+1 |
|\ |
|
| * | Permissive domain in userspace object manager | KaiGai Kohei | 2009-04-02 | 1 | -1/+1 |
* | | Add audit messages on type boundary violations | KaiGai Kohei | 2009-06-19 | 1 | -1/+1 |
|/ |
|
* | SELinux: convert the avc cache hash list to an hlist | Eric Paris | 2009-02-14 | 1 | -20/+27 |
* | SELinux: code readability with avc_cache | Eric Paris | 2009-02-14 | 1 | -19/+44 |
* | SELinux: remove unused av.decided field | Eric Paris | 2009-02-14 | 1 | -10/+5 |
* | SELinux: more careful use of avd in avc_has_perm_noaudit | Eric Paris | 2009-02-14 | 1 | -19/+24 |
* | SELinux: remove the unused ae.used | Eric Paris | 2009-02-14 | 1 | -21/+7 |
* | SELinux: check seqno when updating an avc_node | Eric Paris | 2009-02-14 | 1 | -3/+6 |
* | SELinux: shrink sizeof av_inhert selinux_class_perm and context | Eric Paris | 2009-01-05 | 1 | -7/+9 |
* | misc: replace NIPQUAD() | Harvey Harrison | 2008-10-31 | 1 | -1/+1 |
* | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 1 | -1/+1 |