index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-5
/
+15
|
\
|
*
vfs: Convert apparmorfs to use the new mount API
David Howells
2019-07-04
1
-5
/
+15
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-08
1
-4
/
+4
|
\
\
|
*
|
locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...
Nikolay Borisov
2019-06-17
1
-4
/
+4
*
|
|
apparmor: reset pos on failure to unpack for various functions
Mike Salvatore
2019-06-18
1
-8
/
+39
*
|
|
apparmor: enforce nullbyte at end of tag string
Jann Horn
2019-06-18
1
-1
/
+1
*
|
|
apparmor: fix PROFILE_MEDIATES for untrusted input
John Johansen
2019-06-18
1
-1
/
+10
|
/
/
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
44
-222
/
+44
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-05-07
1
-8
/
+2
|
\
|
*
apparmor: switch to ->free_inode()
Al Viro
2019-05-01
1
-8
/
+2
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-05-06
1
-2
/
+0
|
\
\
|
*
|
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-25
1
-2
/
+0
*
|
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-05
1
-4
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
apparmorfs: fix use-after-free on symlink traversal
Al Viro
2019-04-10
1
-4
/
+9
|
|
/
*
/
apparmor: Restore Y/N in /sys for apparmor's "enabled"
Kees Cook
2019-04-10
1
-1
/
+48
|
/
*
Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-03-13
2
-0
/
+2
|
\
|
*
apparmor: fix double free when unpack of secmark rules fails
John Johansen
2019-03-12
1
-0
/
+1
|
*
apparmor: delete the dentry in aafs_remove() to avoid a leak
Chris Coulson
2019-03-12
1
-0
/
+1
|
*
apparmor: Fix warning about unused function apparmor_ipv6_postroute
Petr Vorel
2018-11-14
1
-0
/
+2
*
|
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-07
2
-4
/
+2
|
\
\
|
*
|
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
2019-01-31
2
-4
/
+2
*
|
|
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-03-07
12
-83
/
+74
|
\
\
\
|
*
|
|
security: mark expected switch fall-throughs and add a missing break
Gustavo A. R. Silva
2019-02-22
1
-1
/
+1
|
*
|
|
apparmor: Adjust offset when accessing task blob.
Tetsuo Handa
2019-01-22
1
-1
/
+1
|
*
|
|
LSM: Make lsm_early_cred() and lsm_early_task() local functions.
Tetsuo Handa
2019-01-18
1
-2
/
+0
|
*
|
|
LSM: generalize flag passing to security_capable
Micah Morton
2019-01-10
5
-12
/
+13
|
*
|
|
LSM: Infrastructure management of the task security
Casey Schaufler
2019-01-08
2
-26
/
+7
|
*
|
|
LSM: Infrastructure management of the file security
Casey Schaufler
2019-01-08
2
-10
/
+14
|
*
|
|
Infrastructure management of the cred security blob
Casey Schaufler
2019-01-08
3
-2
/
+15
|
*
|
|
AppArmor: Abstract use of cred security blob
Casey Schaufler
2019-01-08
4
-10
/
+24
|
*
|
|
apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
Kees Cook
2019-01-08
2
-17
/
+1
|
*
|
|
LSM: Separate idea of "major" LSM from "exclusive" LSM
Kees Cook
2019-01-08
1
-1
/
+1
|
*
|
|
LSM: Lift LSM selection out of individual LSMs
Kees Cook
2019-01-08
1
-6
/
+0
|
*
|
|
LSM: Plumb visibility into optional "enabled" state
Kees Cook
2019-01-08
1
-2
/
+3
|
*
|
|
LSM: Introduce LSM_FLAG_LEGACY_MAJOR
Kees Cook
2019-01-08
1
-0
/
+1
|
|
/
/
*
|
|
apparmor: Fix aa_label_build() error handling for failed merges
John Johansen
2019-02-01
1
-1
/
+4
*
|
|
apparmor: Fix warning about unused function apparmor_ipv6_postroute
Petr Vorel
2019-02-01
1
-0
/
+2
|
/
/
*
|
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-01-05
2
-0
/
+2
|
\
\
|
*
|
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
2018-12-20
2
-0
/
+2
|
|
/
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-12-27
1
-1
/
+1
|
\
\
|
*
|
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
2018-11-20
1
-1
/
+1
|
|
/
*
/
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
2018-12-12
1
-1
/
+1
|
/
*
Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-11-02
12
-17
/
+291
|
\
|
*
apparmor: clean an indentation issue, remove extraneous space
Colin Ian King
2018-11-01
1
-1
/
+1
|
*
apparmor: fix checkpatch error in Parse secmark policy
John Johansen
2018-11-01
1
-1
/
+1
|
*
apparmor: add #ifdef checks for secmark filtering
Arnd Bergmann
2018-10-12
2
-0
/
+12
|
*
apparmor: Fix uninitialized value in aa_split_fqname
Zubin Mithra
2018-10-03
1
-2
/
+4
|
*
apparmor: don't try to replace stale label in ptraceme check
Jann Horn
2018-10-03
1
-2
/
+2
|
*
apparmor: Replace spin_is_locked() with lockdep
Lance Roy
2018-10-03
1
-1
/
+1
[next]