summaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* apparmor: make export of raw binary profile to userspace optionalJohn Johansen2022-07-091-0/+6
* lsm: Fix kernel-docYang Li2022-07-091-5/+5
* LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün2022-05-231-5/+25
* 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-111-29/+13
|\
| * apparmor: remove unneeded one-line hook wrappersFlorian Westphal2021-11-031-18/+2
| * apparmor: update policy capable checks to use a labelJohn Johansen2021-02-071-11/+11
| * apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-051-0/+5