summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* SELinux: remove inode_has_perm_noadpEric Paris2012-04-091-24/+4
* SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris2012-04-093-70/+105
* SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris2012-04-091-0/+1
* SELinux: remove needless sel_div functionEric Paris2012-04-091-6/+1
* SELinux: possible NULL deref in context_struct_to_stringEric Paris2012-04-091-3/+5
* SELinux: audit failed attempts to set invalid labelsEric Paris2012-04-091-2/+34
* SELinux: rename dentry_open to file_openEric Paris2012-04-091-3/+3
* SELinux: check OPEN on truncate callsEric Paris2012-04-091-1/+5
* SELinux: add default_type statementsEric Paris2012-04-094-6/+33
* SELinux: allow default source/target selectors for user/role/rangeEric Paris2012-04-096-8/+109
* SELinux: loosen DAC perms on reading policyEric Paris2012-04-091-1/+1
* SELinux: allow seek operations on the file exposing policyEric Paris2012-04-091-0/+1
* lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds2012-04-031-3/+1
* SELinux: do not allocate stack space for AVC data unless neededEric Paris2012-04-032-14/+27
* SELinux: remove avd from slow_avc_audit()Eric Paris2012-04-031-2/+2
* SELinux: remove avd from selinux_audit_dataEric Paris2012-04-031-1/+0
* LSM: shrink the common_audit_data data unionEric Paris2012-04-031-42/+63
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-033-17/+104
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-312-71/+48
|\
| * get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-5/+4
| * selinuxfs: merge dentry allocation into sel_make_dir()Al Viro2012-03-311-66/+44
* | selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds2012-03-311-2/+2
* | selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds2012-03-311-14/+38
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-1/+1
|\
| * Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | SELinux: selinux/xfrm.h needs net/flow.hDavid Howells2012-03-261-0/+2
* | security: optimize avc_audit() common pathLinus Torvalds2012-03-221-29/+41
* | security: trim security.hAl Viro2012-02-141-0/+2
|/
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-33/+11
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-19/+0
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-051-13/+10
| * selinux: sparse fix: fix several warnings in the security server codJames Morris2012-01-055-7/+9
| * selinux: sparse fix: fix warnings in netlink codeJames Morris2012-01-056-5/+6
| * selinux: sparse fix: eliminate warnings for selinuxfsJames Morris2012-01-053-6/+4
| * selinux: sparse fix: declare selinux_disable() in security.hJames Morris2012-01-052-1/+1
| * selinux: sparse fix: move selinux_complete_initJames Morris2012-01-052-1/+1
| * selinux: sparse fix: make selinux_secmark_refcount staticJames Morris2012-01-051-1/+1
| * SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells2011-12-201-1/+3
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-102-11/+5
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2012-01-092-11/+5
| |\ \
| | * | selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-12-191-1/+1
| | * | Merge branch 'master'; commit 'v3.2-rc2' into nextJames Morris2011-11-162-0/+2
| | |\ \
| | * | | selinuxfs: remove custom hex_to_bin()Andy Shevchenko2011-11-161-10/+4
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-5/+5
|\ \ \ \ \
| * | | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
| * | | | | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-031-1/+1
| * | | | | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
| * | | | | switch ->create() to umode_tAl Viro2012-01-031-1/+1