summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-132-18/+14
|\
| * lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-2/+1
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-16/+13
* | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-0/+6
|\ \
| * | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-191-0/+6
| |/
* | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-123-13/+24
|\ \
| * | apparmor: use type safe idmapping helpersChristian Brauner2022-10-263-13/+24
| |/
* / apparmor: test: make static symbols visible during kunit testingRae Moar2022-12-125-168/+196
|/
* ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
* apparmor: correct config reference to intended oneLukas Bulwahn2022-07-201-1/+1
* apparmor: move ptrace mediation to more logical task.{h,c}John Johansen2022-07-195-128/+133
* apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-07-194-5/+25
* apparmor: allow label to carry debug flagsJohn Johansen2022-07-196-8/+20
* apparmor: fix overlapping attachment computationJohn Johansen2022-07-192-2/+2
* apparmor: fix setting unconfined mode on a loaded profileJohn Johansen2022-07-191-5/+7
* apparmor: Fix some kernel-doc commentsYang Li2022-07-191-6/+6
* apparmor: Mark alloc_unconfined() as staticSouptick Joarder (HPE)2022-07-191-1/+1
* apparmor: disable showing the mode as part of a secid to secctxJohn Johansen2022-07-133-6/+20
* apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox2022-07-133-32/+13
* apparmor: add a kernel label to use on kernel objectsJohn Johansen2022-07-134-13/+37
* apparmor: test: Remove some casts which are no-longer requiredDavid Gow2022-07-091-6/+6
* apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng2022-07-091-1/+1
* apparmor: fix reference count leak in aa_pivotroot()Xin Xiong2022-07-091-0/+1
* apparmor: Fix some kernel-doc commentsYang Li2022-07-091-2/+1
* apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen2022-07-092-31/+40
* apparmor: fix aa_label_asxprint return checkTom Rix2022-07-091-3/+3
* apparmor: Fix some kernel-doc commentsYang Li2022-07-091-4/+4
* apparmor: Fix some kernel-doc commentsYang Li2022-07-091-2/+3
* apparmor: Fix match_mnt_path_str() and match_mnt() kernel-doc commentYang Li2022-07-091-2/+2
* apparmor: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2022-07-091-1/+1
* apparmor: Fix failed mount permission check error messageJohn Johansen2022-07-091-3/+4
* security/apparmor: remove redundant ret variableMinghao Chi2022-07-091-4/+1
* apparmor: fix quiet_denied for file rulesJohn Johansen2022-07-091-1/+1
* apparmor: resolve uninitialized symbol warnings in policy_unpack_test.cMike Salvatore2022-07-091-8/+8
* apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen2022-07-091-8/+9
* apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen2022-07-093-2/+15
* apparmor: make export of raw binary profile to userspace optionalJohn Johansen2022-07-097-52/+111
* apparmor: Update help description of policy hash for introspectionJohn Johansen2022-07-091-1/+4
* lsm: Fix kernel-docYang Li2022-07-091-5/+5
* apparmor: Fix kernel-docYang Li2022-07-093-4/+4
* apparmor: fix absroot causing audited secids to begin with =John Johansen2022-07-092-3/+9
* Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-05-251-3/+3
|\
| * apparmor: test: Use NULL macrosRicardo Ribalda2022-04-041-3/+3
* | LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün2022-05-231-5/+25
|/
* tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-3/+10
* Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-1111-66/+90
|\
| * apparmor: remove duplicated 'Returns:' commentsAustin Kim2021-11-031-2/+0
| * apparmor: remove unneeded one-line hook wrappersFlorian Westphal2021-11-031-18/+2
| * apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2021-11-032-4/+2