summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2026-03-13apparmor: fix race between freeing data and fs accessing itJohn Johansen
2026-03-13apparmor: fix race on rawdata dereferenceJohn Johansen
2026-03-13apparmor: fix differential encoding verificationJohn Johansen
2026-03-13apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen
2026-03-13apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen
2026-03-13apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer
2026-03-13apparmor: fix side-effect bug in match_char() macro usageMassimiliano Pellizzer
2026-03-13apparmor: fix: limit the number of levels of policy namespacesJohn Johansen
2026-03-13apparmor: replace recursive profile removal with iterative approachMassimiliano Pellizzer
2026-03-13apparmor: fix memory leak in verify_headerMassimiliano Pellizzer
2026-03-13apparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer
2026-02-26apparmor: fix aa_label to return state from compount and component matchJohn Johansen
2026-02-26apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia
2026-02-26apparmor: avoid per-cpu hold underflow in aa_get_bufferZhengmian Hu
2026-02-26apparmor: make label_match return a consistent valueJohn Johansen
2026-02-26apparmor: remove apply_modes_to_perms from label_matchJohn Johansen
2026-02-26apparmor: fix rlimit for posix cpu timersJohn Johansen
2026-02-26apparmor: move check for aa_null file to cover all casesJohn Johansen
2026-02-26apparmor: account for in_atomic removal in common_file_permRyan Lee
2026-02-26apparmor: drop in_atomic flag in common_mmap, and common_file_permJohn Johansen
2026-02-26apparmor: fix boolean argument in apparmor_mmap_fileRyan Lee
2026-02-26apparmor: return -ENOMEM in unpack_perms_table upon alloc failureRyan Lee
2026-02-26apparmor: Fix & Optimize table creation from possibly unaligned memoryHelge Deller
2026-02-26AppArmor: Allow apparmor to handle unaligned dfa tablesHelge Deller
2026-02-26apparmor: fix NULL sock in aa_sock_file_permJohn Johansen
2026-02-26apparmor: fix NULL pointer dereference in __unix_needs_revalidationSystem Administrator
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-03Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro
2025-11-14VFS: introduce start_removing_dentry()NeilBrown
2025-10-22apparmor: move initcalls to the LSM frameworkPaul Moore
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-15apparmor/af_unix: constify struct path * argumentsAl Viro
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-08-30audit: add record for multiple task security contextsCasey Schaufler
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-04apparmor: fix: oops when trying to free null rulesetJohn Johansen
2025-07-30apparmor: fix Regression on linux-next (next-20250721)John Johansen
2025-07-30apparmor: fix test error: WARNING in apparmor_unix_stream_connectJohn Johansen
2025-07-30apparmor: Remove the unused variable rulesJiapeng Chong
2025-07-28Merge tag 'libcrypto-conversions-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-07-20apparmor: fix: accept2 being specifie even when permission table is presntJohn Johansen
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen
2025-07-20apparmor: fix documentation mismatches in val_mask_to_str and socket functionsPeng Jiang
2025-07-20apparmor: remove redundant perms.allow MAY_EXEC bitflag setRyan Lee
2025-07-20apparmor: fix kernel doc warnings for kernel test robotJohn Johansen
2025-07-20apparmor: Fix unaligned memory accesses in KUnit testHelge Deller
2025-07-20apparmor: Fix 8-byte alignment for initial dfa blob streamsHelge Deller