aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/domain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen1-16/+7
2025-07-20apparmor: remove redundant perms.allow MAY_EXEC bitflag setRyan Lee1-3/+1
2025-05-25apparmor: force auditing of conflicting attachment execs from confinedRyan Lee1-0/+9
2025-05-25apparmor: include conflicting attachment info for confined ix/ux fallbackRyan Lee1-2/+33
2025-05-25apparmor: move the "conflicting profile attachments" infostr to a const declarationRyan Lee1-1/+3
2025-05-25apparmor: force audit on unconfined exec if info is set by find_attachRyan Lee1-0/+16
2025-02-10apparmor: fix typos and spelling errorsTanya Agarwal1-2/+2
2025-01-18apparmor: fix x_table_lookup when stacking is not the first entryJohn Johansen1-23/+29
2025-01-18apparmor: add additional flags to extended permission.John Johansen1-3/+6
2025-01-18apparmor: remove explicit restriction that unconfined cannot use change_hatJohn Johansen1-3/+17
2025-01-18apparmor: cleanup: attachment perm lookup to use lookup_perms()John Johansen1-8/+6
2025-01-18apparmor: Improve debug print infrastructureJohn Johansen1-8/+11
2024-11-26apparmor: lift new_profile declaration to remove C23 extension warningJohn Johansen1-2/+1
2024-11-26apparmor: replace misleading 'scrubbing environment' phrase in debug printRyan Lee1-8/+8
2024-11-26apparmor: domain: clean up duplicated parts of handle_onexec()Leesoo Ahn1-26/+12
2024-11-26apparmor: properly handle cx/px lookup failure for complainRyan Lee1-2/+7
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2023-11-19apparmor: declare stack_msg as staticJohn Johansen1-1/+1
2023-10-23apparmor: Fix one kernel-doc commentYang Li1-1/+1
2023-10-18apparmor: allow restricting unprivileged change_profileJohn Johansen1-0/+24
2023-10-18apparmor: refcount the pdbJohn Johansen1-30/+30
2023-10-18apparmor: 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-09apparmor: 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-14Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-71/+78
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus 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/kernel/git/jj/linux-apparmorLinus Torvalds1-25/+14
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+2