summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2022-07-20apparmor: correct config reference to intended oneLukas Bulwahn-1/+1
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}John Johansen-128/+133
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen-5/+25
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen-8/+20
2022-07-19apparmor: fix overlapping attachment computationJohn Johansen-2/+2
2022-07-19apparmor: fix setting unconfined mode on a loaded profileJohn Johansen-5/+7
2022-07-19apparmor: Fix some kernel-doc commentsYang Li-6/+6
2022-07-19apparmor: Mark alloc_unconfined() as staticSouptick Joarder (HPE)-1/+1
2022-07-13apparmor: disable showing the mode as part of a secid to secctxJohn Johansen-6/+20
2022-07-13apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox-32/+13
2022-07-13apparmor: add a kernel label to use on kernel objectsJohn Johansen-13/+37
2022-07-09apparmor: test: Remove some casts which are no-longer requiredDavid Gow-6/+6
2022-07-09apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng-1/+1
2022-07-09apparmor: fix reference count leak in aa_pivotroot()Xin Xiong-0/+1
2022-07-09apparmor: Fix some kernel-doc commentsYang Li-2/+1
2022-07-09apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen-31/+40
2022-07-09apparmor: fix aa_label_asxprint return checkTom Rix-3/+3
2022-07-09apparmor: Fix some kernel-doc commentsYang Li-4/+4
2022-07-09apparmor: Fix some kernel-doc commentsYang Li-2/+3
2022-07-09apparmor: Fix match_mnt_path_str() and match_mnt() kernel-doc commentYang Li-2/+2
2022-07-09apparmor: Use struct_size() helper in kmalloc()Gustavo A. R. Silva-1/+1
2022-07-09apparmor: Fix failed mount permission check error messageJohn Johansen-3/+4
2022-07-09security/apparmor: remove redundant ret variableMinghao Chi-4/+1
2022-07-09apparmor: fix quiet_denied for file rulesJohn Johansen-1/+1
2022-07-09apparmor: resolve uninitialized symbol warnings in policy_unpack_test.cMike Salvatore-8/+8
2022-07-09apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen-8/+9
2022-07-09apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen-2/+15
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen-52/+111
2022-07-09apparmor: Update help description of policy hash for introspectionJohn Johansen-1/+4
2022-07-09lsm: Fix kernel-docYang Li-5/+5
2022-07-09apparmor: Fix kernel-docYang Li-4/+4
2022-07-09apparmor: fix absroot causing audited secids to begin with =John Johansen-3/+9
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-3/+3
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün-5/+25
2022-04-04apparmor: test: Use NULL macrosRicardo Ribalda-3/+3
2022-03-10tracehook: Remove tracehook.hEric W. Biederman-1/+0
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore-3/+10
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-66/+90
2021-11-03apparmor: remove duplicated 'Returns:' commentsAustin Kim-2/+0
2021-11-03apparmor: remove unneeded one-line hook wrappersFlorian Westphal-18/+2
2021-11-03apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva-4/+2
2021-11-03apparmor: fix zero-length compiler warning in AA_BUG()John Johansen-1/+6
2021-11-03apparmor: use per file locks for transactional queriesHamza Mahfooz-6/+5
2021-11-03apparmor: fix doc warningChenXiaoSong-1/+1
2021-11-03apparmor: Remove the repeated declarationShaokun Zhang-4/+0
2021-11-03apparmor: avoid -Wempty-body warningArnd Bergmann-1/+1
2021-11-01apparmor: Fix internal policy capable check for policy managementJohn Johansen-1/+1
2021-05-17apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann-1/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2021-03-24apparmor:match_mn() - constify devpath argumentAl Viro-2/+2