aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-33/+434
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-5/+12
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen1-0/+392
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-5/+12
2018-02-09apparmor: move context.h to cred.hJohn Johansen1-1/+1
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen1-3/+3
2018-02-09apparmor: rename tctx to ctxJohn Johansen1-9/+9
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen1-41/+14
2018-02-09apparmor: move task domain change info to task securityJohn Johansen1-6/+42
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen1-13/+13
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-4/+4
2017-11-21apparmor: Fix bool initialization/comparisonThomas Meyer1-4/+4
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-8/+8
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-8/+8
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds1-387/+0
2017-09-23Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-0/+472
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen1-0/+387
2017-09-22apparmor: add mount mediationJohn Johansen1-0/+64
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen1-0/+21
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook1-1/+0
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen1-0/+5
2017-06-10apparmor: mediate files when they are receivedJohn Johansen1-0/+6
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen1-2/+1
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen1-9/+4
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen1-21/+3
2017-06-10apparmor: move ptrace checks to using labelsJohn Johansen1-2/+21
2017-06-10apparmor: move resource checks to using labelsJohn Johansen1-4/+2
2017-06-10apparmor: move capability checks to using labelsJohn Johansen1-6/+14
2017-06-10apparmor: switch getprocattr to using label_print fns()John Johansen1-1/+1
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen1-62/+72
2017-06-10apparmor: revalidate files during execJohn Johansen1-0/+6
2017-06-10apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen1-6/+4
2017-06-10apparmor: convert aa_change_XXX bool parameters to flagsJohn Johansen1-8/+5
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen1-12/+29
2017-06-10apparmor: move bprm_committing_creds/committed_creds to lsm.cJohn Johansen1-0/+30
2017-06-10apparmor: provide information about path buffer size at bootJohn Johansen1-2/+9
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen1-5/+5
2017-04-07apparmor: Make path_max parameter readonlyJohn Johansen1-1/+1
2017-04-07apparmor: fix parameters so that the permission test is bypassed at bootJohn Johansen1-25/+22
2017-04-07security/apparmor/lsm.c: set debug messagesValentin Rothberg1-1/+1
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris1-1/+1
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-5/+2
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler1-1/+2
2017-01-16apparmor: fix undefined reference to `aa_g_hash_policy'John Johansen1-1/+1
2017-01-16apparmor: replace remaining BUG_ON() asserts with AA_BUG()John Johansen1-1/+1
2017-01-16apparmor: add check for apparmor enabled in module parameters missing itJohn Johansen1-0/+10
2017-01-16apparmor: add per cpu work buffers to avoid allocating buffers at every hookJohn Johansen1-1/+50
2017-01-16apparmor: sysctl to enable unprivileged user ns AppArmor policy loadingTyler Hicks1-0/+47
2017-01-16apparmor: support querying extended trusted helper extra dataWilliam Hua1-0/+1