summaryrefslogtreecommitdiffstats
path: root/security/apparmor/domain.c
Commit message (Expand)AuthorAgeFilesLines
* apparmor: localize getting the security context to a few macrosJohn Johansen2013-04-281-3/+3
* apparmor: use common fn to clear task_context for domain transitionsJohn Johansen2013-04-281-5/+1Star
* apparmor: add utility function to get an arbitrary tasks profile.John Johansen2013-04-281-7/+3Star
* apparmor: Remove -W1 warningsJohn Johansen2013-04-281-2/+0Star
* apparmor: fix auditing of domain transition failures due to incomplete policyJohn Johansen2013-04-281-0/+2
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVSJohn Johansen2012-04-141-4/+35
* Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-141-0/+4
* apparmor: Fix change_onexec when called from a confined taskJohn Johansen2012-03-271-1/+2
* AppArmor: Move path failure information into aa_get_name and renameJohn Johansen2012-03-141-3/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-281-1/+1
|\
| * AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen2011-06-291-1/+1
* | ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-221-1/+1
|/
* AppArmor: fix build warnings for non-const use of get_task_credJames Morris2010-08-021-1/+1
* AppArmor: functions for domain transitionsJohn Johansen2010-08-021-0/+823