summaryrefslogtreecommitdiff
path: root/security/apparmor/domain.c
AgeCommit message (Expand)Author
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen
2025-07-20apparmor: remove redundant perms.allow MAY_EXEC bitflag setRyan Lee
2025-05-25apparmor: force auditing of conflicting attachment execs from confinedRyan Lee
2025-05-25apparmor: include conflicting attachment info for confined ix/ux fallbackRyan Lee
2025-05-25apparmor: move the "conflicting profile attachments" infostr to a const decla...Ryan Lee
2025-05-25apparmor: force audit on unconfined exec if info is set by find_attachRyan Lee
2025-02-10apparmor: fix typos and spelling errorsTanya Agarwal
2025-01-18apparmor: fix x_table_lookup when stacking is not the first entryJohn Johansen
2025-01-18apparmor: add additional flags to extended permission.John Johansen
2025-01-18apparmor: remove explicit restriction that unconfined cannot use change_hatJohn Johansen
2025-01-18apparmor: cleanup: attachment perm lookup to use lookup_perms()John Johansen
2025-01-18apparmor: Improve debug print infrastructureJohn Johansen
2024-11-26apparmor: lift new_profile declaration to remove C23 extension warningJohn Johansen
2024-11-26apparmor: replace misleading 'scrubbing environment' phrase in debug printRyan Lee
2024-11-26apparmor: domain: clean up duplicated parts of handle_onexec()Leesoo Ahn
2024-11-26apparmor: properly handle cx/px lookup failure for complainRyan Lee
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
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