summaryrefslogtreecommitdiffstats
path: root/security/apparmor (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* apparmor: lift new_profile declaration to remove C23 extension warningJohn Johansen2024-11-271-2/+1
* apparmor: replace misleading 'scrubbing environment' phrase in debug printRyan Lee2024-11-271-8/+8
* parser: drop dead code for XXX_comb macrosJohn Johansen2024-11-271-24/+0
* apparmor: Remove unused parameter L1 in macro next_combJinjie Ruan2024-11-271-2/+2
* apparmor: audit_cap dedup based on subj_cred instead of profileRyan Lee2024-11-271-6/+4
* apparmor: add a cache entry expiration time aging out capability audit cacheRyan Lee2024-11-271-3/+8
* apparmor: document capability.c:profile_capable ad ptr not being NULLRyan Lee2024-11-271-1/+1
* apparmor: fix 'Do simple duplicate message elimination'chao liu2024-11-271-0/+2
* apparmor: document first entry is in packed perms struct is reservedJohn Johansen2024-11-271-1/+4
* apparmor: test: Fix memory leak for aa_unpack_strdup()Jinjie Ruan2024-11-271-0/+6
* apparmor: Remove deadcodeDr. David Alan Gilbert2024-11-279-146/+0
* apparmor: Remove unnecessary NULL check before kvfree()Thorsten Blum2024-11-271-2/+1
* apparmor: domain: clean up duplicated parts of handle_onexec()Leesoo Ahn2024-11-271-26/+12
* apparmor: Use IS_ERR_OR_NULL() helper functionHongbo Li2024-11-271-1/+1
* apparmor: add support for 2^24 states to the dfa state machine.John Johansen2024-11-273-25/+83
* apparmor: properly handle cx/px lookup failure for complainRyan Lee2024-11-271-2/+7
* apparmor: allocate xmatch for nullpdb inside aa_alloc_nullRyan Lee2024-11-271-0/+1
* Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-195-11/+35
|\
| * lsm: remove lsm_prop scaffoldingCasey Schaufler2024-10-113-14/+2
| * lsm: use lsm_prop in security_current_getsecidCasey Schaufler2024-10-111-6/+14
| * lsm: add lsmprop_to_secctx hookCasey Schaufler2024-10-113-2/+26
| * lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2024-10-112-3/+7
* | remove pointless includes of <linux/fdtable.h>Al Viro2024-10-071-1/+0
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-163-19/+3
|\
| * lsm: infrastructure management of the sock securityCasey Schaufler2024-07-293-19/+3
* | apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck2024-08-261-3/+3
|/
* Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-278-34/+65
|\
| * apparmor: unpack transition table if dfa is not presentGeorgia Garcia2024-07-241-17/+25
| * apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik2024-07-242-2/+23
| * apparmor: test: add MODULE_DESCRIPTION()Jeff Johnson2024-07-241-0/+1
| * apparmor: take nosymfollow flag into accountAlexander Mikhalitsyn2024-07-241-0/+2
| * apparmor: fix possible NULL pointer dereferenceLeesoo Ahn2024-05-101-0/+4
| * apparmor: fix typo in kernel docChristian Göttsche2024-05-101-1/+1
| * apparmor: remove useless static inline function is_deletedColin Ian King2024-05-101-13/+0
| * apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin2024-05-102-1/+2
| * apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang2024-05-101-0/+7
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-132-4/+4
* | lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-151-1/+0
|/
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-2/+2
* Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-281-1/+1
|\
| * apparmor: fix lsm_get_self_attr()Mickaël Salaün2024-02-231-1/+1
* | exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook2024-01-241-1/+3
|/
* Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-199-74/+54
|\
| * apparmor: Fix memory leak in unpack_profile()Gaosheng Cui2024-01-091-0/+2
| * apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin2024-01-041-0/+4
| * apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin2024-01-042-4/+4
| * apparmor: free the allocated pdb objectsFedor Pchelkin2024-01-031-6/+7