summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2017-01-16apparmor: rename hname_tail to basenameJohn Johansen
2017-01-16apparmor: rename mediated_filesystem() to path_mediated_fs()John Johansen
2017-01-16apparmor: add debug assert AA_BUG and Kconfig to control debug infoJohn Johansen
2017-01-16apparmor: add macro for bug asserts to check that a lock is heldJohn Johansen
2017-01-16apparmor: allow ns visibility question to consider subnsesJohn Johansen
2017-01-16apparmor: add fn to lookup profiles by fqnameJohn Johansen
2017-01-16apparmor: add lib fn to find the "split" for fqnamesJohn Johansen
2017-01-16apparmor: add strn version of aa_find_nsJohn Johansen
2017-01-16apparmor: add strn version of lookup_profile fnJohn Johansen
2017-01-16apparmor: rename replacedby to proxyJohn Johansen
2017-01-16apparmor: rename PFLAG_INVALID to PFLAG_STALEJohn Johansen
2017-01-16apparmor: rename sid to secidJohn Johansen
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen
2017-01-15apparmor: use designated initializersKees Cook
2017-01-15AppArmor: Use GFP_KERNEL for __aa_kvmalloc().Tetsuo Handa
2017-01-14locking/atomic, kref: Use kref_get_unless_zero() morePeter Zijlstra
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley
2016-11-21apparmor: fix change_hat not finding hat after policy replacementJohn Johansen
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-07-27apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingArnd Bergmann
2016-07-12apparmor: fix arg_size computation for when setprocattr is null terminatedJohn Johansen
2016-07-12apparmor: fix oops, validate buffer size in apparmor_setprocattr()Vegard Nossum
2016-07-12apparmor: do not expose kernel stackHeinrich Schuchardt
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen
2016-07-12apparmor: fix oops in profile_unpack() when policy_db is not presentJohn Johansen
2016-07-12apparmor: don't check for vmalloc_addr if kvzalloc() failedJohn Johansen
2016-07-12apparmor: add missing id bounds check on dfa verificationJohn Johansen
2016-07-12apparmor: allow SYS_CAP_RESOURCE to be sufficient to prlimit another taskJeff Mahoney
2016-07-12apparmor: use list_next_entry instead of list_entry_nextGeliang Tang
2016-07-12apparmor: fix refcount race when finding a child profileJohn Johansen
2016-07-12apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen
2016-07-12apparmor: check that xindex is in trans_table boundsJohn Johansen
2016-07-12apparmor: ensure the target profile name is always auditedJohn Johansen
2016-07-12apparmor: fix audit full profile hname on successful loadJohn Johansen
2016-07-12apparmor: fix log failures for all profiles in a setJohn Johansen
2016-07-12apparmor: fix put() parent ref after updating the active refJohn Johansen
2016-07-12apparmor: add parameter to control whether policy hashing is usedJohn Johansen
2016-07-12apparmor: internal paths should be treated as disconnectedJohn Johansen
2016-07-12apparmor: fix disconnected bind mnts reconnectionJohn Johansen
2016-07-12apparmor: fix update the mtime of the profile file on replacementJohn Johansen
2016-07-12apparmor: exec should not be returning ENOENT when it deniesJohn Johansen
2016-07-12apparmor: fix uninitialized lsm_audit memberJohn Johansen
2016-07-12apparmor: fix replacement bug that adds new child to old parentJohn Johansen
2016-07-12apparmor: fix refcount bug in profile replacementJohn Johansen
2016-03-28constify security_path_{link,rename}Al Viro
2016-03-28apparmor: remove useless checks for NULL ->mntAl Viro
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro