aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-28apparmor: constify aa_path_link()Gravatar Al Viro 1-1/+1
2016-03-27[apparmor] constify struct path * in a bunch of helpersGravatar Al Viro 2-2/+2
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbGravatar David Howells 1-2/+2
2014-05-06nick kvfree() from apparmorGravatar Al Viro 1-1/+0
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 3-6/+4
2013-10-29apparmor: remove parent task info from audit loggingGravatar John Johansen 1-1/+0
2013-10-29apparmor: fix capability to not use the current task, during reportingGravatar John Johansen 2-5/+4
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hGravatar John Johansen 1-1/+3
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyGravatar John Johansen 3-0/+38
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleGravatar John Johansen 1-0/+4
2013-08-14apparmor: add an optional profile attachment string for profilesGravatar John Johansen 2-0/+3
2013-08-14apparmor: add interface files for profiles and namespacesGravatar John Johansen 3-3/+57
2013-08-14apparmor: allow setting any profile into the unconfined stateGravatar John Johansen 2-3/+10
2013-08-14apparmor: make free_profile available outside of policy.cGravatar John Johansen 1-0/+1
2013-08-14apparmor: rework namespace free pathGravatar John Johansen 1-8/+4
2013-08-14apparmor: update how unconfined is handledGravatar John Johansen 1-41/+39
2013-08-14apparmor: change how profile replacement update is doneGravatar John Johansen 2-30/+63
2013-08-14apparmor: convert profile lists to RCU based lockingGravatar John Johansen 2-3/+48
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceGravatar John Johansen 1-1/+13
2013-04-28apparmor: localize getting the security context to a few macrosGravatar John Johansen 1-2/+5
2013-04-28apparmor: fix sparse warningsGravatar John Johansen 1-7/+7
2013-04-28apparmor: remove sid from profilesGravatar John Johansen 2-3/+5
2013-04-28apparmor: move perm defines into policy_unpackGravatar John Johansen 1-2/+0
2013-04-28apparmor: misc cleanup of matchGravatar John Johansen 1-6/+13
2013-04-28apparmor: remove "permipc" commandGravatar John Johansen 1-1/+0
2013-04-28apparmor: use common fn to clear task_context for domain transitionsGravatar John Johansen 1-0/+13
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocGravatar John Johansen 1-1/+11
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.Gravatar John Johansen 1-16/+25
2013-04-28apparmor: refactor profile mode macrosGravatar John Johansen 1-6/+6
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateGravatar Eric W. Biederman 2-3/+3
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataGravatar Eric Paris 1-0/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataGravatar Eric Paris 1-1/+27
2012-03-14AppArmor: add const qualifiers to string arraysGravatar Jan Engelhardt 2-3/+3
2012-03-14AppArmor: Add ability to load extended policyGravatar John Johansen 2-0/+26
2012-03-14AppArmor: Move path failure information into aa_get_name and renameGravatar John Johansen 1-1/+2
2012-03-14AppArmor: Update dfa matching routines.Gravatar John Johansen 2-1/+4
2012-02-27AppArmor: Fix underflow in xindex calculationGravatar John Johansen 1-1/+1
2012-02-27AppArmor: Fix dropping of allowed operations that are force auditedGravatar John Johansen 1-3/+2
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsGravatar Kees Cook 1-0/+4
2012-02-27AppArmor: add "file" details to securityfsGravatar Kees Cook 1-0/+6
2012-02-27AppArmor: add initial "features" directory to securityfsGravatar Kees Cook 1-0/+14
2012-02-27AppArmor: refactor securityfs to use structuresGravatar Kees Cook 1-0/+24
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-5/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-10headers: kobject.h reduxGravatar Alexey Dobriyan 1-0/+1
2011-01-10headers: path.h reduxGravatar Alexey Dobriyan 1-2/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-09-08AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesGravatar John Johansen 1-2/+2
2010-08-02AppArmor: core policy routinesGravatar John Johansen 2-0/+329
2010-08-02AppArmor: policy routines for loading and unpacking policyGravatar John Johansen 1-0/+20