summaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+2
* | apparmor: handle idmapped mountsChristian Brauner2021-01-241-6/+15
* | security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-031-1/+1
* | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-071-0/+5
|\ \
| * | apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-071-0/+5
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+1
|\ \
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-1/+1
| |/
* / sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
|/
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-031-37/+161
|\
| * apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen2019-11-221-15/+35
| * apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior2019-06-201-27/+84
| * apparmor: Force type-casting of current->real_credBharath Vedartham2019-06-201-1/+1
| * apparmor: Initial implementation of raw policy blob compressionChris Coulson2019-04-111-0/+47
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* apparmor: Restore Y/N in /sys for apparmor's "enabled"Kees Cook2019-04-101-1/+48
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-071-36/+31
|\
| * LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-2/+0
| * LSM: generalize flag passing to security_capableMicah Morton2019-01-101-2/+2
| * LSM: Infrastructure management of the task securityCasey Schaufler2019-01-081-12/+3
| * LSM: Infrastructure management of the file securityCasey Schaufler2019-01-081-9/+10
| * Infrastructure management of the cred security blobCasey Schaufler2019-01-081-0/+9
| * AppArmor: Abstract use of cred security blobCasey Schaufler2019-01-081-5/+5
| * apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEKees Cook2019-01-081-1/+1
| * LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-081-1/+1
| * LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-081-6/+0
| * LSM: Plumb visibility into optional "enabled" stateKees Cook2019-01-081-2/+3
| * LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-081-0/+1
* | apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel2019-02-011-0/+2
|/
* vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-11-021-5/+125
|\
| * apparmor: add #ifdef checks for secmark filteringArnd Bergmann2018-10-121-0/+10
| * apparmor: don't try to replace stale label in ptraceme checkJann Horn2018-10-031-2/+2
| * apparmor: Allow filtering based on secmark policyMatthew Garrett2018-10-031-1/+111
| * apparmor: don't try to replace stale label in ptrace access checkJann Horn2018-09-131-2/+2
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+4
|\ \
| * | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-101-0/+1
| * | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-1/+3
* | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
|/ /
* / ->file_open(): lose cred argumentAl Viro2018-07-121-2/+2
|/
* apparmor: fix ptrace read checkJohn Johansen2018-06-071-1/+2
* apparmor: fixup secid map conversion to using IDRJohn Johansen2018-06-071-0/+2
* apparmor: Add support for audit rule filteringMatthew Garrett2018-06-071-0/+7