aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-06selinux: increase avtab max bucketsStephen Smalley1-1/+1
2015-04-06selinux: Use a better hash function for avtabJohn Brooks2-5/+38
2015-04-06selinux: convert avtab hash table to flex_arrayStephen Smalley2-13/+22
2015-04-06selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore2-12/+4
2015-02-04SELinux: fix error code in policydb_init()Dan Carpenter1-2/+6
2014-09-22selinux: normalize audit log formattingRichard Guy Briggs1-6/+8
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2-13/+13
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore1-78/+49
2014-06-23selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long1-9/+32
2014-06-19selinux: fix a possible memory leak in cond_read_node()Namhyung Kim1-1/+1
2014-06-19selinux: simple cleanup for cond_read_node()Namhyung Kim1-7/+2
2014-06-18selinux: introduce str_read() helperNamhyung Kim1-96/+37
2014-06-17SELinux: use ARRAY_SIZEHimangi Saraogi1-4/+4
2014-05-15selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones1-0/+3
2014-05-15selinux: conditionally reschedule in mls_convert_context while loading selinux policyDave Jones1-0/+2
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-2/+4
2014-02-24Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux into for-linusJames Morris1-4/+4
2014-02-20SELinux: bigendian problems with filename trans rulesEric Paris1-4/+4
2014-02-10Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux into for-linusJames Morris1-0/+4
2014-02-05SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley1-0/+4
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-8/+4
2014-01-13selinux: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs1-8/+4
2014-01-07SELinux: Fix memory leak upon loading policyTetsuo Handa1-1/+13
2013-12-13selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260Paul Moore1-38/+4
2013-11-19SELinux: security_load_policy: Silence frame-larger-than warningTim Gardner1-22/+32
2013-11-19SELinux: Update policy version to support constraints infoRichard Haines3-9/+99
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore6-38/+85
2013-08-28selinux: consider filesystem subtype in policiesAnand Avati1-4/+38
2013-07-25Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito1-0/+3
2013-07-25SELinux: pass a superblock to security_fs_useEric Paris1-12/+9
2013-07-25SELinux: change sbsec->behavior to shortEric Paris1-1/+1
2013-07-25SELinux: fix selinuxfs policy file on big endian systemsEric Paris1-2/+1
2013-07-25SELinux: Increase ebitmap_node size for 64-bit configurationWaiman Long1-1/+7
2013-07-25SELinux: Reduce overhead of mls_level_isvalid() function callWaiman Long4-19/+27
2013-06-08SELinux: Add new labeling type native labelsDavid Quigley1-1/+4
2012-09-21userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman1-1/+1
2012-04-09SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao1-4/+2
2012-04-09SELinux: possible NULL deref in context_struct_to_stringEric Paris1-3/+5
2012-04-09SELinux: add default_type statementsEric Paris3-5/+31
2012-04-09SELinux: allow default source/target selectors for user/role/rangeEric Paris5-7/+107
2011-12-19selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-1/+1
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris3-3/+2
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris1-2/+0
2011-09-09selinux: sparse fix: move selinux_complete_initJames Morris1-1/+0
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore5-5/+5
2011-06-15Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-0/+3
2011-06-14SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li1-0/+3
2011-05-26selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds1-1/+2
2011-05-26Merge commit 'v2.6.39' into 20110526Eric Paris1-2/+2
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris3-111/+217