summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-261-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/+13
| * SELinux: skip filename trans rules if ttype does not match parent dirEric Paris2011-04-283-0/+17
| * SELinux: rename filename_compute_type argument to *type instead of *conEric Paris2011-04-281-3/+3
| * SELinux: fix comment to state filename_compute_type takes an objname not a qstrEric Paris2011-04-281-1/+1
| * SELinux: security_read_policy should take a size_t not ssize_tEric Paris2011-04-251-1/+1
| * SELinux: delete debugging printks from filename_trans rule processingEric Paris2011-04-201-4/+0
| * Initialize policydb.process_class eariler.Harry Ciao2011-04-071-5/+5
| * selinux: Fix regression for XorgStephen Smalley2011-04-071-1/+1
| * selinux: add type_transition with name extension support for selinuxfsKohei Kaigai2011-04-011-8/+9
| * SELinux: Write class field in role_trans_write.Harry Ciao2011-03-281-2/+9
| * SELinux: Compute role in newcontext for all classesHarry Ciao2011-03-281-11/+9
| * SELinux: Add class support to the role_trans structureHarry Ciao2011-03-282-1/+16
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-05-131-4/+0
|\ \
| * | SELinux: delete debugging printks from filename_trans rule processingEric Paris2011-05-121-4/+0
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-05-041-3/+3
|\ \ \ | |/ /
| * | flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-281-3/+3
| |/
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | selinux: Fix regression for XorgStephen Smalley2011-03-291-1/+1
|/
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-086-33/+214
|\
| * SELinux: Socket retains creator role and MLS attributeHarry Ciao2011-03-033-7/+29
| * SELinux: Use dentry name in new object labelingEric Paris2011-02-014-26/+185
* | Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris2011-03-082-3/+3
|\ \ | |/ |/|
| * selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-01-242-3/+3
* | security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbitShan Wei2011-01-242-2/+0
|/
* selinux: cache sidtab_context_to_sid resultsEric Paris2010-12-072-2/+39
* SELinux: merge policydb_index_classes and policydb_index_othersEric Paris2010-11-301-59/+10
* selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-305-68/+127
* selinux: convert type_val_to_struct to flex_arrayEric Paris2010-11-303-13/+34
* selinux: rework security_netlbl_secattr_to_sidEric Paris2010-11-301-21/+21
* SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-171/+157
* SELinux: standardize return code handling in policydb.cEric Paris2010-11-301-287/+268
* selinux: include vmalloc.h for vmalloc_userStephen Rothwell2010-10-211-0/+1
* selinux: implement mmap on /selinux/policyEric Paris2010-10-211-1/+1
* SELinux: allow userspace to read policy back out of the kernelEric Paris2010-10-219-2/+1158
* SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris2010-10-212-3/+2
* SELinux: deterministic ordering of range transition rulesEric Paris2010-10-211-3/+13
* security: secid_to_secctx returns len when data is NULLEric Paris2010-10-211-2/+9
* selinux: fix up style problem on /selinux/statusKaiGai Kohei2010-10-211-9/+6
* selinux: really fix dependency causing parallel compile failure.Paul Gortmaker2010-10-211-9/+0
* selinux: fast status update interface (/selinux/status)KaiGai Kohei2010-10-213-1/+133
* selinux: type_bounds_sanity_check has a meaningless variable declarationEric Paris2010-10-211-2/+2
* selinux: convert the policy type_attr_map to flex_arrayEric Paris2010-08-023-13/+39
* SELinux: break ocontext reading into a separate functionEric Paris2010-08-021-111/+133
* SELinux: move genfs read to a separate functionEric Paris2010-08-021-105/+133
* selinux: fix error codes in symtab_init()Dan Carpenter2010-08-021-1/+1
OpenPOWER on IntegriCloud