summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
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-26parser: drop dead code for XXX_comb macrosJohn Johansen
2024-11-26apparmor: Remove unused parameter L1 in macro next_combJinjie Ruan
2024-11-26apparmor: audit_cap dedup based on subj_cred instead of profileRyan Lee
2024-11-26apparmor: add a cache entry expiration time aging out capability audit cacheRyan Lee
2024-11-26apparmor: document capability.c:profile_capable ad ptr not being NULLRyan Lee
2024-11-26apparmor: fix 'Do simple duplicate message elimination'chao liu
2024-11-26apparmor: document first entry is in packed perms struct is reservedJohn Johansen
2024-11-26apparmor: test: Fix memory leak for aa_unpack_strdup()Jinjie Ruan
2024-11-26apparmor: Remove deadcodeDr. David Alan Gilbert
2024-11-26apparmor: Remove unnecessary NULL check before kvfree()Thorsten Blum
2024-11-26apparmor: domain: clean up duplicated parts of handle_onexec()Leesoo Ahn
2024-11-26apparmor: Use IS_ERR_OR_NULL() helper functionHongbo Li
2024-11-26apparmor: add support for 2^24 states to the dfa state machine.John Johansen
2024-11-26apparmor: properly handle cx/px lookup failure for complainRyan Lee
2024-11-26apparmor: allocate xmatch for nullpdb inside aa_alloc_nullRyan Lee
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-25apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler
2024-07-27Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-24apparmor: unpack transition table if dfa is not presentGeorgia Garcia
2024-07-24apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik
2024-07-24apparmor: test: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-24apparmor: take nosymfollow flag into accountAlexander Mikhalitsyn
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-05-10apparmor: fix possible NULL pointer dereferenceLeesoo Ahn
2024-05-10apparmor: fix typo in kernel docChristian Göttsche
2024-05-10apparmor: remove useless static inline function is_deletedColin Ian King
2024-05-10apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin
2024-05-10apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang
2024-04-15lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler
2024-02-27Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-23apparmor: fix lsm_get_self_attr()Mickaël Salaün
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09apparmor: Fix memory leak in unpack_profile()Gaosheng Cui
2024-01-04apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin