summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2017-01-16apparmor: add ns being viewed as a param to policy_admin_capable()John Johansen-10/+16
2017-01-16apparmor: add ns being viewed as a param to policy_view_capable()John Johansen-8/+35
2017-01-16apparmor: allow specifying the profile doing the managementJohn Johansen-11/+21
2017-01-16apparmor: allow introspecting the policy namespace nameJohn Johansen-0/+24
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen-5/+7
2017-01-16apparmor: track ns level so it can be used to help in view checksJohn Johansen-0/+1
2017-01-16apparmor: add special .null file used to "close" fds at execJohn Johansen-1/+81
2017-01-16apparmor: provide userspace flag indicating binfmt_elf_mmap changeJohn Johansen-0/+1
2017-01-16apparmor: add a default null dfaJohn Johansen-2/+46
2017-01-16apparmor: allow policydb to be used as the file dfaJohn Johansen-4/+8
2017-01-16apparmor: add get_dfa() fnJohn Johansen-0/+15
2017-01-16apparmor: prepare to support newer versions of policyJohn Johansen-10/+25
2017-01-16apparmor: add support for force complain flag to support learning modeJohn Johansen-1/+3
2017-01-16apparmor: remove paranoid load switchJohn Johansen-16/+10
2017-01-16apparmor: name null-XXX profiles after the executableJohn Johansen-17/+47
2017-01-16apparmor: pass gfp_t parameter into profile allocationJohn Johansen-8/+9
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen-38/+79
2017-01-16apparmor: update policy_destroy to use new debug assertsJohn Johansen-9/+2
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-12security,selinux,smack: kill security_task_wait hookStephen Smalley-33/+0
2017-01-12selinux: drop unused socket security classesStephen Smalley-12/+0
2017-01-10Smack: ignore private inode for file functionsSeung-Woo Kim-0/+12
2017-01-10Smack: fix d_instantiate logic for sockfs and pipefsRafal Krypa-7/+7
2017-01-10SMACK: Use smk_tskacc() instead of smk_access() for proper loggingHimanshu Shukla-4/+1
2017-01-10Smack: Traverse the smack_known_list using list_for_each_entry_rcu macroVishal Goel-1/+1
2017-01-10SMACK: Free the i_security blob in inode using RCUHimanshu Shukla-4/+29
2017-01-10SMACK: Delete list_head repeated initializationHimanshu Shukla-4/+0
2017-01-10SMACK: Add new lock for adding entry in smack master listVishal Goel-0/+5
2017-01-10Smack: Fix the issue of wrong SMACK label update in socket bind fail caseVishal Goel-0/+21
2017-01-10Smack: Fix the issue of permission denied error in ipv6 hookVishal Goel-2/+4