summaryrefslogtreecommitdiff
path: root/security/apparmor/domain.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-19apparmor: declare stack_msg as staticJohn Johansen1-1/+1
2023-10-23apparmor: Fix one kernel-doc commentYang Li1-1/+1
2023-10-19apparmor: allow restricting unprivileged change_profileJohn Johansen1-0/+24
2023-10-19apparmor: refcount the pdbJohn Johansen1-30/+30
2023-10-19apparmor: pass cred through to audit info.John Johansen1-33/+64
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/domain.cGaosheng Cui1-4/+6
2023-07-10apparmor: make aa_set_current_onexec return voidQuanfa Fu1-1/+1
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-15Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-71/+78
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-11-19lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore1-2/+1
2022-10-26apparmor: use type safe idmapping helpersChristian Brauner1-4/+4
2022-10-25apparmor: refactor code that alloc null profilesJohn Johansen1-6/+6
2022-10-04apparmor: rework profile->rules to be a listJohn Johansen1-8/+16
2022-10-04apparmor: refactor profile rules and attachmentsJohn Johansen1-35/+46
2022-10-04apparmor: extend permissions to support a label and tag stringJohn Johansen1-18/+0
2022-10-04apparmor: preparse for state being more than just an integerJohn Johansen1-12/+13
2022-10-04apparmor: convert xmatch lookup to use accept as an indexJohn Johansen1-4/+6
2022-10-04apparmor: convert xmatch to using the new shared policydb structJohn Johansen1-10/+12
2022-10-04apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen1-3/+4
2022-10-04apparmor: convert xmatch to use aa_perms structureJohn Johansen1-2/+2
2022-10-04apparmor: compute xmatch permissions on profile loadMike Salvatore1-2/+2
2022-10-04apparmor: compute file permissions on profile loadMike Salvatore1-5/+5
2022-07-19apparmor: fix overlapping attachment computationJohn Johansen1-1/+1
2022-07-10apparmor: Fix some kernel-doc commentsYang Li1-2/+1
2022-03-11tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2021-01-24apparmor: handle idmapped mountsChristian Brauner1-3/+6
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-06-08Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-25/+14
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-5/+2
2020-05-22apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang1-2/+1
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman1-5/+2
2020-01-21apparmor: remove duplicate check of xattrs on profile attachment.John Johansen1-17/+0
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen1-4/+9
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen1-4/+5
2020-01-05apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen1-39/+43
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-26/+20
2019-11-23apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen1-1/+1
2019-06-20apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior1-10/+10
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior1-16/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva1-1/+1
2019-02-01apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen1-1/+4
2019-01-09AppArmor: Abstract use of cred security blobCasey Schaufler1-1/+1
2018-07-20apparmor: Fix failure to audit context info in build_change_hatJohn Johansen1-1/+1
2018-05-03apparmor: fix typo "loosen"Zygmunt Krynicki1-1/+1