summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-145-85/+27
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-054-34/+0
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
| * capabilities: remove all _real_ interfacesEric Paris2012-01-051-24/+0
| * capabilities: introduce security_capable_noauditEric Paris2012-01-051-0/+6
| * capabilities: reverse arguments to security_capableEric Paris2012-01-051-1/+1
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-054-30/+24
| * 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
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-11/+11
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-1016-59/+259
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2012-01-0916-59/+259
| |\ \
| | * | ima: fix invalid memory referenceRoberto Sassu2011-12-191-5/+11
| | * | ima: free duplicate measurement memoryRoberto Sassu2011-12-192-2/+3
| | * | selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-12-191-1/+1
| | * | apparmor: fix module parameter handlingRusty Russell2011-12-161-3/+3
| | * | Security: tomoyo: add .gitignore fileGreg Kroah-Hartman2011-12-121-0/+2
| | * | tomoyo: add missing rcu_dereference()Kees Cook2011-12-121-1/+1
| | * | apparmor: add missing rcu_dereference()Kees Cook2011-12-091-1/+1
| | * | evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-081-3/+11
| | * | evm: key must be set once during initializationDmitry Kasatkin2011-12-081-7/+8
| | * | digsig: build dependency fixDmitry Kasatkin2011-11-221-1/+1
| | * | Merge branch 'next-evm-digsig' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2011-11-187-30/+226
| | |\ \
| | | * | evm: digital signature verification supportDmitry Kasatkin2011-11-093-30/+142
| | | * | integrity: digital signature verification using multiple keyringsDmitry Kasatkin2011-11-094-0/+84
| | * | | KEYS: Give key types their own lockdep class for key->semDavid Howells2011-11-171-0/+3
| | * | | Merge branch 'master'; commit 'v3.2-rc2' into nextJames Morris2011-11-1610-7/+14
| | |\ \ \
| | * | | | selinuxfs: remove custom hex_to_bin()Andy Shevchenko2011-11-161-10/+4
* | | | | | securityfs: fix object creation racesAl Viro2012-01-101-141/+50
* | | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-3/+4
|\ \ \ \ \ \
| * | | | | | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-121-3/+4
* | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-0813-60/+46
|\ \ \ \ \ \ \
| * | | | | | | switch security_path_chmod() to struct path *Al Viro2012-01-064-17/+11
| * | | | | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-062-3/+3
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-0610-34/+34
| |\ \ \ \ \ \ \ \
| | * | | | | | | | switch ->path_mknod() to umode_tAl Viro2012-01-034-4/+4
| | * | | | | | | | switch ->path_mkdir() to umode_tAl Viro2012-01-034-4/+4
| | * | | | | | | | tomoyo_mini_stat: switch to umode_tAl Viro2012-01-032-3/+3
| | * | | | | | | | switch securityfs_create_file() to umode_tAl Viro2012-01-033-8/+8
| | * | | | | | | | switch security_path_chmod() to umode_tAl Viro2012-01-034-4/+4
| | * | | | | | | | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-032-2/+2
| | * | | | | | | | switch ->mknod() to umode_tAl Viro2012-01-033-3/+3
| | * | | | | | | | switch ->create() to umode_tAl Viro2012-01-033-3/+3
| | * | | | | | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-033-3/+3
| | |/ / / / / / /
| * | | | | | | | vfs: trim includes a bitAl Viro2012-01-031-0/+1
| |/ / / / / / /
OpenPOWER on IntegriCloud