summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
Commit message (Expand)AuthorAgeFilesLines
* nick kvfree() from apparmorAl Viro2014-05-061-1/+0
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-213-6/+4
|\
| * apparmor: remove parent task info from audit loggingJohn Johansen2013-10-291-1/+0
| * apparmor: fix capability to not use the current task, during reportingJohn Johansen2013-10-292-5/+4
* | apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen2013-09-301-1/+3
|/
* apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen2013-08-143-0/+38
* apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen2013-08-141-0/+4
* apparmor: add an optional profile attachment string for profilesJohn Johansen2013-08-142-0/+3
* apparmor: add interface files for profiles and namespacesJohn Johansen2013-08-143-3/+57
* apparmor: allow setting any profile into the unconfined stateJohn Johansen2013-08-142-3/+10
* apparmor: make free_profile available outside of policy.cJohn Johansen2013-08-141-0/+1
* apparmor: rework namespace free pathJohn Johansen2013-08-141-8/+4
* apparmor: update how unconfined is handledJohn Johansen2013-08-141-41/+39
* apparmor: change how profile replacement update is doneJohn Johansen2013-08-142-30/+63
* apparmor: convert profile lists to RCU based lockingJohn Johansen2013-08-142-3/+48
* apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen2013-08-141-1/+13
* apparmor: localize getting the security context to a few macrosJohn Johansen2013-04-281-2/+5
* apparmor: fix sparse warningsJohn Johansen2013-04-281-7/+7
* apparmor: remove sid from profilesJohn Johansen2013-04-282-3/+5
* apparmor: move perm defines into policy_unpackJohn Johansen2013-04-281-2/+0
* apparmor: misc cleanup of matchJohn Johansen2013-04-281-6/+13
* apparmor: remove "permipc" commandJohn Johansen2013-04-281-1/+0
* apparmor: use common fn to clear task_context for domain transitionsJohn Johansen2013-04-281-0/+13
* apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen2013-04-281-1/+11
* apparmor: add utility function to get an arbitrary tasks profile.John Johansen2013-04-281-16/+25
* apparmor: refactor profile mode macrosJohn Johansen2013-04-281-6/+6
* userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman2012-09-212-3/+3
* apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris2012-04-091-0/+1
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-1/+27
* AppArmor: add const qualifiers to string arraysJan Engelhardt2012-03-142-3/+3
* AppArmor: Add ability to load extended policyJohn Johansen2012-03-142-0/+26
* AppArmor: Move path failure information into aa_get_name and renameJohn Johansen2012-03-141-1/+2
* AppArmor: Update dfa matching routines.John Johansen2012-03-142-1/+4
* AppArmor: Fix underflow in xindex calculationJohn Johansen2012-02-271-1/+1
* AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen2012-02-271-3/+2
* AppArmor: export known rlimit names/value mappings in securityfsKees Cook2012-02-271-0/+4
* AppArmor: add "file" details to securityfsKees Cook2012-02-271-0/+6
* AppArmor: add initial "features" directory to securityfsKees Cook2012-02-271-0/+14
* AppArmor: refactor securityfs to use structuresKees Cook2012-02-271-0/+24
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-5/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | headers: kobject.h reduxAlexey Dobriyan2011-01-101-0/+1
* | headers: path.h reduxAlexey Dobriyan2011-01-101-2/+1
|/
* AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesJohn Johansen2010-09-081-2/+2
* AppArmor: core policy routinesJohn Johansen2010-08-022-0/+329
* AppArmor: policy routines for loading and unpacking policyJohn Johansen2010-08-021-0/+20
* AppArmor: mediation of non file objectsJohn Johansen2010-08-023-0/+119
* AppArmor: functions for domain transitionsJohn Johansen2010-08-021-0/+36
* AppArmor: file enforcement routinesJohn Johansen2010-08-021-0/+217
OpenPOWER on IntegriCloud