summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
3 daystreewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
10 daysMerge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-19/+22
11 daysMerge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik1-1/+1
2024-12-04lsm: secctx provider check on releaseCasey Schaufler1-8/+5
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler2-16/+15
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler2-3/+10
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-27apparmor: lift new_profile declaration to remove C23 extension warningJohn Johansen1-2/+1
2024-11-27apparmor: replace misleading 'scrubbing environment' phrase in debug printRyan Lee1-8/+8
2024-11-27parser: drop dead code for XXX_comb macrosJohn Johansen1-24/+0
2024-11-27apparmor: Remove unused parameter L1 in macro next_combJinjie Ruan1-2/+2
2024-11-27apparmor: audit_cap dedup based on subj_cred instead of profileRyan Lee1-6/+4
2024-11-27apparmor: add a cache entry expiration time aging out capability audit cacheRyan Lee1-3/+8
2024-11-27apparmor: document capability.c:profile_capable ad ptr not being NULLRyan Lee1-1/+1
2024-11-27apparmor: fix 'Do simple duplicate message elimination'chao liu1-0/+2
2024-11-27apparmor: document first entry is in packed perms struct is reservedJohn Johansen1-1/+4
2024-11-27apparmor: test: Fix memory leak for aa_unpack_strdup()Jinjie Ruan1-0/+6
2024-11-27apparmor: Remove deadcodeDr. David Alan Gilbert9-146/+0
2024-11-27apparmor: Remove unnecessary NULL check before kvfree()Thorsten Blum1-2/+1
2024-11-27apparmor: domain: clean up duplicated parts of handle_onexec()Leesoo Ahn1-26/+12
2024-11-27apparmor: Use IS_ERR_OR_NULL() helper functionHongbo Li1-1/+1
2024-11-27apparmor: add support for 2^24 states to the dfa state machine.John Johansen3-25/+83
2024-11-27apparmor: properly handle cx/px lookup failure for complainRyan Lee1-2/+7
2024-11-27apparmor: allocate xmatch for nullpdb inside aa_alloc_nullRyan Lee1-0/+1
2024-11-19Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-11/+35
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler3-14/+2
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-6/+14
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler3-2/+26
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2-3/+7
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-19/+3
2024-08-26apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck1-3/+3
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler3-19/+3
2024-07-27Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-34/+65
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-24apparmor: unpack transition table if dfa is not presentGeorgia Garcia1-17/+25
2024-07-24apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik2-2/+23
2024-07-24apparmor: test: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-24apparmor: take nosymfollow flag into accountAlexander Mikhalitsyn1-0/+2
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2-4/+4
2024-05-10apparmor: fix possible NULL pointer dereferenceLeesoo Ahn1-0/+4
2024-05-10apparmor: fix typo in kernel docChristian Göttsche1-1/+1
2024-05-10apparmor: remove useless static inline function is_deletedColin Ian King1-13/+0
2024-05-10apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin2-1/+2
2024-05-10apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang1-0/+7
2024-04-15lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler1-2/+2
2024-02-28Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1