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