aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus 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/kernel/git/jj/linux-apparmorLinus Torvalds1-8/+8
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2024-01-03apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen1-0/+1
2023-12-21apparmorfs: don't duplicate kfree_link()Al Viro1-6/+1
2023-11-19apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov1-8/+8
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-15/+34
2023-10-18apparmor: add io_uring mediationGeorgia Garcia1-0/+7
2023-10-18apparmor: add user namespace creation mediationJohn Johansen1-0/+1
2023-10-18apparmor: allow restricting unprivileged change_profileJohn Johansen1-0/+6
2023-10-18apparmor: advertise disconnected.path is availableJohn Johansen1-0/+1
2023-10-18apparmor: refcount the pdbJohn Johansen1-9/+9
2023-10-18apparmor: pass cred through to audit info.John Johansen1-4/+7
2023-10-18apparmor: convert to new timestamp accessorsJeff Layton1-3/+4
2023-10-15apparmor: remove unneeded #ifdef in decompress_zstd()Xiu Jianfeng1-2/+0
2023-07-24apparmor: convert to ctime accessor functionsJeff Layton1-3/+3
2023-07-10apparmor: update ctime whenever the mtime changes on an inodeJeff Layton1-2/+5
2023-07-09apparmor: advertise availability of exended permsJohn Johansen1-0/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2022-10-03apparmor: Fix decompression of rawdata for read back to userspaceJohn Johansen1-1/+1
2022-10-03apparmor: Fix undefined references to zstd_ symbolsJohn Johansen1-2/+2
2022-10-03apparmor: make sure the decompression ctx is promperly initializedJohn Johansen1-1/+5
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen1-1/+2
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen1-14/+13
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen1-1/+1
2022-10-03apparmor: convert policy lookup to use accept as an indexJohn Johansen1-1/+1
2022-10-03apparmor: convert xmatch to using the new shared policydb structJohn Johansen1-1/+1
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen1-1/+2
2022-10-03apparmor: compute policydb permission on profile loadJohn Johansen1-1/+1
2022-10-03apparmor: compute file permissions on profile loadMike Salvatore1-1/+1
2022-10-03apparmor: expose compression level limits in sysfsJon Tourville1-0/+16
2022-10-03apparmor: use zstd compression for profile dataJon Tourville1-36/+24
2022-10-03apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui1-1/+3
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}John Johansen1-0/+1
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen1-0/+1
2022-07-09apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng1-1/+1