summaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* apparmor: Fix decompression of rawdata for read back to userspaceJohn Johansen2022-10-031-1/+1
* apparmor: Fix undefined references to zstd_ symbolsJohn Johansen2022-10-031-2/+2
* apparmor: make sure the decompression ctx is promperly initializedJohn Johansen2022-10-031-1/+5
* apparmor: rework profile->rules to be a listJohn Johansen2022-10-031-1/+2
* apparmor: refactor profile rules and attachmentsJohn Johansen2022-10-031-14/+13
* apparmor: preparse for state being more than just an integerJohn Johansen2022-10-031-1/+1
* apparmor: convert policy lookup to use accept as an indexJohn Johansen2022-10-031-1/+1
* apparmor: convert xmatch to using the new shared policydb structJohn Johansen2022-10-031-1/+1
* apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen2022-10-031-1/+2
* apparmor: compute policydb permission on profile loadJohn Johansen2022-10-031-1/+1
* apparmor: compute file permissions on profile loadMike Salvatore2022-10-031-1/+1
* apparmor: expose compression level limits in sysfsJon Tourville2022-10-031-0/+16
* apparmor: use zstd compression for profile dataJon Tourville2022-10-031-36/+24
* apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui2022-10-031-1/+3
* apparmor: move ptrace mediation to more logical task.{h,c}John Johansen2022-07-191-0/+1
* apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-07-191-0/+1
* apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng2022-07-091-1/+1
* apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen2022-07-091-30/+33
* apparmor: Fix some kernel-doc commentsYang Li2022-07-091-4/+4
* apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen2022-07-091-8/+9
* apparmor: make export of raw binary profile to userspace optionalJohn Johansen2022-07-091-2/+9
* Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-111-9/+8
|\
| * apparmor: use per file locks for transactional queriesHamza Mahfooz2021-11-031-6/+5
| * apparmor: fix doc warningChenXiaoSong2021-11-031-1/+1
| * apparmor: update policy capable checks to use a labelJohn Johansen2021-02-071-2/+2
* | fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* | apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko2020-12-151-3/+0
* | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-071-43/+13
|\ \ | |/
| * apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
| * apparmor: add outofband transition and use it in xattr matchJohn Johansen2020-01-211-1/+3
| * apparmor: remove useless aafs_create_symlinkJohn Johansen2020-01-211-41/+9
* | apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang2020-05-211-1/+2
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-2/+4
|\ \ | |/ |/|
| * namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-081-2/+4
* | apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-041-1/+1
|/
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-031-6/+124
|\
| * apparmor: Initial implementation of raw policy blob compressionChris Coulson2019-04-111-6/+124
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+15
|\ \
| * | vfs: Convert apparmorfs to use the new mount APIDavid Howells2019-07-041-5/+15
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/ /
* | apparmor: switch to ->free_inode()Al Viro2019-05-011-8/+2
* | apparmorfs: fix use-after-free on symlink traversalAl Viro2019-04-101-4/+9
|/
* Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-131-0/+1
|\
| * apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson2019-03-121-0/+1
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
|/
* apparmor: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-011-1/+1
* apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks2018-07-191-4/+1
* Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-131-76/+127
|\
| * apparmor: fix memory leak on buffer on error exit pathColin Ian King2018-03-301-1/+3