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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
82fe6916
Commit
82fe6916
authored
7 years ago
by
Tri Vo
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Explicitly label logd's dependencies in /proc."
am:
cfdbaf33
Change-Id: I2206c2e99dbfc3c1efd5beee3b73c744187f7c32
parents
67ec37a3
cfdbaf33
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
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
3 additions
and
1 deletion
private/genfs_contexts
+
1
−
0
View file @
82fe6916
...
@@ -5,6 +5,7 @@ genfscon proc / u:object_r:proc:s0
...
@@ -5,6 +5,7 @@ genfscon proc / u:object_r:proc:s0
genfscon proc /config.gz u:object_r:config_gz:s0
genfscon proc /config.gz u:object_r:config_gz:s0
genfscon proc /interrupts u:object_r:proc_interrupts:s0
genfscon proc /interrupts u:object_r:proc_interrupts:s0
genfscon proc /iomem u:object_r:proc_iomem: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 /meminfo u:object_r:proc_meminfo:s0
genfscon proc /misc u:object_r:proc_misc:s0
genfscon proc /misc u:object_r:proc_misc:s0
genfscon proc /modules u:object_r:proc_modules: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 @
82fe6916
...
@@ -15,6 +15,7 @@ type proc_bluetooth_writable, fs_type;
...
@@ -15,6 +15,7 @@ type proc_bluetooth_writable, fs_type;
type proc_cpuinfo, fs_type;
type proc_cpuinfo, fs_type;
type proc_interrupts, fs_type;
type proc_interrupts, fs_type;
type proc_iomem, fs_type;
type proc_iomem, fs_type;
type proc_kmsg, fs_type;
type proc_meminfo, fs_type;
type proc_meminfo, fs_type;
type proc_misc, fs_type;
type proc_misc, fs_type;
type proc_modules, fs_type;
type proc_modules, fs_type;
...
...
This diff is collapsed.
Click to expand it.
public/logd.te
+
1
−
1
View file @
82fe6916
...
@@ -4,7 +4,7 @@ type logd_exec, exec_type, file_type;
...
@@ -4,7 +4,7 @@ type logd_exec, exec_type, file_type;
# Read access to pseudo filesystems.
# Read access to pseudo filesystems.
r_dir_file(logd, cgroup)
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_meminfo)
r_dir_file(logd, proc_net)
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