summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-18/+14
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2022-12-13Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-13/+24
2022-12-13apparmor: test: make static symbols visible during kunit testingRae Moar5-168/+196
2022-11-19lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore1-2/+1
2022-11-05lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-16/+13
2022-10-26apparmor: use type safe idmapping helpersChristian Brauner3-13/+24
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack1-0/+6
2022-09-02->getprocattr(): attribute name is const char *, TYVM...Al Viro1-1/+1
2022-07-20apparmor: correct config reference to intended oneLukas Bulwahn1-1/+1
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}John Johansen5-128/+133
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen4-5/+25
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen6-8/+20
2022-07-19apparmor: fix overlapping attachment computationJohn Johansen2-2/+2
2022-07-19apparmor: fix setting unconfined mode on a loaded profileJohn Johansen1-5/+7
2022-07-19apparmor: Fix some kernel-doc commentsYang Li1-6/+6
2022-07-19apparmor: Mark alloc_unconfined() as staticSouptick Joarder (HPE)1-1/+1
2022-07-14apparmor: disable showing the mode as part of a secid to secctxJohn Johansen3-6/+20
2022-07-14apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox3-32/+13
2022-07-14apparmor: add a kernel label to use on kernel objectsJohn Johansen4-13/+37
2022-07-10apparmor: test: Remove some casts which are no-longer requiredDavid Gow1-6/+6
2022-07-10apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng1-1/+1
2022-07-10apparmor: fix reference count leak in aa_pivotroot()Xin Xiong1-0/+1
2022-07-10apparmor: Fix some kernel-doc commentsYang Li1-2/+1
2022-07-10apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen2-31/+40
2022-07-10apparmor: fix aa_label_asxprint return checkTom Rix1-3/+3
2022-07-10apparmor: Fix some kernel-doc commentsYang Li1-4/+4
2022-07-10apparmor: Fix some kernel-doc commentsYang Li1-2/+3
2022-07-10apparmor: Fix match_mnt_path_str() and match_mnt() kernel-doc commentYang Li1-2/+2
2022-07-10apparmor: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-1/+1
2022-07-10apparmor: Fix failed mount permission check error messageJohn Johansen1-3/+4
2022-07-10security/apparmor: remove redundant ret variableMinghao Chi1-4/+1
2022-07-10apparmor: fix quiet_denied for file rulesJohn Johansen1-1/+1
2022-07-10apparmor: resolve uninitialized symbol warnings in policy_unpack_test.cMike Salvatore1-8/+8
2022-07-10apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen1-8/+9
2022-07-10apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen3-2/+15
2022-07-10apparmor: make export of raw binary profile to userspace optionalJohn Johansen7-52/+111
2022-07-10apparmor: Update help description of policy hash for introspectionJohn Johansen1-1/+4
2022-07-10lsm: Fix kernel-docYang Li1-5/+5
2022-07-10apparmor: Fix kernel-docYang Li3-4/+4
2022-07-10apparmor: fix absroot causing audited secids to begin with =John Johansen2-3/+9
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-3/+3
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün1-5/+25
2022-04-04apparmor: test: Use NULL macrosRicardo Ribalda1-3/+3
2022-03-11tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2021-11-23lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-3/+10
2021-11-12Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-66/+90
2021-11-04apparmor: remove duplicated 'Returns:' commentsAustin Kim1-2/+0
2021-11-04apparmor: remove unneeded one-line hook wrappersFlorian Westphal1-18/+2
2021-11-04apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2-4/+2