Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
bb03d751
Commit
bb03d751
authored
7 years ago
by
Tri Vo
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Explicitly label logd's dependencies in /proc."
parents
9f7d5f6b
528da6fe
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/compat/26.0/26.0.cil
+1
-1
1 addition, 1 deletion
private/compat/26.0/26.0.cil
private/genfs_contexts
+1
-0
1 addition, 0 deletions
private/genfs_contexts
public/file.te
+1
-0
1 addition, 0 deletions
public/file.te
public/logd.te
+1
-1
1 addition, 1 deletion
public/logd.te
with
4 additions
and
2 deletions
private/compat/26.0/26.0.cil
+
1
−
1
View file @
bb03d751
...
...
@@ -446,7 +446,7 @@
(typeattributeset preopt2cachename_exec_26_0 (preopt2cachename_exec))
(typeattributeset print_service_26_0 (print_service))
(typeattributeset priv_app_26_0 (mediaprovider priv_app))
(typeattributeset proc_26_0 (proc proc_uid_time_in_state))
(typeattributeset proc_26_0 (proc proc_uid_time_in_state
proc_kmsg
))
(typeattributeset proc_bluetooth_writable_26_0 (proc_bluetooth_writable))
(typeattributeset proc_cpuinfo_26_0 (proc_cpuinfo))
(typeattributeset proc_drop_caches_26_0 (proc_drop_caches))
...
...
This diff is collapsed.
Click to expand it.
private/genfs_contexts
+
1
−
0
View file @
bb03d751
...
...
@@ -5,6 +5,7 @@ genfscon proc / u:object_r:proc:s0
genfscon proc /config.gz u:object_r:config_gz:s0
genfscon proc /interrupts u:object_r:proc_interrupts:s0
genfscon proc /iomem u:object_r:proc_iomem:s0
genfscon proc /kmsg u:object_r:proc_kmsg:s0
genfscon proc /meminfo u:object_r:proc_meminfo:s0
genfscon proc /misc u:object_r:proc_misc:s0
genfscon proc /modules u:object_r:proc_modules:s0
...
...
This diff is collapsed.
Click to expand it.
public/file.te
+
1
−
0
View file @
bb03d751
...
...
@@ -16,6 +16,7 @@ type proc_bluetooth_writable, fs_type;
type proc_cpuinfo, fs_type;
type proc_interrupts, fs_type;
type proc_iomem, fs_type;
type proc_kmsg, fs_type;
type proc_meminfo, fs_type;
type proc_misc, fs_type;
type proc_modules, fs_type;
...
...
This diff is collapsed.
Click to expand it.
public/logd.te
+
1
−
1
View file @
bb03d751
...
...
@@ -4,7 +4,7 @@ type logd_exec, exec_type, file_type;
# Read access to pseudo filesystems.
r_dir_file(logd, cgroup)
r_dir_file(logd, proc)
r_dir_file(logd, proc
_kmsg
)
r_dir_file(logd, proc_meminfo)
r_dir_file(logd, proc_net)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment