summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro-8/+4
2013-04-28apparmor: fix fully qualified name parsingJohn Johansen-2/+4
2013-04-28apparmor: fix setprocattr arg processing for onexecJohn Johansen-16/+21
2013-04-28apparmor: localize getting the security context to a few macrosJohn Johansen-21/+24
2013-04-28apparmor: fix sparse warningsJohn Johansen-11/+11
2013-04-28apparmor: Fix smatch warning in aa_remove_profilesJohn Johansen-8/+6
2013-04-28apparmor: fix the audit type tableJohn Johansen-1/+1
2013-04-28apparmor: reserve and mask off the top 8 bits of the base fieldJohn Johansen-7/+9
2013-04-28apparmor: move the free_profile fn ahead of aa_alloc_profileJohn Johansen-75/+75
2013-04-28apparmor: remove sid from profilesJohn Johansen-21/+11
2013-04-28apparmor: move perm defines into policy_unpackJohn Johansen-2/+3
2013-04-28apparmor: misc cleanup of matchJohn Johansen-8/+14
2013-04-28apparmor: relax the restrictions on setting rlimitsJohn Johansen-3/+12
2013-04-28apparmor: remove "permipc" commandJohn Johansen-9/+0
2013-04-28apparmor: use common fn to clear task_context for domain transitionsJohn Johansen-16/+20
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen-8/+22
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.John Johansen-32/+49
2013-04-28apparmor: fix error code to failure message mapping for name lookupJohn Johansen-1/+1
2013-04-28apparmor: refactor profile mode macrosJohn Johansen-6/+6
2013-04-28apparmor: Remove -W1 warningsJohn Johansen-6/+0
2013-04-28apparmor: fix auditing of domain transition failures due to incomplete policyJohn Johansen-0/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+18
2013-04-18devcg: remove parent_cgroup.Rami Rosen-2/+0
2013-04-17ima: eliminate passing d_name.name to process_measurement()Mimi Zohar-9/+5
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet-0/+18
2013-04-08devcg: remove broken_hierarchy tagTejun Heo-9/+0
2013-04-03Smack: include magic.h in smackfs.cCasey Schaufler-0/+1
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton-7/+39
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+1
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-3/+1
2013-03-28selinux: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo-4/+3
2013-03-26yama: Better permission check for ptracemeEric W. Biederman-3/+1
2013-03-20devcg: propagate local changes down the hierarchyAristeu Rozanski-7/+132
2013-03-20devcg: use css_online and css_offlineAristeu Rozanski-17/+42
2013-03-20devcg: prepare may_access() for hierarchy supportAristeu Rozanski-18/+31
2013-03-20devcg: expand may_access() logicAristeu Rozanski-9/+12
2013-03-19Fix NULL pointer dereference in smack_inode_unlink() and smack_inode_rmdir()Igor Zhbanov-2/+2
2013-03-19Smack: add support for modification of existing rulesRafal Krypa-79/+170
2013-03-19smack: SMACK_MAGIC to include/uapi/linux/magic.hJarkko Sakkinen-5/+0
2013-03-19Smack: add missing support for transmute bit in smack_str_from_perm()Rafal Krypa-0/+2
2013-03-19Smack: prevent revoke-subject from failing when unseen label is written to itRafal Krypa-3/+1
2013-03-19selinux: use GFP_ATOMIC under spin_lockDan Carpenter-1/+1
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan-3/+2
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers-2/+2
2013-03-12keys: fix race with concurrent install_user_keyrings()David Howells-1/+1
2013-03-03userns: Stop oopsing in key_change_session_keyringEric W. Biederman-1/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-15/+7
2013-02-27selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro-9/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-42/+32