summaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+8
2024-01-12Merge 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/kern...Linus Torvalds1-15/+34
2023-10-19apparmor: add io_uring mediationGeorgia Garcia1-0/+7
2023-10-19apparmor: add user namespace creation mediationJohn Johansen1-0/+1
2023-10-19apparmor: allow restricting unprivileged change_profileJohn Johansen1-0/+6
2023-10-19apparmor: advertise disconnected.path is availableJohn Johansen1-0/+1
2023-10-19apparmor: refcount the pdbJohn Johansen1-9/+9
2023-10-19apparmor: pass cred through to audit info.John Johansen1-4/+7
2023-10-18apparmor: convert to new timestamp accessorsJeff Layton1-3/+4
2023-10-16apparmor: 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-10apparmor: advertise availability of exended permsJohn Johansen1-0/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2022-10-04apparmor: Fix decompression of rawdata for read back to userspaceJohn Johansen1-1/+1
2022-10-04apparmor: Fix undefined references to zstd_ symbolsJohn Johansen1-2/+2
2022-10-04apparmor: make sure the decompression ctx is promperly initializedJohn Johansen1-1/+5
2022-10-04apparmor: rework profile->rules to be a listJohn Johansen1-1/+2
2022-10-04apparmor: refactor profile rules and attachmentsJohn Johansen1-14/+13
2022-10-04apparmor: preparse for state being more than just an integerJohn Johansen1-1/+1
2022-10-04apparmor: convert policy lookup to use accept as an indexJohn Johansen1-1/+1
2022-10-04apparmor: convert xmatch to using the new shared policydb structJohn Johansen1-1/+1
2022-10-04apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen1-1/+2
2022-10-04apparmor: compute policydb permission on profile loadJohn Johansen1-1/+1
2022-10-04apparmor: compute file permissions on profile loadMike Salvatore1-1/+1
2022-10-04apparmor: expose compression level limits in sysfsJon Tourville1-0/+16
2022-10-04apparmor: use zstd compression for profile dataJon Tourville1-36/+24
2022-10-04apparmor: 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-10apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng1-1/+1
2022-07-10apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen1-30/+33
2022-07-10apparmor: Fix some kernel-doc commentsYang Li1-4/+4
2022-07-10apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen1-8/+9
2022-07-10apparmor: make export of raw binary profile to userspace optionalJohn Johansen1-2/+9
2021-11-12Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+8
2021-11-03apparmor: use per file locks for transactional queriesHamza Mahfooz1-6/+5
2021-11-03apparmor: fix doc warningChenXiaoSong1-1/+1
2021-02-07apparmor: update policy capable checks to use a labelJohn Johansen1-2/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2020-12-16apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko1-3/+0
2020-06-08Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-43/+13
2020-05-22apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang1-1/+2
2020-05-15apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen1-1/+3