summaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)Author
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-10apparmor: fix typos and spelling errorsTanya Agarwal
2025-01-18apparmor: fix dbus permission queries to v9 ABIJohn Johansen
2025-01-18apparmor: gate make fine grained unix mediation behind v9 abiJohn Johansen
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen
2025-01-18apparmor: add support for profiles to define the kill signalJohn Johansen
2025-01-18apparmor: add additional flags to extended permission.John Johansen
2025-01-18apparmor: remove explicit restriction that unconfined cannot use change_hatJohn Johansen
2025-01-18apparmor: Use str_yes_no() helper functionThorsten Blum
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik
2024-11-26apparmor: add support for 2^24 states to the dfa state machine.John Johansen
2024-05-10apparmor: fix possible NULL pointer dereferenceLeesoo Ahn
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-03apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen
2023-12-21apparmorfs: don't duplicate kfree_link()Al Viro
2023-11-19apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-18apparmor: add io_uring mediationGeorgia Garcia
2023-10-18apparmor: add user namespace creation mediationJohn Johansen
2023-10-18apparmor: allow restricting unprivileged change_profileJohn Johansen
2023-10-18apparmor: advertise disconnected.path is availableJohn Johansen
2023-10-18apparmor: refcount the pdbJohn Johansen
2023-10-18apparmor: pass cred through to audit info.John Johansen
2023-10-18apparmor: convert to new timestamp accessorsJeff Layton
2023-10-15apparmor: remove unneeded #ifdef in decompress_zstd()Xiu Jianfeng
2023-07-24apparmor: convert to ctime accessor functionsJeff Layton
2023-07-10apparmor: update ctime whenever the mtime changes on an inodeJeff Layton
2023-07-09apparmor: advertise availability of exended permsJohn Johansen
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2022-10-03apparmor: Fix decompression of rawdata for read back to userspaceJohn Johansen
2022-10-03apparmor: Fix undefined references to zstd_ symbolsJohn Johansen
2022-10-03apparmor: make sure the decompression ctx is promperly initializedJohn Johansen
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen
2022-10-03apparmor: convert policy lookup to use accept as an indexJohn Johansen
2022-10-03apparmor: convert xmatch to using the new shared policydb structJohn Johansen
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen
2022-10-03apparmor: compute policydb permission on profile loadJohn Johansen
2022-10-03apparmor: compute file permissions on profile loadMike Salvatore
2022-10-03apparmor: expose compression level limits in sysfsJon Tourville
2022-10-03apparmor: use zstd compression for profile dataJon Tourville
2022-10-03apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}John Johansen
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen
2022-07-09apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng