summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'printk-cleanups'Linus Torvalds2016-10-101-2/+2
|\
| * printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-2/+2
* | selinux: fix error return code in policydb_read()Wei Yongjun2016-09-131-0/+1
* | selinux: fix overflow and 0 length allocationsWilliam Roberts2016-08-302-0/+5
* | selinux: initialize structuresWilliam Roberts2016-08-301-4/+4
* | selinux: detect invalid ebitmapWilliam Roberts2016-08-301-0/+3
|/
* selinux: import NetLabel category bitmaps correctlyPaul Moore2016-06-091-1/+1
* selinux: Only apply bounds checking to source typesStephen Smalley2016-05-311-48/+22Star
* selinux: Change bool variable name to index.Prarit Bhargava2016-04-141-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-181-7/+27
|\
| * selinux: export validatetrans decisionsAndrew Perepechko2015-12-241-7/+27
* | selinux: fix bug in conditional rules handlingStephen Smalley2015-11-241-2/+2
|/
* selinux: use sprintf return valueRasmus Villemoes2015-10-211-4/+1Star
* selinux: use kstrdup() in security_get_bools()Rasmus Villemoes2015-10-211-7/+1Star
* selinux: use kmemdup in security_sid_to_context_core()Rasmus Villemoes2015-10-211-2/+2
* selinux: introduce security_context_str_to_sidRasmus Villemoes2015-10-211-0/+5
* selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-137-42/+357
* selinux: don't waste ebitmap space when importing NetLabel categoriesPaul Moore2015-07-091-0/+6
* selinux: increase avtab max bucketsStephen Smalley2015-04-071-1/+1
* selinux: Use a better hash function for avtabJohn Brooks2015-04-072-5/+38
* selinux: convert avtab hash table to flex_arrayStephen Smalley2015-04-072-13/+22
* selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore2015-04-072-12/+4Star
* SELinux: fix error code in policydb_init()Dan Carpenter2015-02-041-2/+6
* 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