summaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)Author
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
2022-07-09apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen
2022-07-09apparmor: Fix some kernel-doc commentsYang Li
2022-07-09apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-03apparmor: use per file locks for transactional queriesHamza Mahfooz
2021-11-03apparmor: fix doc warningChenXiaoSong
2021-02-07apparmor: update policy capable checks to use a labelJohn Johansen
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-15apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-05-21apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang
2020-05-15apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen
2020-01-21apparmor: remove useless aafs_create_symlinkJohn Johansen
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen
2019-12-08namei: allow nd_jump_link() to produce errorsAleksa Sarai
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04vfs: Convert apparmorfs to use the new mount APIDavid Howells
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-01apparmor: switch to ->free_inode()Al Viro
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson
2019-04-10apparmorfs: fix use-after-free on symlink traversalAl Viro
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-12apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceColin Ian King
2018-07-19apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-03-30apparmor: fix memory leak on buffer on error exit pathColin Ian King