summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro-3/+3
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro-34/+34
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris-34/+0
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris-1/+1
2012-01-05capabilities: remove all _real_ interfacesEric Paris-24/+0
2012-01-05capabilities: introduce security_capable_noauditEric Paris-0/+6
2012-01-05capabilities: reverse arguments to security_capableEric Paris-1/+1
2012-01-05capabilities: remove the task from capable LSM hook entirelyEric Paris-30/+24
2012-01-05selinux: sparse fix: fix several warnings in the security server codJames Morris-7/+9
2012-01-05selinux: sparse fix: fix warnings in netlink codeJames Morris-5/+6
2012-01-05selinux: sparse fix: eliminate warnings for selinuxfsJames Morris-6/+4
2012-01-05selinux: sparse fix: declare selinux_disable() in security.hJames Morris-1/+1
2012-01-05selinux: sparse fix: move selinux_complete_initJames Morris-1/+1
2012-01-05selinux: sparse fix: make selinux_secmark_refcount staticJames Morris-1/+1
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2012-01-03vfs: trim includes a bitAl Viro-0/+1
2012-01-03switch ->path_mknod() to umode_tAl Viro-4/+4
2012-01-03switch ->path_mkdir() to umode_tAl Viro-4/+4
2012-01-03tomoyo_mini_stat: switch to umode_tAl Viro-3/+3
2012-01-03switch securityfs_create_file() to umode_tAl Viro-8/+8
2012-01-03switch security_path_chmod() to umode_tAl Viro-4/+4
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro-3/+3
2012-01-03switch ->create() to umode_tAl Viro-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro-3/+3
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro-1/+1
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro-1/+0
2012-01-03tomoyo: stop including hell knows whatAl Viro-8/+0
2012-01-03security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-35/+66
2011-12-21SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells-1/+3
2011-12-20SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells-1/+3
2011-12-20evm: prevent racing during tfm allocationDmitry Kasatkin-0/+9
2011-12-20evm: key must be set once during initializationDmitry Kasatkin-4/+6
2011-12-19ima: fix invalid memory referenceRoberto Sassu-5/+11
2011-12-19ima: free duplicate measurement memoryRoberto Sassu-2/+3
2011-12-19selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer-1/+1
2011-12-16apparmor: fix module parameter handlingRusty Russell-3/+3
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo-3/+4
2011-12-12Security: tomoyo: add .gitignore fileGreg Kroah-Hartman-0/+2
2011-12-12tomoyo: add missing rcu_dereference()Kees Cook-1/+1
2011-12-09apparmor: add missing rcu_dereference()Kees Cook-1/+1
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa-1/+9
2011-12-08evm: prevent racing during tfm allocationDmitry Kasatkin-3/+11
2011-12-08evm: key must be set once during initializationDmitry Kasatkin-7/+8
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro-29/+39
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov-1/+1
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross-2/+4
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-6/+6
2011-11-22digsig: build dependency fixDmitry Kasatkin-1/+1