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