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
2017-06-11
apparmor: export that basic profile namespaces are supported
John Johansen
1
-0
/
+7
2017-06-11
apparmor: add stacked domain labels interface
John Johansen
2
-0
/
+8
2017-06-11
apparmor: add domain label stacking info to apparmorfs
John Johansen
3
-0
/
+39
2017-06-11
apparmor: move change_profile mediation to using labels
John Johansen
1
-68
/
+123
2017-06-11
apparmor: move change_hat mediation to using labels
John Johansen
1
-102
/
+201
2017-06-11
apparmor: move exec domain mediation to using labels
John Johansen
2
-259
/
+678
2017-06-11
apparmor: support v7 transition format compatible with label_parse
John Johansen
2
-7
/
+15
2017-06-11
apparmor: mediate files when they are received
John Johansen
2
-0
/
+7
2017-06-11
apparmor: rework file permission to cache file access in file->ctx
John Johansen
1
-6
/
+76
2017-06-11
apparmor: move path_link mediation to using labels
John Johansen
3
-47
/
+59
2017-06-11
apparmor: refactor path name lookup and permission checks around labels
John Johansen
3
-45
/
+85
2017-06-11
apparmor: update aa_audit_file() to use labels
John Johansen
3
-9
/
+18
2017-06-11
apparmor: move aa_file_perm() to use labels
John Johansen
3
-37
/
+64
2017-06-11
apparmor: allow ptrace checks to be finer grained than just capability
John Johansen
3
-0
/
+68
2017-06-11
apparmor: move ptrace checks to using labels
John Johansen
5
-80
/
+58
2017-06-11
apparmor: add cross check permission helper macros
John Johansen
1
-1
/
+41
2017-06-11
apparmor: move resource checks to using labels
John Johansen
3
-42
/
+80
2017-06-11
apparmor: move capability checks to using labels
John Johansen
5
-29
/
+58
2017-06-11
apparmor: update query interface to support label queries
John Johansen
1
-7
/
+39
2017-06-11
apparmor: switch getprocattr to using label_print fns()
John Johansen
3
-37
/
+27
2017-06-11
apparmor: switch from profiles to using labels on contexts
John Johansen
20
-529
/
+686
2017-06-11
apparmor: add the base fns() for domain labels
John Johansen
2
-0
/
+2561
2017-06-11
apparmor: revalidate files during exec
John Johansen
4
-0
/
+81
2017-06-11
apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()
John Johansen
2
-11
/
+16
2017-06-11
apparmor: convert aa_change_XXX bool parameters to flags
John Johansen
5
-32
/
+29
2017-06-11
apparmor: cleanup remove unused and not fully implemented profile rename
John Johansen
1
-37
/
+2
2017-06-11
apparmor: refactor updating profiles to the newest parent
John Johansen
1
-4
/
+31
2017-06-11
apparmor: share profile name on replacement
John Johansen
3
-9
/
+72
2017-06-11
apparmor: convert to profile block critical sections
John Johansen
8
-56
/
+162
2017-06-11
apparmor: move bprm_committing_creds/committed_creds to lsm.c
John Johansen
3
-32
/
+30
2017-06-11
apparmor: fix display of ns name
John Johansen
1
-1
/
+1
2017-06-11
apparmor: fix apparmor_query data
John Johansen
1
-2
/
+6
2017-06-11
apparmor: fix policy load/remove semantics
John Johansen
2
-15
/
+13
2017-06-11
apparmor: add namespace lookup fns()
John Johansen
3
-4
/
+73
2017-06-11
apparmor: cleanup __find_child()
John Johansen
1
-8
/
+8
2017-06-11
apparmor: provide information about path buffer size at boot
John Johansen
1
-2
/
+9
2017-06-11
apparmor: add profile permission query ability
John Johansen
1
-1
/
+102
2017-06-11
apparmor: switch from file_perms to aa_perms
John Johansen
5
-48
/
+29
2017-06-11
apparmor: add gerneric permissions struct and support fns
John Johansen
4
-17
/
+153
2017-06-11
apparmor: add fn to test if profile supports a given mediation class
John Johansen
1
-0
/
+10
2017-06-11
apparmor: speed up transactional queries
John Johansen
1
-11
/
+114
2017-06-11
apparmor: add label data availability to the feature set
John Johansen
1
-0
/
+10
2017-06-11
apparmor: add mkdir/rmdir interface to manage policy namespaces
John Johansen
1
-1
/
+94
2017-06-11
apparmor: add policy revision file interface
John Johansen
4
-1
/
+116
2017-06-11
apparmor: provide finer control over policy management
John Johansen
3
-23
/
+35
2017-06-09
apparmor: rework perm mapping to a slightly broader set
John Johansen
5
-53
/
+133
2017-06-08
apparmor: move permissions into their own file to be more easily shared
John Johansen
4
-19
/
+43
2017-06-08
apparmor: convert from securityfs to apparmorfs for policy ns files
John Johansen
1
-26
/
+37
2017-06-08
apparmor: allow specifying an already created dir to create ns entries in
John Johansen
3
-7
/
+8
2017-06-08
apparmor: rename apparmor file fns and data to indicate use
John Johansen
9
-127
/
+172
[next]