summaryrefslogtreecommitdiffstats
path: root/security/apparmor/domain.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge 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-18lsm,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-24apparmor: refactor code that alloc null profilesJohn Johansen1-6/+6
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen1-8/+16
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen1-35/+46
2022-10-03apparmor: extend permissions to support a label and tag stringJohn Johansen1-18/+0
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen1-12/+13
2022-10-03apparmor: convert xmatch lookup to use accept as an indexJohn Johansen1-4/+6
2022-10-03apparmor: convert xmatch to using the new shared policydb structJohn Johansen1-10/+12
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen1-3/+4
2022-10-03apparmor: convert xmatch to use aa_perms structureJohn Johansen1-2/+2
2022-10-03apparmor: compute xmatch permissions on profile loadMike Salvatore1-2/+2
2022-10-03apparmor: compute file permissions on profile loadMike Salvatore1-5/+5
2022-07-19apparmor: fix overlapping attachment computationJohn Johansen1-1/+1
2022-07-09apparmor: Fix some kernel-doc commentsYang Li1-2/+1
2022-03-10tracehook: 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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-25/+14
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-5/+2
2020-05-21apparmor: 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-04apparmor: 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-22apparmor: 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-08AppArmor: 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
2018-03-23apparmor: fix error returns checks by making size a ssize_tColin Ian King1-1/+1
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen1-13/+17
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen1-16/+36
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett1-25/+127
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen1-65/+98
2018-02-09apparmor: move context.h to cred.hJohn Johansen1-1/+1
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen1-2/+2
2018-02-09apparmor: rename tctx to ctxJohn Johansen1-8/+8
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen1-9/+5