aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Moore1-1/+1
2011-05-26selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds1-1/+2
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-32/+40
2011-04-28SELinux: put name based create rules in a hashtableEric Paris1-10/+10
2011-04-28SELinux: skip filename trans rules if ttype does not match parent dirEric Paris1-0/+9
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-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: Compute role in newcontext for all classesHarry Ciao1-11/+9
2011-03-03SELinux: Socket retains creator role and MLS attributeHarry Ciao1-4/+24
2011-02-01SELinux: Use dentry name in new object labelingEric Paris1-14/+31
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris1-19/+19
2010-11-30selinux: convert type_val_to_struct to flex_arrayEric Paris1-5/+12
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-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 Paris1-0/+48
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris1-2/+9
2010-10-21selinux: fast status update interface (/selinux/status)KaiGai Kohei1-0/+3
2010-08-02selinux: convert the policy type_attr_map to flex_arrayEric Paris1-2/+5
2010-04-21SELinux: return error codes on policy load failureEric Paris1-15/+22
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com1-6/+6
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei1-4/+39
2010-02-16security: fix a couple of sparse warningsJames Morris1-2/+3
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia1-6/+56
2010-02-04selinux: load the initial SIDs upon every policy loadGuido Trentalancia1-4/+12
2010-01-25selinux: remove dead code in type_attribute_bounds_av()KaiGai Kohei1-39/+4
2010-01-18Merge branch 'master' into nextJames Morris1-1/+1
2010-01-18selinux: change the handling of unknown classesStephen Smalley1-105/+81
2009-12-08security/selinux/ss: correct size computationJulia Lawall1-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-24SELinux: print denials for buggy kernel with unknown permsEric Paris1-0/+7
2009-10-20SELinux: fix locking issue introduced with c6d3aaa4e35c71a3Stephen Smalley1-3/+7
2009-10-07selinux: drop remapping of netlink classesStephen Smalley1-25/+0
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley1-253/+287
2009-06-19Merge branch 'master' into nextJames Morris1-25/+5
2009-06-19Add audit messages on type boundary violationsKaiGai Kohei1-19/+117
2009-06-18cleanup in ss/services.cKaiGai Kohei1-3/+3
2009-04-02Permissive domain in userspace object managerKaiGai Kohei1-25/+5
2009-02-14SELinux: remove unused av.decided fieldEric Paris1-2/+0
2009-01-04audit: validate comparison operations, store them in sane formAl Viro1-13/+13
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into nextJames Morris1-3/+10