summaryrefslogtreecommitdiffstats
path: root/security/apparmor/domain.c
Commit message (Expand)AuthorAgeFilesLines
* LSM: Switch to lists of hooksCasey Schaufler2015-05-121-8/+4
* sched: move no_new_privs into new atomic flagsKees Cook2014-07-181-2/+2
* apparmor: remove the "task" arg from may_change_ptraced_domain()Oleg Nesterov2013-10-291-8/+6
* apparmor: fix capability to not use the current task, during reportingJohn Johansen2013-10-291-1/+1
* apparmor: allow setting any profile into the unconfined stateJohn Johansen2013-08-141-2/+2
* apparmor: update how unconfined is handledJohn Johansen2013-08-141-1/+1
* apparmor: change how profile replacement update is doneJohn Johansen2013-08-141-2/+2
* apparmor: convert profile lists to RCU based lockingJohn Johansen2013-08-141-4/+10
* 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/+1
* apparmor: add utility function to get an arbitrary tasks profile.John Johansen2013-04-281-7/+3
* apparmor: Remove -W1 warningsJohn Johansen2013-04-281-2/+0
* apparmor: fix auditing of domain transition failures due to incomplete policyJohn Johansen2013-04-281-0/+2
* new helper: file_inode(file)Al Viro2013-02-221-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-281-1/+2
* AppArmor: Move path failure information into aa_get_name and renameJohn Johansen2012-03-141-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-271-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
OpenPOWER on IntegriCloud