summaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-191-46/+17
|\
| * apparmor: Fix ref count leak in task_killJohn Johansen2023-12-291-1/+0
| * apparmor: cleanup network hook commentsJohn Johansen2023-11-261-44/+16
| * apparmor: declare nulldfa as staticJohn Johansen2023-11-191-1/+1
* | lsm: mark the lsm_id variables are marked as staticPaul Moore2023-11-121-1/+1
* | lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-12/+3
* | AppArmor: Add selfattr hooksCasey Schaufler2023-11-121-6/+85
* | LSM: Identify modules by more than nameCasey Schaufler2023-11-121-1/+7
|/
* Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-031-58/+356
|\
| * apparmor: mark new functions staticArnd Bergmann2023-10-221-2/+2
| * apparmor: Fix regression in mount mediationJohn Johansen2023-10-181-2/+18
| * apparmor: cache buffers on percpu list if there is lock contentionJohn Johansen2023-10-181-5/+62
| * apparmor: add io_uring mediationGeorgia Garcia2023-10-181-0/+113
| * apparmor: add user namespace creation mediationJohn Johansen2023-10-181-1/+24
| * apparmor: allow restricting unprivileged change_profileJohn Johansen2023-10-181-0/+7
| * apparmor: refcount the pdbJohn Johansen2023-10-181-0/+63
| * apparmor: pass cred through to audit info.John Johansen2023-10-181-33/+52
| * apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen2023-10-181-2/+2
| * apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen2023-10-181-6/+6
| * apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen2023-10-181-11/+11
| * apparmor: Optimize retrieving current task secidVinicius Costa Gomes2023-10-151-2/+2
* | lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran2023-09-141-1/+1
* | lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran2023-09-131-1/+1
* | lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-081-1/+1
|/
* Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-071-4/+4
|\
| * apparmor: aa_buffer: Convert 1-element array to flexible arrayKees Cook2023-07-061-4/+4
* | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-7/+1
|\ \
| * | apparmor: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-04-131-7/+1
* | | selinux: remove the runtime disable functionalityPaul Moore2023-03-201-3/+3
|/ /
* / fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-9/+7
|/
* Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-141-11/+14
|\
| * apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng2022-10-251-2/+2
| * LSM: Fix kernel-docJiapeng Chong2022-10-251-1/+1
| * apparmor: Fix undefined references to zstd_ symbolsJohn Johansen2022-10-031-3/+2
| * apparmor: rework profile->rules to be a listJohn Johansen2022-10-031-2/+5
| * apparmor: refactor profile rules and attachmentsJohn Johansen2022-10-031-2/+2
| * apparmor: add mediation class information to auditingJohn Johansen2022-10-031-1/+2
| * apparmor: use zstd compression for profile dataJon Tourville2022-10-031-5/+5
* | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-16/+13
|\ \
| * | 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
| |/ /
* / / apparmor: use type safe idmapping helpersChristian Brauner2022-10-261-8/+17
|/ /
* / ->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: disable showing the mode as part of a secid to secctxJohn Johansen2022-07-131-0/+8
* apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox2022-07-131-2/+0
* apparmor: add a kernel label to use on kernel objectsJohn Johansen2022-07-131-4/+1
* security/apparmor: remove redundant ret variableMinghao Chi2022-07-091-4/+1
* apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen2022-07-091-1/+1