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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-03
Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-51
/
+13
2019-11-23
apparmor: make it so work buffers can be allocated from atomic context
John Johansen
2
-2
/
+3
2019-06-20
apparmor: increase left match history buffer size
John Johansen
1
-2
/
+1
2019-06-20
apparmor: Use a memory pool instead per-CPU caches
Sebastian Andrzej Siewior
1
-47
/
+2
2019-06-19
apparmor: fix PROFILE_MEDIATES for untrusted input
John Johansen
1
-1
/
+10
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
23
-115
/
+23
2019-04-12
apparmor: Initial implementation of raw policy blob compression
Chris Coulson
2
-1
/
+8
2019-03-07
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+1
2019-02-01
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
1
-2
/
+1
2019-01-23
apparmor: Adjust offset when accessing task blob.
Tetsuo Handa
1
-1
/
+1
2019-01-11
LSM: generalize flag passing to security_capable
Micah Morton
1
-1
/
+1
2019-01-09
LSM: Infrastructure management of the task security
Casey Schaufler
1
-14
/
+4
2019-01-09
LSM: Infrastructure management of the file security
Casey Schaufler
1
-1
/
+4
2019-01-09
Infrastructure management of the cred security blob
Casey Schaufler
2
-2
/
+6
2019-01-09
AppArmor: Abstract use of cred security blob
Casey Schaufler
1
-1
/
+15
2018-10-03
apparmor: Parse secmark policy
Matthew Garrett
2
-0
/
+13
2018-10-03
apparmor: Add a wildcard secid
Matthew Garrett
1
-0
/
+3
2018-09-13
apparmor: don't try to replace stale label in ptrace access check
Jann Horn
1
-0
/
+2
2018-07-20
apparmor: Check buffer bounds when mapping permissions mask
Tyler Hicks
1
-1
/
+2
2018-06-07
apparmor: fixup secid map conversion to using IDR
John Johansen
1
-1
/
+3
2018-06-07
apparmor: Add support for audit rule filtering
Matthew Garrett
1
-0
/
+6
2018-06-07
apparmor: improve get_buffers macro by using get_cpu_ptr
John Johansen
1
-17
/
+16
2018-05-02
apparmor: add support for mapping secids and using secctxes
John Johansen
2
-4
/
+13
2018-04-14
Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-77
/
+299
2018-03-28
macro: introduce COUNT_ARGS() macro
Alexei Starovoitov
1
-6
/
+1
2018-03-14
apparmor: remove POLICY_MEDIATES_SAFE
John Johansen
1
-11
/
+1
2018-03-14
apparmor: add base infastructure for socket mediation
John Johansen
5
-3
/
+128
2018-02-09
apparmor: improve overlapping domain attachment resolution
John Johansen
1
-0
/
+19
2018-02-09
apparmor: convert attaching profiles via xattrs to use dfa matching
John Johansen
1
-2
/
+0
2018-02-09
apparmor: Add support for attaching profiles via xattr, presence and value
Matthew Garrett
1
-0
/
+6
2018-02-09
apparmor: dfa add support for state differential encoding
John Johansen
1
-0
/
+4
2018-02-09
apparmor: update domain transitions that are subsets of confinement at nnp
John Johansen
1
-0
/
+4
2018-02-09
apparmor: move context.h to cred.h
John Johansen
1
-0
/
+0
2018-02-09
apparmor: move task related defines and fns to task.X files
John Johansen
2
-39
/
+91
2018-02-09
apparmor: cleanup, drop unused fn __aa_task_is_confined()
John Johansen
1
-11
/
+0
2018-02-09
apparmor: drop cred_ctx and reference the label directly
John Johansen
1
-19
/
+5
2018-02-09
apparmor: move task domain change info to task security
John Johansen
1
-10
/
+21
2018-02-09
apparmor: rename task_ctx to the more accurate cred_ctx
John Johansen
1
-10
/
+9
2018-02-09
apparmor: audit unknown signal numbers
John Johansen
2
-1
/
+5
2018-02-09
apparmor: provide a bounded version of label_parse
John Johansen
1
-0
/
+3
2018-02-09
apparmor: use the dfa to do label parse string splitting
John Johansen
2
-0
/
+26
2018-02-09
apparmor: add first substr match to dfa
John Johansen
1
-0
/
+4
2018-02-09
apparmor: split load data into management struct and data blob
John Johansen
1
-1
/
+1
2018-02-09
apparmor: fix logging of the existence test for signals
John Johansen
1
-1
/
+3
2018-02-09
apparmor: fix resource audit messages when auditing peer
John Johansen
1
-4
/
+4
2018-01-13
apparmor: fix ptrace label match when matching stacked labels
John Johansen
1
-0
/
+3
2017-12-01
Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+7
2017-11-28
apparmor: fix oops in audit_signal_cb hook
John Johansen
1
-5
/
+7
2017-11-28
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
4
-147
/
+11
[next]