aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2012-04-09SELinux: unify the selinux_audit_data and selinux_late_audit_dataGravatar Eric Paris 3-91/+16
2012-04-09SELinux: remove auditdeny from selinux_audit_dataGravatar Eric Paris 1-8/+1
2012-04-09LSM: do not initialize common_audit_data to 0Gravatar Eric Paris 11-44/+44
2012-04-09LSM: BUILD_BUG_ON if the common_audit_data union ever growsGravatar Eric Paris 1-0/+7
2012-04-09LSM: remove the task field from common_audit_dataGravatar Eric Paris 2-7/+2
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataGravatar Eric Paris 3-3/+11
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionGravatar Eric Paris 10-43/+43
2012-04-09SELinux: move common_audit_data to a noinline slow path functionGravatar Eric Paris 1-11/+21
2012-04-09SELinux: remove inode_has_perm_noadpGravatar Eric Paris 1-24/+4
2012-04-09SELinux: delay initialization of audit data in selinux_inode_permissionGravatar Eric Paris 3-70/+105
2012-04-09SELinux: if sel_make_bools errors don't leave inconsistent stateGravatar Eric Paris 1-0/+1
2012-04-09SELinux: remove needless sel_div functionGravatar Eric Paris 1-6/+1
2012-04-09SELinux: possible NULL deref in context_struct_to_stringGravatar Eric Paris 1-3/+5
2012-04-09SELinux: audit failed attempts to set invalid labelsGravatar Eric Paris 1-2/+34
2012-04-09SELinux: rename dentry_open to file_openGravatar Eric Paris 6-15/+15
2012-04-09SELinux: check OPEN on truncate callsGravatar Eric Paris 1-1/+5
2012-04-09SELinux: add default_type statementsGravatar Eric Paris 4-6/+33
2012-04-09SELinux: allow default source/target selectors for user/role/rangeGravatar Eric Paris 6-8/+109
2012-04-09SELinux: loosen DAC perms on reading policyGravatar Eric Paris 1-1/+1
2012-04-09SELinux: allow seek operations on the file exposing policyGravatar Eric Paris 1-0/+1
2012-04-07userns: Add an explicit reference to the parent user namespaceGravatar Eric W. Biederman 1-1/+1
2012-04-07cred: Refcount the user_ns pointed to by the cred.Gravatar Eric W. Biederman 1-1/+1
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsGravatar Eric W. Biederman 4-10/+10
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Gravatar Linus Torvalds 4-13/+12
2012-04-03SELinux: do not allocate stack space for AVC data unless neededGravatar Eric Paris 2-14/+27
2012-04-03SELinux: remove avd from slow_avc_audit()Gravatar Eric Paris 1-2/+2
2012-04-03SELinux: remove avd from selinux_audit_dataGravatar Eric Paris 1-1/+0
2012-04-03LSM: shrink the common_audit_data data unionGravatar Eric Paris 4-88/+122
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataGravatar Eric Paris 15-97/+238
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceGravatar Tejun Heo 1-8/+2
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-71/+48
2012-03-31get rid of pointless includes of ext2_fs.hGravatar Al Viro 1-5/+4
2012-03-31selinuxfs: merge dentry allocation into sel_make_dir()Gravatar Al Viro 1-66/+44
2012-03-31selinux: inline avc_audit() and avc_has_perm_noaudit() into callerGravatar Linus Torvalds 1-2/+2
2012-03-31selinux: don't inline slow-path code into avc_has_perm_noaudit()Gravatar Linus Torvalds 1-14/+38
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 2-1/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-28apparmor: Fix change_onexec when called from a confined taskGravatar John Johansen 2-1/+4
2012-03-26SELinux: selinux/xfrm.h needs net/flow.hGravatar David Howells 1-0/+2
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsGravatar Oleg Nesterov 1-1/+1
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyGravatar Oleg Nesterov 1-1/+1
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-16/+22
2012-03-22security: optimize avc_audit() common pathGravatar Linus Torvalds 1-29/+41
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 38-191/+856
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 1-2/+2
2012-03-20switch unix_sock to struct pathGravatar Al Viro 1-6/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-6/+4
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2