summaryrefslogtreecommitdiffstats
path: root/security (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
* Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-055-47/+55
|\
| * 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 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...Linus Torvalds2019-12-315-44/+27
|\ \ | |/ |/|
| * tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Tetsuo Handa2019-12-164-13/+26
| * tomoyo: Don't use nifty names on sockets.Tetsuo Handa2019-12-111-31/+1
* | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-12-195-12/+4
|\ \
| * | security: keys: trusted: fix lost handle flushJames Bottomley2019-12-171-0/+1
| * | KEYS: remove CONFIG_KEYS_COMPATEric Biggers2019-12-124-12/+3
| |/
* / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* 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 tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-7/+3
|\ \
| * | y2038: move itimer reset into itimer.cArnd Bergmann2019-11-151-7/+3
* | | Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-12-019-5/+74
|\ \ \