aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/domain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-8/+4
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook1-2/+2
2013-10-29apparmor: remove the "task" arg from may_change_ptraced_domain()Oleg Nesterov1-8/+6
2013-10-29apparmor: fix capability to not use the current task, during reportingJohn Johansen1-1/+1
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen1-2/+2
2013-08-14apparmor: update how unconfined is handledJohn Johansen1-1/+1
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen1-2/+2
2013-08-14apparmor: convert profile lists to RCU based lockingJohn Johansen1-4/+10
2013-04-28apparmor: localize getting the security context to a few macrosJohn Johansen1-3/+3
2013-04-28apparmor: use common fn to clear task_context for domain transitionsJohn Johansen1-5/+1
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.John Johansen1-7/+3
2013-04-28apparmor: Remove -W1 warningsJohn Johansen1-2/+0
2013-04-28apparmor: fix auditing of domain transition failures due to incomplete policyJohn Johansen1-0/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-04-14Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVSJohn Johansen1-4/+35
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski1-0/+4
2012-03-28apparmor: Fix change_onexec when called from a confined taskJohn Johansen1-1/+2
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen1-3/+2
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+1
2011-06-29AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen1-1/+1
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo1-1/+1
2010-08-02AppArmor: fix build warnings for non-const use of get_task_credJames Morris1-1/+1
2010-08-02AppArmor: functions for domain transitionsJohn Johansen1-0/+823