summaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10apparmor: constify aa_profile parameters on read-only compute pathsJohn Johansen1-1/+2
2026-08-10apparmor: fix error handling for copy_from_user in policy_updateJohn Johansen1-3/+3
2026-08-07apparmor: optimize current_label_crit_section() with needputJohn Johansen1-20/+31
2026-08-02apparmor: Fix warning: 'decompress_zstd' defined but not usedJohn Johansen1-10/+6
2026-08-01apparmor: fix implicit declaration of function 'decompress_zstd'John Johansen1-6/+15
2026-07-30apparmor: Fix build failure when ZSTD_DECOMPRESS is not enabledJohn Johansen1-1/+14
2026-07-29apparmor: compressed_data not described in aa_get_data_from_compressedJohn Johansen1-1/+1
2026-07-15apparmor: replace decompress_zstd() prototype with its entityTetsuo Handa1-36/+36
2026-06-29apparmor: fix alternate loaders ability to load compressed policyJohn Johansen1-3/+34
2026-06-29apparmor: Initial support for compressed policiesMaxime Bélair1-3/+94
2026-06-29apparmor: fix net.h and policy.h circular include patternRyan Lee1-0/+1
2026-06-13apparmor: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)1-2/+3
2026-06-13apparmor: Fix return in ns_mkdir_opHongling Zeng1-1/+1
2026-06-13apparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia1-25/+77
2026-06-13apparmor: fix rawdata_f_data implicit flex arrayJohn Johansen1-4/+3
2026-06-13apparmor: enable differential encodingJohn Johansen1-0/+1
2026-06-13security/apparmor/apparmorfs.c: conditionally compile get_loaddata_common_ref()Andrew Morton1-0/+2
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-26/+8
2026-03-09apparmor: fix race between freeing data and fs accessing itJohn Johansen1-80/+114
2026-03-09apparmor: fix race on rawdata dereferenceJohn Johansen1-14/+21
2026-03-09apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen1-7/+9
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2026-03-06Apparmor: Use simple_start_creating() / simple_done_creating()NeilBrown1-27/+8
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-02apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia1-0/+9
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen1-1/+1
2026-01-22apparmor: Replace deprecated strcpy with memcpy in gen_symlink_nameThorsten Blum1-4/+8
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+9
2025-12-03Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro1-4/+9
2025-11-14VFS: introduce start_removing_dentry()NeilBrown1-4/+4
2025-10-22apparmor: move initcalls to the LSM frameworkPaul Moore1-3/+1
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+28
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen1-2/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+2
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-02-10apparmor: fix typos and spelling errorsTanya Agarwal1-3/+3
2025-01-18apparmor: fix dbus permission queries to v9 ABIJohn Johansen1-0/+8
2025-01-18apparmor: gate make fine grained unix mediation behind v9 abiJohn Johansen1-1/+1
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen1-0/+7
2025-01-18apparmor: add support for profiles to define the kill signalJohn Johansen1-0/+1
2025-01-18apparmor: add additional flags to extended permission.John Johansen1-2/+3
2025-01-18apparmor: remove explicit restriction that unconfined cannot use change_hatJohn Johansen1-0/+1
2025-01-18apparmor: Use str_yes_no() helper functionThorsten Blum1-4/+4
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik1-1/+1
2024-11-26apparmor: add support for 2^24 states to the dfa state machine.John Johansen1-0/+1
2024-05-10apparmor: fix possible NULL pointer dereferenceLeesoo Ahn1-0/+4
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+8