summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2021-11-03apparmor: use per file locks for transactional queriesHamza Mahfooz1-6/+5
2021-11-03apparmor: fix doc warningChenXiaoSong1-1/+1
2021-11-03apparmor: Remove the repeated declarationShaokun Zhang1-4/+0
2021-11-03apparmor: avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-11-01apparmor: Fix internal policy capable check for policy managementJohn Johansen1-1/+1
2021-02-07apparmor: fix error checkTom Rix1-2/+2
2021-02-07security: apparmor: delete repeated words in commentsRandy Dunlap2-2/+2
2021-02-07security: apparmor: file.h: delete duplicated wordRandy Dunlap1-1/+1
2021-02-07apparmor: switch to apparmor to internal capable check for policy managementJohn Johansen1-1/+17
2021-02-07apparmor: update policy capable checks to use a labelJohn Johansen5-23/+51
2020-06-06apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen1-2/+2
2020-06-05apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira1-0/+5
2020-05-16apparmor: Use true and false for bool variableZou Wei2-33/+33
2020-05-16security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek1-6/+0
2020-05-15apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-08apparmor: ensure that dfa state tables have entriesJohn Johansen1-0/+5
2020-01-21apparmor: remove duplicate check of xattrs on profile attachment.John Johansen1-17/+0
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen4-7/+62
2020-01-21apparmor: fail unpack if profile mode is unknownJohn Johansen1-0/+4
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen3-4/+39
2020-01-21apparmor: remove useless aafs_create_symlinkJohn Johansen1-41/+9
2020-01-19apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen1-0/+6
2020-01-19apparmor: add a valid state flags checkJohn Johansen2-0/+8
2020-01-19AppArmor: Remove semicolonVasyl Gomonovych1-1/+1
2020-01-19apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring1-2/+2
2020-01-05apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen3-42/+46
2020-01-02apparmor: only get a label reference if the fast path check failsJohn Johansen1-4/+8
2020-01-02apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt1-1/+1
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-165/+526
2019-11-23apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen6-38/+62
2019-11-23apparmor: reduce rcu_read_lock scope for aa_file_perm mediationJohn Johansen1-3/+3
2019-11-23apparmor: fix wrong buffer allocation in aa_new_mountJohn Johansen1-4/+4
2019-11-23apparmor: fix unsigned len comparison with less than zeroColin Ian King1-5/+7
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+15
2019-07-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2019-07-05vfs: Convert apparmorfs to use the new mount APIDavid Howells1-5/+15
2019-06-20apparmor: increase left match history buffer sizeJohn Johansen2-5/+4
2019-06-20apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior3-12/+12
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior5-111/+164
2019-06-20apparmor: Force type-casting of current->real_credBharath Vedartham1-1/+1
2019-06-19apparmor: reset pos on failure to unpack for various functionsMike Salvatore1-8/+39
2019-06-19apparmor: enforce nullbyte at end of tag stringJann Horn1-1/+1
2019-06-19apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen1-1/+10
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner44-222/+44
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+2
2019-05-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+0
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+9
2019-05-02apparmor: switch to ->free_inode()Al Viro1-8/+2