aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-09SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao1-5/+1
2012-04-09SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris1-8/+1
2012-04-09SELinux: remove auditdeny from selinux_audit_dataEric Paris1-8/+1
2012-04-09SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris1-5/+77
2012-04-09SELinux: add default_type statementsEric Paris1-1/+2
2012-04-09SELinux: allow default source/target selectors for user/role/rangeEric Paris1-1/+2
2012-04-03SELinux: do not allocate stack space for AVC data unless neededEric Paris1-2/+12
2012-04-03SELinux: remove avd from selinux_audit_dataEric Paris1-1/+0
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-0/+16
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-26SELinux: selinux/xfrm.h needs net/flow.hDavid Howells1-0/+2
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris1-0/+6
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris1-0/+3
2011-09-09selinux: sparse fix: eliminate warnings for selinuxfsJames Morris1-0/+3
2011-09-09selinux: sparse fix: declare selinux_disable() in security.hJames Morris1-0/+1
2011-09-09selinux: sparse fix: move selinux_complete_initJames Morris1-0/+1
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore4-4/+4
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-4/+5
2011-05-19selinux: avoid unnecessary avc cache stat hit countLinus Torvalds1-1/+0
2011-04-25SELINUX: Make selinux cache VFS RCU walks safeEric Paris1-5/+13
2011-04-25SELINUX: Make selinux cache VFS RCU walks safeEric Paris1-5/+13
2011-04-25SELinux: security_read_policy should take a size_t not ssize_tEric Paris1-1/+1
2011-04-01selinux: add type_transition with name extension support for selinuxfsKohei Kaigai1-2/+2
2011-03-28SELinux: Add class support to the role_trans structureHarry Ciao1-1/+2
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2-5/+10
2011-03-03SELinux: Auto-generate security_is_socket_classHarry Ciao1-0/+4
2011-02-25selinux: drop unused packet flow permissionsEric Paris1-2/+1
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller1-1/+1
2011-02-01SELinux: Use dentry name in new object labelingEric Paris1-3/+5
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+1
2011-01-10headers: path.h reduxAlexey Dobriyan1-1/+0
2010-11-29security: Define CAP_SYSLOGSerge E. Hallyn1-1/+1
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris2-1/+3
2010-10-21secmark: make secmark object handling genericEric Paris1-0/+1
2010-10-21selinux: fix up style problem on /selinux/statusKaiGai Kohei1-2/+1
2010-10-21selinux: fast status update interface (/selinux/status)KaiGai Kohei1-0/+21
2010-08-02SELinux: Move execmod to the common permsEric Paris1-4/+3
2010-08-02selinux: place open in the common file permsEric Paris1-7/+8
2010-08-02SELinux: special dontaudit for access checksEric Paris1-1/+1
2010-05-21switch selinux delayed superblock handling to iterate_supers()Al Viro1-1/+0
2010-04-08selinux: always call sk_security_struct sksecEric Paris1-4/+4
2010-03-09Merge branch 'next-queue' into nextJames Morris1-1/+1
2010-03-08selinux: const strings in tablesStephen Hemminger1-1/+1
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia1-1/+2
2010-01-18selinux: change the handling of unknown classesStephen Smalley1-6/+4
2009-10-07selinux: generate flask headers during kernel buildStephen Smalley2-961/+0
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley9-417/+206
2009-09-01selinux: Support for the new TUN LSM hooksPaul Moore4-0/+25
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu3-50/+11