| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-24 | Merge tag 'apparmor-pr-2026-04-23' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -26/+22 |
| 2026-04-22 | apparmor/lsm: Fix aa_dfa_unpack's error handling in aa_setup_dfa_engine | GONG Ruiqi | 1 | -0/+1 |
| 2026-04-22 | apparmor: Fix string overrun due to missing termination | Daniel J Blueman | 1 | -3/+5 |
| 2026-04-22 | apparmor: Fix wrong dentry in RENAME_EXCHANGE uid check | Dudu Lu | 1 | -1/+1 |
| 2026-04-22 | apparmor: fix unpack_tags to properly return error in failure cases | John Johansen | 1 | -0/+1 |
| 2026-04-22 | apparmor: fix dfa size check | John Johansen | 1 | -1/+1 |
| 2026-04-22 | apparmor: Use sysfs_emit in param_get_{audit,mode} | Thorsten Blum | 1 | -3/+3 |
| 2026-04-22 | apparmor: Remove redundant if check in sk_peer_get_label | Thorsten Blum | 1 | -5/+1 |
| 2026-04-22 | apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr | Thorsten Blum | 1 | -4/+1 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -26/+8 |
| 2026-03-09 | apparmor: fix race between freeing data and fs accessing it | John Johansen | 7 | -101/+153 |
| 2026-03-09 | apparmor: fix race on rawdata dereference | John Johansen | 4 | -57/+93 |
| 2026-03-09 | apparmor: fix differential encoding verification | John Johansen | 2 | -4/+20 |
| 2026-03-09 | apparmor: fix unprivileged local user can do privileged policy management | John Johansen | 3 | -9/+43 |
| 2026-03-09 | apparmor: Fix double free of ns_name in aa_replace_profiles() | John Johansen | 1 | -0/+1 |
| 2026-03-09 | apparmor: fix missing bounds check on DEFAULT table in verify_dfa() | Massimiliano Pellizzer | 1 | -2/+3 |
| 2026-03-09 | apparmor: fix side-effect bug in match_char() macro usage | Massimiliano Pellizzer | 1 | -10/+20 |
| 2026-03-09 | apparmor: fix: limit the number of levels of policy namespaces | John Johansen | 2 | -0/+4 |
| 2026-03-09 | apparmor: replace recursive profile removal with iterative approach | Massimiliano Pellizzer | 1 | -3/+27 |
| 2026-03-09 | apparmor: fix memory leak in verify_header | Massimiliano Pellizzer | 1 | -1/+0 |
| 2026-03-09 | apparmor: validate DFA start states are in bounds in unpack_pdb | Massimiliano Pellizzer | 1 | -1/+11 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -2/+2 |
| 2026-03-06 | Apparmor: Use simple_start_creating() / simple_done_creating() | NeilBrown | 1 | -27/+8 |
| 2026-02-23 | apparmor: return error on namespace mismatch in verify_header | Massimiliano Pellizzer | 1 | -0/+1 |
| 2026-02-23 | apparmor: use target task's context in apparmor_getprocattr() | Cengiz Can | 1 | -9/+7 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -14/+14 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 10 | -25/+24 |
| 2026-02-18 | apparmor: fix signedness bug in unpack_tags() | Massimiliano Pellizzer | 1 | -1/+1 |
| 2026-02-03 | apparmor: fix cast in format string DEBUG statement | John Johansen | 1 | -1/+1 |
| 2026-02-02 | apparmor: fix aa_label to return state from compount and component match | John Johansen | 1 | -6/+6 |
| 2026-02-02 | apparmor: fix fmt string type error in process_strs_entry | John Johansen | 1 | -2/+3 |
| 2026-02-02 | apparmor: fix kernel-doc comments for inview | John Johansen | 1 | -2/+2 |
| 2026-02-02 | apparmor: fix invalid deref of rawdata when export_binary is unset | Georgia Garcia | 1 | -0/+9 |
| 2026-02-01 | apparmor: add .kunitconfig | Ryota Sakamoto | 1 | -0/+5 |
| 2026-01-29 | apparmor: cleanup remove unused percpu critical sections in buffer management | John Johansen | 1 | -5/+0 |
| 2026-01-29 | apparmor: document the buffer hold, add an overflow guard | John Johansen | 1 | -2/+26 |
| 2026-01-29 | apparmor: avoid per-cpu hold underflow in aa_get_buffer | Zhengmian Hu | 1 | -1/+2 |
| 2026-01-29 | apparmor: split xxx_in_ns into its two separate semantic use cases | John Johansen | 5 | -46/+61 |
| 2026-01-29 | apparmor: make label_match return a consistent value | John Johansen | 1 | -11/+9 |
| 2026-01-29 | apparmor: remove apply_modes_to_perms from label_match | John Johansen | 1 | -3/+0 |
| 2026-01-29 | apparmor: fix fast path cache check for unix sockets | John Johansen | 1 | -14/+21 |
| 2026-01-29 | apparmor: fix rlimit for posix cpu timers | John Johansen | 1 | -0/+5 |
| 2026-01-29 | apparmor: refactor/cleanup cred helper fns. | John Johansen | 1 | -31/+69 |
| 2026-01-29 | apparmor: fix label and profile debug macros | John Johansen | 1 | -1/+3 |
| 2026-01-29 | apparmor: move check for aa_null file to cover all cases | John Johansen | 2 | -6/+10 |
| 2026-01-29 | apparmor: guard against free routines being called with a NULL | John Johansen | 1 | -0/+6 |
| 2026-01-29 | apparmor: return -ENOMEM in unpack_perms_table upon alloc failure | Ryan Lee | 1 | -2/+4 |
| 2026-01-29 | apparmor: account for in_atomic removal in common_file_perm | Ryan Lee | 1 | -3/+2 |
| 2026-01-29 | apparmor: drop in_atomic flag in common_mmap, and common_file_perm | John Johansen | 1 | -12/+9 |
| 2026-01-29 | apparmor: fix boolean argument in apparmor_mmap_file | Ryan Lee | 1 | -1/+1 |
| 2026-01-29 | apparmor: userns: Add support for execpath in userns | Maxime Bélair | 1 | -0/+32 |
| 2026-01-29 | apparmor: add support loading per permission tagging | John Johansen | 8 | -18/+269 |
| 2026-01-22 | apparmor: make str table more generic and be able to have multiple entries | John Johansen | 5 | -46/+90 |
| 2026-01-22 | apparmor: Fix & Optimize table creation from possibly unaligned memory | Helge Deller | 2 | -9/+10 |
| 2026-01-22 | AppArmor: Allow apparmor to handle unaligned dfa tables | Helge Deller | 1 | -7/+8 |
| 2026-01-22 | apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name | Thorsten Blum | 1 | -4/+8 |
| 2026-01-22 | apparmor: fix NULL sock in aa_sock_file_perm | John Johansen | 1 | -2/+4 |
| 2026-01-18 | apparmor: fix NULL pointer dereference in __unix_needs_revalidation | System Administrator | 1 | -0/+3 |
| 2026-01-18 | apparmor: Replace deprecated strcpy in d_namespace_path | Thorsten Blum | 1 | -5/+8 |
| 2026-01-18 | apparmor: Replace sprintf/strcpy with scnprintf/strscpy in aa_policy_init | Thorsten Blum | 1 | -9/+7 |
| 2026-01-16 | apparmor: replace sprintf with snprintf in aa_new_learning_profile | Thorsten Blum | 1 | -6/+9 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+9 |
| 2025-12-03 | Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -7/+14 |
| 2025-11-17 | d_make_discardable(): warn if given a non-persistent dentry | Al Viro | 1 | -4/+9 |
| 2025-11-14 | VFS: introduce start_removing_dentry() | NeilBrown | 1 | -4/+4 |
| 2025-10-22 | apparmor: move initcalls to the LSM framework | Paul Moore | 5 | -6/+13 |
| 2025-10-22 | lsm: replace the name field with a pointer to the lsm_id struct | Paul Moore | 1 | -1/+1 |
| 2025-10-03 | Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -7/+7 |
| 2025-09-30 | Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
| 2025-09-15 | apparmor/af_unix: constify struct path * arguments | Al Viro | 1 | -7/+7 |
| 2025-09-01 | copy_process: pass clone_flags as u64 across calltree | Simon Schuster | 1 | -1/+1 |
| 2025-08-30 | audit: add record for multiple task security contexts | Casey Schaufler | 1 | -0/+3 |
| 2025-08-04 | Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 38 | -429/+2177 |
| 2025-08-04 | apparmor: fix: oops when trying to free null ruleset | John Johansen | 1 | -1/+4 |
| 2025-07-30 | apparmor: fix Regression on linux-next (next-20250721) | John Johansen | 1 | -0/+1 |
| 2025-07-30 | apparmor: fix test error: WARNING in apparmor_unix_stream_connect | John Johansen | 1 | -2/+3 |
| 2025-07-30 | apparmor: Remove the unused variable rules | Jiapeng Chong | 1 | -2/+0 |
| 2025-07-28 | Merge tag 'libcrypto-conversions-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2 | -75/+13 |
| 2025-07-20 | apparmor: fix: accept2 being specifie even when permission table is presnt | John Johansen | 1 | -1/+2 |
| 2025-07-20 | apparmor: transition from a list of rules to a vector of rules | John Johansen | 15 | -113/+85 |
| 2025-07-20 | apparmor: fix documentation mismatches in val_mask_to_str and socket functions | Peng Jiang | 2 | -3/+23 |
| 2025-07-20 | apparmor: remove redundant perms.allow MAY_EXEC bitflag set | Ryan Lee | 1 | -3/+1 |
| 2025-07-20 | apparmor: fix kernel doc warnings for kernel test robot | John Johansen | 2 | -4/+10 |
| 2025-07-20 | apparmor: Fix unaligned memory accesses in KUnit test | Helge Deller | 1 | -2/+4 |
| 2025-07-20 | apparmor: Fix 8-byte alignment for initial dfa blob streams | Helge Deller | 1 | -2/+2 |
| 2025-07-20 | apparmor: shift uid when mediating af_unix in userns | Gabriel Totev | 1 | -2/+6 |
| 2025-07-20 | apparmor: shift ouid when mediating hard links in userns | Gabriel Totev | 1 | -2/+4 |
| 2025-07-20 | apparmor: make sure unix socket labeling is correctly updated. | John Johansen | 6 | -62/+231 |
| 2025-07-15 | apparmor: fix regression in fs based unix sockets when using old abi | John Johansen | 2 | -51/+71 |
| 2025-07-15 | apparmor: fix AA_DEBUG_LABEL() | John Johansen | 1 | -1/+1 |
| 2025-07-15 | apparmor: fix af_unix auditing to include all address information | John Johansen | 3 | -10/+18 |
| 2025-07-15 | apparmor: Remove use of the double lock | John Johansen | 5 | -102/+104 |
| 2025-07-15 | apparmor: update kernel doc comments for xxx_label_crit_section | John Johansen | 1 | -0/+8 |
| 2025-07-15 | apparmor: make __begin_current_label_crit_section() indicate whether put is n... | Mateusz Guzik | 3 | -41/+67 |
| 2025-07-15 | Revert "apparmor: use SHA-256 library API instead of crypto_shash API" | John Johansen | 2 | -13/+75 |
| 2025-07-15 | apparmor: mitigate parser generating large xtables | John Johansen | 3 | -6/+45 |
| 2025-07-14 | apparmor: use SHA-256 library API instead of crypto_shash API | Eric Biggers | 2 | -75/+13 |
| 2025-06-17 | apparmor: file never has NULL f_path.mnt | Al Viro | 1 | -1/+1 |
| 2025-05-25 | apparmor: Document that label must be last member in struct aa_profile | John Johansen | 1 | -1/+8 |
| 2025-05-25 | apparmor: make debug_values_table static | John Johansen | 1 | -1/+1 |
| 2025-05-25 | apparmor: force auditing of conflicting attachment execs from confined | Ryan Lee | 1 | -0/+9 |
| 2025-05-25 | apparmor: include conflicting attachment info for confined ix/ux fallback | Ryan Lee | 1 | -2/+33 |
| 2025-05-25 | apparmor: move the "conflicting profile attachments" infostr to a const decla... | Ryan Lee | 1 | -1/+3 |
| 2025-05-25 | apparmor: force audit on unconfined exec if info is set by find_attach | Ryan Lee | 1 | -0/+16 |
| 2025-05-25 | apparmor: make all generated string array headers const char *const | Ryan Lee | 1 | -2/+2 |
| 2025-05-25 | apparmor: fix loop detection used in conflicting attachment resolution | Ryan Lee | 2 | -15/+12 |
| 2025-05-17 | apparmor: ensure WB_HISTORY_SIZE value is a power of 2 | Ryan Lee | 2 | -1/+3 |
| 2025-05-17 | apparmor: fix some kernel-doc issues in header files | Randy Dunlap | 5 | -8/+8 |
| 2025-05-17 | apparmor: Fix incorrect profile->signal range check | Colin Ian King | 1 | -1/+1 |
| 2025-05-17 | apparmor: use SHA-256 library API instead of crypto_shash API | Eric Biggers | 2 | -75/+13 |
| 2025-05-17 | security/apparmor: use kfree_sensitive() in unpack_secmark() | Zilin Guan | 1 | -2/+2 |
| 2025-04-08 | VFS: rename lookup_one_len family to lookup_noperm and remove permission check | NeilBrown | 1 | -2/+2 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+4 |
| 2025-02-10 | apparmor: Remove unused variable 'sock' in __file_sock_perm() | Nathan Chancellor | 1 | -3/+0 |
| 2025-02-10 | apparmor: use the condition in AA_BUG_FMT even with debug disabled | Mateusz Guzik | 1 | -1/+5 |
| 2025-02-10 | apparmor: fix typos and spelling errors | Tanya Agarwal | 5 | -9/+9 |
| 2025-02-10 | apparmor: Modify mismatched function name | Jiapeng Chong | 1 | -1/+1 |
| 2025-02-10 | apparmor: Modify mismatched function name | Jiapeng Chong | 1 | -1/+1 |
| 2025-02-10 | apparmor: Fix checking address of an array in accum_label_info() | Nathan Chancellor | 1 | -1/+1 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2025-01-21 | Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -19/+22 |
| 2025-01-20 | Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-18 | apparmor: fix dbus permission queries to v9 ABI | John Johansen | 1 | -0/+8 |
| 2025-01-18 | apparmor: gate make fine grained unix mediation behind v9 abi | John Johansen | 4 | -10/+26 |
| 2025-01-18 | apparmor: add fine grained af_unix mediation | John Johansen | 12 | -58/+1063 |
| 2025-01-18 | apparmor: in preparation for finer networking rules rework match_prot | John Johansen | 2 | -14/+75 |
| 2025-01-18 | apparmor: lift kernel socket check out of critical section | John Johansen | 1 | -1/+5 |
| 2025-01-18 | apparmor: remove af_select macro | John Johansen | 2 | -36/+9 |
| 2025-01-18 | apparmor: add ability to mediate caps with policy state machine | John Johansen | 3 | -6/+62 |
| 2025-01-18 | apparmor: fix x_table_lookup when stacking is not the first entry | John Johansen | 1 | -23/+29 |
| 2025-01-18 | apparmor: add support for profiles to define the kill signal | John Johansen | 8 | -6/+34 |
| 2025-01-18 | apparmor: add additional flags to extended permission. | John Johansen | 7 | -21/+54 |
| 2025-01-18 | apparmor: carry mediation check on label | John Johansen | 6 | -24/+68 |
| 2025-01-18 | apparmor: cleanup: refactor file_perm() to doc semantics of some checks | John Johansen | 1 | -2/+15 |
| 2025-01-18 | apparmor: remove explicit restriction that unconfined cannot use change_hat | John Johansen | 2 | -3/+18 |
| 2025-01-18 | apparmor: ensure labels with more than one entry have correct flags | John Johansen | 1 | -1/+2 |
| 2025-01-18 | apparmor: switch signal mediation to use RULE_MEDIATES | John Johansen | 1 | -5/+5 |
| 2025-01-18 | apparmor: remove redundant unconfined check. | John Johansen | 1 | -2/+1 |
| 2025-01-18 | apparmor: cleanup: attachment perm lookup to use lookup_perms() | John Johansen | 1 | -8/+6 |
| 2025-01-18 | apparmor: Improve debug print infrastructure | John Johansen | 9 | -34/+177 |
| 2025-01-18 | apparmor: Use str_yes_no() helper function | Thorsten Blum | 1 | -4/+4 |
| 2024-12-22 | vfs: support caching symlink lengths in inodes | Mateusz Guzik | 1 | -1/+1 |
| 2024-12-04 | lsm: secctx provider check on release | Casey Schaufler | 1 | -8/+5 |
| 2024-12-04 | lsm: replace context+len with lsm_context | Casey Schaufler | 2 | -16/+15 |
| 2024-12-04 | lsm: ensure the correct LSM context releaser | Casey Schaufler | 2 | -3/+10 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
| 2024-11-26 | apparmor: lift new_profile declaration to remove C23 extension warning | John Johansen | 1 | -2/+1 |
| 2024-11-26 | apparmor: replace misleading 'scrubbing environment' phrase in debug print | Ryan Lee | 1 | -8/+8 |
| 2024-11-26 | parser: drop dead code for XXX_comb macros | John Johansen | 1 | -24/+0 |
| 2024-11-26 | apparmor: Remove unused parameter L1 in macro next_comb | Jinjie Ruan | 1 | -2/+2 |
| 2024-11-26 | apparmor: audit_cap dedup based on subj_cred instead of profile | Ryan Lee | 1 | -6/+4 |
| 2024-11-26 | apparmor: add a cache entry expiration time aging out capability audit cache | Ryan Lee | 1 | -3/+8 |
| 2024-11-26 | apparmor: document capability.c:profile_capable ad ptr not being NULL | Ryan Lee | 1 | -1/+1 |
| 2024-11-26 | apparmor: fix 'Do simple duplicate message elimination' | chao liu | 1 | -0/+2 |
| 2024-11-26 | apparmor: document first entry is in packed perms struct is reserved | John Johansen | 1 | -1/+4 |
| 2024-11-26 | apparmor: test: Fix memory leak for aa_unpack_strdup() | Jinjie Ruan | 1 | -0/+6 |
| 2024-11-26 | apparmor: Remove deadcode | Dr. David Alan Gilbert | 9 | -146/+0 |
| 2024-11-26 | apparmor: Remove unnecessary NULL check before kvfree() | Thorsten Blum | 1 | -2/+1 |
| 2024-11-26 | apparmor: domain: clean up duplicated parts of handle_onexec() | Leesoo Ahn | 1 | -26/+12 |
| 2024-11-26 | apparmor: Use IS_ERR_OR_NULL() helper function | Hongbo Li | 1 | -1/+1 |
| 2024-11-26 | apparmor: add support for 2^24 states to the dfa state machine. | John Johansen | 3 | -25/+83 |
| 2024-11-26 | apparmor: properly handle cx/px lookup failure for complain | Ryan Lee | 1 | -2/+7 |
| 2024-11-26 | apparmor: allocate xmatch for nullpdb inside aa_alloc_null | Ryan Lee | 1 | -0/+1 |
| 2024-11-18 | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -11/+35 |
| 2024-10-11 | lsm: remove lsm_prop scaffolding | Casey Schaufler | 3 | -14/+2 |
| 2024-10-11 | lsm: use lsm_prop in security_current_getsecid | Casey Schaufler | 1 | -6/+14 |
| 2024-10-11 | lsm: add lsmprop_to_secctx hook | Casey Schaufler | 3 | -2/+26 |
| 2024-10-11 | lsm: use lsm_prop in security_audit_rule_match | Casey Schaufler | 2 | -3/+7 |
| 2024-10-07 | remove pointless includes of <linux/fdtable.h> | Al Viro | 1 | -1/+0 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-16 | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -19/+3 |
| 2024-08-25 | apparmor: fix policy_unpack_test on big endian systems | Guenter Roeck | 1 | -3/+3 |
| 2024-07-29 | lsm: infrastructure management of the sock security | Casey Schaufler | 3 | -19/+3 |
| 2024-07-27 | Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -34/+65 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -1/+1 |
| 2024-07-24 | apparmor: unpack transition table if dfa is not present | Georgia Garcia | 1 | -17/+25 |
| 2024-07-24 | apparmor: try to avoid refing the label in apparmor_file_open | Mateusz Guzik | 2 | -2/+23 |
| 2024-07-24 | apparmor: test: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-07-24 | apparmor: take nosymfollow flag into account | Alexander Mikhalitsyn | 1 | -0/+2 |
| 2024-06-13 | ima: Avoid blocking in RCU read-side critical section | GUO Zihua | 2 | -4/+4 |
| 2024-05-10 | apparmor: fix possible NULL pointer dereference | Leesoo Ahn | 1 | -0/+4 |
| 2024-05-10 | apparmor: fix typo in kernel doc | Christian Göttsche | 1 | -1/+1 |
| 2024-05-10 | apparmor: remove useless static inline function is_deleted | Colin Ian King | 1 | -13/+0 |
| 2024-05-10 | apparmor: use kvfree_sensitive to free data->data | Fedor Pchelkin | 2 | -1/+2 |
| 2024-05-10 | apparmor: Fix null pointer deref when receiving skb during sock creation | Xiao Liang | 1 | -0/+7 |
| 2024-04-15 | lsm: remove the now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2024-03-14 | lsm: use 32-bit compatible data types in LSM syscalls | Casey Schaufler | 1 | -2/+2 |
| 2024-02-27 | Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-02-23 | apparmor: fix lsm_get_self_attr() | Mickaël Salaün | 1 | -1/+1 |
| 2024-01-24 | exec: Check __FMODE_EXEC instead of in_execve for LSMs | Kees Cook | 1 | -1/+3 |
| 2024-01-19 | Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -74/+54 |
| 2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -6/+1 |
| 2024-01-09 | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -12/+90 |
| 2024-01-09 | apparmor: Fix memory leak in unpack_profile() | Gaosheng Cui | 1 | -0/+2 |
| 2024-01-04 | apparmor: avoid crash when parsed profile name is empty | Fedor Pchelkin | 1 | -0/+4 |
| 2024-01-04 | apparmor: fix possible memory leak in unpack_trans_table | Fedor Pchelkin | 2 | -4/+4 |
| 2024-01-03 | apparmor: Fix move_mount mediation by detecting if source is detached | John Johansen | 2 | -0/+5 |
| 2024-01-03 | apparmor: free the allocated pdb objects | Fedor Pchelkin | 1 | -6/+7 |