aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-13Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-4/+0
2011-05-12SELinux: delete debugging printks from filename_trans rule processingEric Paris1-4/+0
2011-05-04Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-3/+3
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris1-3/+3
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris1-3/+3
2011-04-28SELinux: put name based create rules in a hashtableEric Paris3-61/+135
2011-04-28SELinux: generic hashtab entry counterEric Paris1-2/+2
2011-04-28SELinux: calculate and print hashtab stats with a generic functionEric Paris1-19/+13
2011-04-28SELinux: skip filename trans rules if ttype does not match parent dirEric Paris3-0/+17
2011-04-28SELinux: rename filename_compute_type argument to *type instead of *conEric Paris1-3/+3
2011-04-28SELinux: fix comment to state filename_compute_type takes an objname not a qstrEric Paris1-1/+1
2011-04-25SELinux: security_read_policy should take a size_t not ssize_tEric Paris1-1/+1
2011-04-20SELinux: delete debugging printks from filename_trans rule processingEric Paris1-4/+0
2011-04-07Initialize policydb.process_class eariler.Harry Ciao1-5/+5
2011-04-07selinux: Fix regression for XorgStephen Smalley1-1/+1
2011-04-01selinux: add type_transition with name extension support for selinuxfsKohei Kaigai1-8/+9
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-29selinux: Fix regression for XorgStephen Smalley1-1/+1
2011-03-28SELinux: Write class field in role_trans_write.Harry Ciao1-2/+9
2011-03-28SELinux: Compute role in newcontext for all classesHarry Ciao1-11/+9
2011-03-28SELinux: Add class support to the role_trans structureHarry Ciao2-1/+16
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris6-33/+214
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris2-3/+3
2011-03-03SELinux: Socket retains creator role and MLS attributeHarry Ciao3-7/+29
2011-02-01SELinux: Use dentry name in new object labelingEric Paris4-26/+185
2011-01-24selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2-3/+3
2011-01-24security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbitShan Wei2-2/+0
2010-12-07selinux: cache sidtab_context_to_sid resultsEric Paris2-2/+39
2010-11-30SELinux: merge policydb_index_classes and policydb_index_othersEric Paris1-59/+10
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris5-68/+127
2010-11-30selinux: convert type_val_to_struct to flex_arrayEric Paris3-13/+34
2010-11-30selinux: rework security_netlbl_secattr_to_sidEric Paris1-21/+21
2010-11-30SELinux: standardize return code handling in selinuxfs.cEric Paris1-171/+157
2010-11-30SELinux: standardize return code handling in policydb.cEric Paris1-287/+268
2010-10-21selinux: include vmalloc.h for vmalloc_userStephen Rothwell1-0/+1
2010-10-21selinux: implement mmap on /selinux/policyEric Paris1-1/+1
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris9-2/+1158
2010-10-21SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris2-3/+2
2010-10-21SELinux: deterministic ordering of range transition rulesEric Paris1-3/+13
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris1-2/+9