index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
.gitignore: remove too obvious comments
Masahiro Yamada
1
-3
/
+0
2020-01-30
Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-0
/
+627
2020-01-29
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+4
2020-01-21
apparmor: remove duplicate check of xattrs on profile attachment.
John Johansen
1
-17
/
+0
2020-01-21
apparmor: add outofband transition and use it in xattr match
John Johansen
4
-7
/
+62
2020-01-21
apparmor: fail unpack if profile mode is unknown
John Johansen
1
-0
/
+4
2020-01-21
apparmor: fix nnp subset test for unconfined
John Johansen
3
-4
/
+39
2020-01-21
apparmor: remove useless aafs_create_symlink
John Johansen
1
-41
/
+9
2020-01-19
apparmor: add consistency check between state and dfa diff encode flags
John Johansen
1
-0
/
+6
2020-01-19
apparmor: add a valid state flags check
John Johansen
2
-0
/
+8
2020-01-19
AppArmor: Remove semicolon
Vasyl Gomonovych
1
-1
/
+1
2020-01-19
apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()
Markus Elfring
1
-2
/
+2
2020-01-11
kunit: building kunit as a module breaks allmodconfig
Alan Maguire
1
-1
/
+1
2020-01-10
apparmor: add AppArmor KUnit tests for policy unpack
Mike Salvatore
3
-0
/
+627
2020-01-05
apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock
John Johansen
3
-42
/
+46
2020-01-02
apparmor: only get a label reference if the fast path check fails
John Johansen
1
-4
/
+8
2020-01-02
apparmor: fix bind mounts aborting with -ENOMEM
Patrick Steinhardt
1
-1
/
+1
2019-12-09
namei: allow nd_jump_link() to produce errors
Aleksa Sarai
1
-2
/
+4
2019-12-03
Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-165
/
+526
2019-11-23
apparmor: make it so work buffers can be allocated from atomic context
John Johansen
6
-38
/
+62
2019-11-23
apparmor: reduce rcu_read_lock scope for aa_file_perm mediation
John Johansen
1
-3
/
+3
2019-11-23
apparmor: fix wrong buffer allocation in aa_new_mount
John Johansen
1
-4
/
+4
2019-11-23
apparmor: fix unsigned len comparison with less than zero
Colin Ian King
1
-5
/
+7
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-5
/
+15
2019-07-09
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2019-07-05
vfs: Convert apparmorfs to use the new mount API
David Howells
1
-5
/
+15
2019-06-20
apparmor: increase left match history buffer size
John Johansen
2
-5
/
+4
2019-06-20
apparmor: Switch to GFP_KERNEL where possible
Sebastian Andrzej Siewior
3
-12
/
+12
2019-06-20
apparmor: Use a memory pool instead per-CPU caches
Sebastian Andrzej Siewior
5
-111
/
+164
2019-06-20
apparmor: Force type-casting of current->real_cred
Bharath Vedartham
1
-1
/
+1
2019-06-19
apparmor: reset pos on failure to unpack for various functions
Mike Salvatore
1
-8
/
+39
2019-06-19
apparmor: enforce nullbyte at end of tag string
Jann Horn
1
-1
/
+1
2019-06-19
apparmor: fix PROFILE_MEDIATES for untrusted input
John Johansen
1
-1
/
+10
2019-06-17
locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...
Nikolay Borisov
1
-4
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
44
-222
/
+44
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-8
/
+2
2019-05-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+0
2019-05-05
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+9
2019-05-02
apparmor: switch to ->free_inode()
Al Viro
1
-8
/
+2
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+0
2019-04-17
apparmor: fix spelling mistake "immutible" -> "immutable"
Colin Ian King
1
-1
/
+1
2019-04-12
apparmor: fix blob compression when ns is forced on a policy load
John Johansen
2
-4
/
+8
2019-04-12
apparmor: fix missing ZLIB defines
John Johansen
1
-0
/
+2
2019-04-12
apparmor: fix blob compression build failure on ppc
John Johansen
1
-1
/
+1
2019-04-12
apparmor: Initial implementation of raw policy blob compression
Chris Coulson
5
-8
/
+285
2019-04-10
apparmorfs: fix use-after-free on symlink traversal
Al Viro
1
-4
/
+9
2019-04-10
apparmor: Restore Y/N in /sys for apparmor's "enabled"
Kees Cook
1
-1
/
+48
2019-03-13
Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+2
2019-03-12
apparmor: fix double free when unpack of secmark rules fails
John Johansen
1
-0
/
+1
[prev]
[next]