summaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-191-8/+8
|\
| * apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov2023-11-191-8/+8
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-6/+1
|\ \
| * | apparmorfs: don't duplicate kfree_link()Al Viro2023-12-211-6/+1
| |/
* / apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen2024-01-031-0/+1
|/
* Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-031-15/+34
|\
| * apparmor: add io_uring mediationGeorgia Garcia2023-10-181-0/+7
| * apparmor: add user namespace creation mediationJohn Johansen2023-10-181-0/+1
| * apparmor: allow restricting unprivileged change_profileJohn Johansen2023-10-181-0/+6
| * apparmor: advertise disconnected.path is availableJohn Johansen2023-10-181-0/+1
| * apparmor: refcount the pdbJohn Johansen2023-10-181-9/+9
| * apparmor: pass cred through to audit info.John Johansen2023-10-181-4/+7
| * apparmor: remove unneeded #ifdef in decompress_zstd()Xiu Jianfeng2023-10-151-2/+0
| * apparmor: advertise availability of exended permsJohn Johansen2023-07-091-0/+3
* | apparmor: convert to new timestamp accessorsJeff Layton2023-10-181-3/+4
* | apparmor: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* | apparmor: update ctime whenever the mtime changes on an inodeJeff Layton2023-07-101-2/+5
|/
* 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