summaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)Author
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen
2016-07-12apparmor: add missing id bounds check on dfa verificationJohn Johansen
2016-07-12apparmor: add parameter to control whether policy hashing is usedJohn Johansen
2016-03-28apparmor: constify aa_path_link()Al Viro
2016-03-27[apparmor] constify struct path * in a bunch of helpersAl Viro
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells
2014-05-06nick kvfree() from apparmorAl Viro
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2013-10-29apparmor: remove parent task info from audit loggingJohn Johansen
2013-10-29apparmor: fix capability to not use the current task, during reportingJohn Johansen
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen
2013-08-14apparmor: rework namespace free pathJohn Johansen
2013-08-14apparmor: update how unconfined is handledJohn Johansen
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen
2013-08-14apparmor: convert profile lists to RCU based lockingJohn Johansen
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen
2013-04-28apparmor: localize getting the security context to a few macrosJohn Johansen
2013-04-28apparmor: fix sparse warningsJohn Johansen
2013-04-28apparmor: remove sid from profilesJohn Johansen
2013-04-28apparmor: move perm defines into policy_unpackJohn Johansen
2013-04-28apparmor: misc cleanup of matchJohn Johansen
2013-04-28apparmor: remove "permipc" commandJohn Johansen
2013-04-28apparmor: use common fn to clear task_context for domain transitionsJohn Johansen
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.John Johansen
2013-04-28apparmor: refactor profile mode macrosJohn Johansen
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen
2012-03-14AppArmor: Update dfa matching routines.John Johansen
2012-02-27AppArmor: Fix underflow in xindex calculationJohn Johansen
2012-02-27AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsKees Cook
2012-02-27AppArmor: add "file" details to securityfsKees Cook
2012-02-27AppArmor: add initial "features" directory to securityfsKees Cook
2012-02-27AppArmor: refactor securityfs to use structuresKees Cook
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-10headers: kobject.h reduxAlexey Dobriyan
2011-01-10headers: path.h reduxAlexey Dobriyan
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König