Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
4b3d1675
Commit
4b3d1675
authored
Dec 11, 2015
by
Nick Kralevich
Committed by
android-build-merger
Dec 11, 2015
Browse files
Options
Downloads
Plain Diff
Restore sysfs_devices_system_cpu to domain.te am:
4e2d2245
am:
66e4cf84
* commit '
66e4cf84
': Restore sysfs_devices_system_cpu to domain.te
parents
f3a05203
66e4cf84
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
domain.te
+3
-0
3 additions, 0 deletions
domain.te
domain_deprecated.te
+0
-1
0 additions, 1 deletion
domain_deprecated.te
with
3 additions
and
1 deletion
domain.te
+
3
−
0
View file @
4b3d1675
...
@@ -99,6 +99,9 @@ allow domain system_file:lnk_file read;
...
@@ -99,6 +99,9 @@ allow domain system_file:lnk_file read;
# libc references /data/misc/zoneinfo for timezone related information
# libc references /data/misc/zoneinfo for timezone related information
r_dir_file(domain, zoneinfo_data_file)
r_dir_file(domain, zoneinfo_data_file)
# Lots of processes access current CPU information
r_dir_file(domain, sysfs_devices_system_cpu)
# files under /data.
# files under /data.
allow domain system_data_file:dir { search getattr };
allow domain system_data_file:dir { search getattr };
allow domain system_data_file:lnk_file read;
allow domain system_data_file:lnk_file read;
...
...
...
...
This diff is collapsed.
Click to expand it.
domain_deprecated.te
+
0
−
1
View file @
4b3d1675
...
@@ -63,7 +63,6 @@ allow domain_deprecated ion_device:chr_file rw_file_perms;
...
@@ -63,7 +63,6 @@ allow domain_deprecated ion_device:chr_file rw_file_perms;
# Read access to pseudo filesystems.
# Read access to pseudo filesystems.
r_dir_file(domain_deprecated, proc)
r_dir_file(domain_deprecated, proc)
r_dir_file(domain_deprecated, sysfs)
r_dir_file(domain_deprecated, sysfs)
r_dir_file(domain_deprecated, sysfs_devices_system_cpu)
r_dir_file(domain_deprecated, inotify)
r_dir_file(domain_deprecated, inotify)
r_dir_file(domain_deprecated, cgroup)
r_dir_file(domain_deprecated, cgroup)
r_dir_file(domain_deprecated, proc_net)
r_dir_file(domain_deprecated, 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
sign in
to comment