summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* selinux: normalize audit log formattingRichard Guy Briggs2014-09-221-6/+8
* netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-012-13/+13
* netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-78/+49Star
* selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2014-06-231-9/+32
* selinux: fix a possible memory leak in cond_read_node()Namhyung Kim2014-06-191-1/+1
* selinux: simple cleanup for cond_read_node()Namhyung Kim2014-06-191-7/+2Star
* selinux: introduce str_read() helperNamhyung Kim2014-06-181-96/+37Star
* SELinux: use ARRAY_SIZEHimangi Saraogi2014-06-171-4/+4
* selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-05-151-0/+3
* selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-05-151-0/+2
* selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-2/+4
* Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-241-4/+4
|\
| * SELinux: bigendian problems with filename trans rulesEric Paris2014-02-201-4/+4
* | Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-101-0/+4
|\|
| * SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-051-0/+4
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-241-8/+4Star
|\ \ | |/ |/|
| * selinux: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs2014-01-141-8/+4Star
* | SELinux: Fix memory leak upon loading policyTetsuo Handa2014-01-071-1/+13
* | selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260Paul Moore2013-12-131-38/+4Star
* | SELinux: security_load_policy: Silence frame-larger-than warningTim Gardner2013-11-191-22/+32
* | SELinux: Update policy version to support constraints infoRichard Haines2013-11-193-9/+99
* | Merge git://git.infradead.org/users/eparis/selinuxPaul Moore2013-09-186-38/+85
|\ \ | |/ |/|
| * selinux: consider filesystem subtype in policiesAnand Avati2013-08-281-4/+38
| * Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito2013-07-251-0/+3
| * SELinux: pass a superblock to security_fs_useEric Paris2013-07-251-12/+9Star
| * SELinux: change sbsec->behavior to shortEric Paris2013-07-251-1/+1
| * SELinux: fix selinuxfs policy file on big endian systemsEric Paris2013-07-251-2/+1Star
| * SELinux: Increase ebitmap_node size for 64-bit configurationWaiman Long2013-07-251-1/+7
| * SELinux: Reduce overhead of mls_level_isvalid() function callWaiman Long2013-07-254-19/+27
* | SELinux: Add new labeling type native labelsDavid Quigley2013-06-081-1/+4
|/
* userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman2012-09-211-1/+1
* SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-091-4/+2Star
* SELinux: possible NULL deref in context_struct_to_stringEric Paris2012-04-091-3/+5
* SELinux: add default_type statementsEric Paris2012-04-093-5/+31
* SELinux: allow default source/target selectors for user/role/rangeEric Paris2012-04-095-7/+107
* selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-12-191-1/+1
* selinux: sparse fix: fix several warnings in the security server codeJames Morris2011-09-103-3/+2Star
* selinux: sparse fix: fix warnings in netlink codeJames Morris2011-09-101-2/+0Star
* selinux: sparse fix: move selinux_complete_initJames Morris2011-09-101-1/+0Star
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-025-5/+5
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-06-151-0/+3
|\
| * SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li2011-06-141-0/+3
| * Merge commit 'v2.6.39' into 20110526Eric Paris2011-05-261-2/+2
| |\
* | | selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-271-1/+2
* | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-243-111/+217
|\| | | |/ |/|
| * flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-281-3/+3
| * SELinux: put name based create rules in a hashtableEric Paris2011-04-283-61/+135
| * SELinux: generic hashtab entry counterEric Paris2011-04-281-2/+2
| * SELinux: calculate and print hashtab stats with a generic functionEric Paris2011-04-281-19/+13Star
| * SELinux: skip filename trans rules if ttype does not match parent dirEric Paris2011-04-283-0/+17