summaryrefslogtreecommitdiffstats
path: root/security/apparmor (follow)
Commit message (Expand)AuthorAgeFilesLines
* apparmor: avoid -Wempty-body warningArnd Bergmann2021-11-031-1/+1
* apparmor: Fix internal policy capable check for policy managementJohn Johansen2021-11-011-1/+1
* apparmor: fix error checkTom Rix2021-02-071-2/+2
* security: apparmor: delete repeated words in commentsRandy Dunlap2021-02-072-2/+2
* security: apparmor: file.h: delete duplicated wordRandy Dunlap2021-02-071-1/+1
* apparmor: switch to apparmor to internal capable check for policy managementJohn Johansen2021-02-071-1/+17
* apparmor: update policy capable checks to use a labelJohn Johansen2021-02-075-23/+51
* apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen2020-06-061-2/+2
* apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-051-0/+5
* apparmor: Use true and false for bool variableZou Wei2020-05-152-33/+33
* security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek2020-05-151-6/+0
* apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
* apparmor: ensure that dfa state tables have entriesJohn Johansen2020-04-081-0/+5
* apparmor: remove duplicate check of xattrs on profile attachment.John Johansen2020-01-211-17/+0
* apparmor: add outofband transition and use it in xattr matchJohn Johansen2020-01-214-7/+62
* apparmor: fail unpack if profile mode is unknownJohn Johansen2020-01-211-0/+4
* apparmor: fix nnp subset test for unconfinedJohn Johansen2020-01-213-4/+39
* apparmor: remove useless aafs_create_symlinkJohn Johansen2020-01-211-41/+9
* apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen2020-01-191-0/+6
* apparmor: add a valid state flags checkJohn Johansen2020-01-192-0/+8
* AppArmor: Remove semicolonVasyl Gomonovych2020-01-191-1/+1
* apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring2020-01-191-2/+2
* apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-053-42/+46
* apparmor: only get a label reference if the fast path check failsJohn Johansen2020-01-021-4/+8
* apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt2020-01-021-1/+1
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-0315-165/+526
|\
| * apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen2019-11-236-38/+62
| * apparmor: reduce rcu_read_lock scope for aa_file_perm mediationJohn Johansen2019-11-231-3/+3
| * apparmor: fix wrong buffer allocation in aa_new_mountJohn Johansen2019-11-231-4/+4
| * apparmor: fix unsigned len comparison with less than zeroColin Ian King2019-11-231-5/+7
| * apparmor: increase left match history buffer sizeJohn Johansen2019-06-202-5/+4
| * apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior2019-06-203-12/+12
| * apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior2019-06-205-111/+164
| * apparmor: Force type-casting of current->real_credBharath Vedartham2019-06-201-1/+1
| * apparmor: fix spelling mistake "immutible" -> "immutable"Colin Ian King2019-04-171-1/+1
| * apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen2019-04-112-4/+8
| * apparmor: fix missing ZLIB definesJohn Johansen2019-04-111-0/+2
| * apparmor: fix blob compression build failure on ppcJohn Johansen2019-04-111-1/+1
| * apparmor: Initial implementation of raw policy blob compressionChris Coulson2019-04-115-8/+285
* | 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-051-5/+15
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-4/+4
|\ \ \
| * | | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-171-4/+4
* | | | apparmor: reset pos on failure to unpack for various functionsMike Salvatore2019-06-191-8/+39
* | | | apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-191-1/+1
* | | | apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen2019-06-191-1/+10
|/ / /
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0544-222/+44
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/ /
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \
| * | apparmor: switch to ->free_inode()Al Viro2019-05-021-8/+2