summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2026-04-18apparmor: fix race between freeing data and fs accessing itJohn Johansen7-101/+152
2026-04-18apparmor: fix race on rawdata dereferenceJohn Johansen4-57/+94
2026-04-18apparmor: fix differential encoding verificationJohn Johansen2-4/+20
2026-04-18apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen3-11/+52
2026-04-18apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen1-0/+1
2026-04-18apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer1-2/+3
2026-04-18apparmor: fix side-effect bug in match_char() macro usageMassimiliano Pellizzer1-10/+20
2026-04-18apparmor: fix: limit the number of levels of policy namespacesJohn Johansen2-0/+4
2026-04-18apparmor: replace recursive profile removal with iterative approachMassimiliano Pellizzer1-3/+27
2026-04-18apparmor: fix memory leak in verify_headerMassimiliano Pellizzer1-1/+0
2026-04-18apparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer1-2/+19
2026-04-18xen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
2026-03-04apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia1-0/+9
2026-03-04apparmor: fix rlimit for posix cpu timersJohn Johansen1-0/+5
2026-03-04apparmor: fix NULL sock in aa_sock_file_permJohn Johansen1-2/+4
2026-03-04smack: /smack/doi: accept previously used valuesKonstantin Andreev1-26/+45
2026-03-04smack: /smack/doi must be > 0Konstantin Andreev1-5/+7
2026-01-19KEYS: trusted: Fix a memory leak in tpm2_load_cmdJarkko Sakkinen1-2/+4
2026-01-19ima: Handle error code returned by ima_filter_rule_match()Zhao Yipeng1-1/+1
2026-01-19smack: fix bug: unprivileged task can create labelsKonstantin Andreev1-14/+27
2025-10-19KEYS: trusted_tpm1: Compare HMAC values in constant timeEric Biggers1-3/+4
2025-08-28securityfs: don't pin dentries twice, once is enough...Al Viro1-2/+0
2025-08-28apparmor: ensure WB_HISTORY_SIZE value is a power of 2Ryan Lee2-1/+3
2025-06-27selinux: fix selinux_xfrm_alloc_user() to set correct ctx_lenStephen Smalley1-1/+1
2025-06-04smack: recognize ipv4 CIPSO w/o categoriesKonstantin Andreev1-0/+4
2025-05-02landlock: Add the errata interfaceMickaël Salaün4-4/+138
2025-03-13tomoyo: don't emit warning in tomoyo_write_control()Tetsuo Handa1-1/+1
2025-03-13safesetid: check size of policy writesLeo Stone1-0/+3
2025-03-13landlock: Handle weird filesMickaël Salaün1-6/+5
2025-03-13landlock: Move filesystem helpers and add a new oneMickaël Salaün1-41/+46
2025-01-09selinux: ignore unknown extended permissionsThiébaud Weksteen1-2/+6
2024-12-14ima: Fix use-after-free on a dentry's dname.nameStefan Berger2-7/+26
2024-12-14apparmor: test: Fix memory leak for aa_unpack_strdup()Jinjie Ruan1-0/+6
2024-12-14apparmor: fix 'Do simple duplicate message elimination'chao liu1-0/+2
2024-11-14security/keys: fix slab-out-of-bounds in key_task_permissionChen Ridong1-2/+5
2024-11-01selinux: improve error checking in sel_write_load()Paul Moore1-13/+14
2024-10-17tomoyo: fallback to realpath if symlink's pathname does not existTetsuo Handa1-3/+6
2024-10-17proc: add config & param to block forcing mem writesAdrian Ratiu1-0/+32
2024-10-17bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0Song Liu1-1/+0
2024-10-17selinux,smack: don't bypass permissions check in inode_setsecctx hookScott Mayhew2-4/+4
2024-10-17smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipsoJiawei Ye1-1/+1
2024-09-12smack: unix sockets: fix accept()ed socket labelKonstantin Andreev1-3/+9
2024-09-12smack: tcp: ipv4, fix incorrect labelingCasey Schaufler1-1/+1
2024-09-12apparmor: fix possible NULL pointer dereferenceLeesoo Ahn1-0/+4
2024-09-04apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck1-3/+3
2024-09-04selinux: fix potential counting error in avc_add_xperms_decision()Zhen Lei1-1/+1
2024-08-19apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang1-0/+7
2024-08-19task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker1-1/+1
2024-08-19apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin2-1/+2
2024-08-19landlock: Don't lose track of restrictions on cred_transferJann Horn1-2/+9