index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
domain.c
Age
Commit message (
Expand
)
Author
9 days
apparmor: make include headers self-contained
Ryan Lee
2026-06-13
security: apparmor: fix two spelling mistakes
Qingshuang Fu
2026-06-13
apparmor: change fn_label_build() call to not return NULL
John Johansen
2026-06-13
apparmor: grab ns lock and refresh when looking up changehat child profiles
Ryan Lee
2026-06-13
apparmor: check label build before no_new_privs test
Ruoyu Wang
2026-01-29
apparmor: split xxx_in_ns into its two separate semantic use cases
John Johansen
2026-01-22
apparmor: make str table more generic and be able to have multiple entries
John Johansen
2025-07-20
apparmor: transition from a list of rules to a vector of rules
John Johansen
2025-07-20
apparmor: remove redundant perms.allow MAY_EXEC bitflag set
Ryan Lee
2025-05-25
apparmor: force auditing of conflicting attachment execs from confined
Ryan Lee
2025-05-25
apparmor: include conflicting attachment info for confined ix/ux fallback
Ryan Lee
2025-05-25
apparmor: move the "conflicting profile attachments" infostr to a const decla...
Ryan Lee
2025-05-25
apparmor: force audit on unconfined exec if info is set by find_attach
Ryan Lee
2025-02-10
apparmor: fix typos and spelling errors
Tanya Agarwal
2025-01-18
apparmor: fix x_table_lookup when stacking is not the first entry
John Johansen
2025-01-18
apparmor: add additional flags to extended permission.
John Johansen
2025-01-18
apparmor: remove explicit restriction that unconfined cannot use change_hat
John Johansen
2025-01-18
apparmor: cleanup: attachment perm lookup to use lookup_perms()
John Johansen
2025-01-18
apparmor: Improve debug print infrastructure
John Johansen
2024-11-26
apparmor: lift new_profile declaration to remove C23 extension warning
John Johansen
2024-11-26
apparmor: replace misleading 'scrubbing environment' phrase in debug print
Ryan Lee
2024-11-26
apparmor: domain: clean up duplicated parts of handle_onexec()
Leesoo Ahn
2024-11-26
apparmor: properly handle cx/px lookup failure for complain
Ryan Lee
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2023-11-19
apparmor: declare stack_msg as static
John Johansen
2023-10-23
apparmor: Fix one kernel-doc comment
Yang Li
2023-10-18
apparmor: allow restricting unprivileged change_profile
John Johansen
2023-10-18
apparmor: refcount the pdb
John Johansen
2023-10-18
apparmor: pass cred through to audit info.
John Johansen
2023-07-10
apparmor: Fix kernel-doc warnings in apparmor/domain.c
Gaosheng Cui
2023-07-09
apparmor: make aa_set_current_onexec return void
Quanfa Fu
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2022-12-14
Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-13
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-11-18
lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
Paul Moore
2022-10-26
apparmor: use type safe idmapping helpers
Christian Brauner
2022-10-24
apparmor: refactor code that alloc null profiles
John Johansen
2022-10-03
apparmor: rework profile->rules to be a list
John Johansen
2022-10-03
apparmor: refactor profile rules and attachments
John Johansen
2022-10-03
apparmor: extend permissions to support a label and tag string
John Johansen
2022-10-03
apparmor: preparse for state being more than just an integer
John Johansen
2022-10-03
apparmor: convert xmatch lookup to use accept as an index
John Johansen
2022-10-03
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
2022-10-03
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
2022-10-03
apparmor: convert xmatch to use aa_perms structure
John Johansen
2022-10-03
apparmor: compute xmatch permissions on profile load
Mike Salvatore
2022-10-03
apparmor: compute file permissions on profile load
Mike Salvatore
2022-07-19
apparmor: fix overlapping attachment computation
John Johansen
2022-07-09
apparmor: Fix some kernel-doc comments
Yang Li
[next]