summaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-09apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen1-30/+33
2022-07-09apparmor: Fix some kernel-doc commentsYang Li1-4/+4
2022-07-09apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen1-8/+9
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen1-2/+9
2021-11-11Merge 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-15apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko1-3/+0
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-43/+13
2020-05-21apparmor: 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
2020-01-21apparmor: remove useless aafs_create_symlinkJohn Johansen1-41/+9
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen1-1/+1
2019-12-08namei: allow nd_jump_link() to produce errorsAleksa Sarai1-2/+4
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+124
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+15
2019-07-04vfs: Convert apparmorfs to use the new mount APIDavid Howells1-5/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-05-01apparmor: switch to ->free_inode()Al Viro1-8/+2
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson1-6/+124
2019-04-10apparmorfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2019-03-12apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson1-0/+1
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-07-19apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks1-4/+1
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-76/+127
2018-03-30apparmor: fix memory leak on buffer on error exit pathColin Ian King1-1/+3
2018-03-23apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen1-31/+95