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
05916fca
Commit
05916fca
authored
7 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "init: allow read of /sys/devices/virtual/block/zram"
parents
db689675
99c65df3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/init.te
+4
-1
4 additions, 1 deletion
public/init.te
with
4 additions
and
1 deletion
public/init.te
+
4
−
1
View file @
05916fca
...
@@ -305,13 +305,16 @@ allow init {
...
@@ -305,13 +305,16 @@ allow init {
sysfs_android_usb
sysfs_android_usb
sysfs_leds
sysfs_leds
sysfs_power
sysfs_power
sysfs_zram
}:file w_file_perms;
}:file w_file_perms;
allow init {
allow init {
sysfs_dt_firmware_android
sysfs_dt_firmware_android
}:file r_file_perms;
}:file r_file_perms;
allow init {
sysfs_zram
}:file rw_file_perms;
# init chmod/chown access to /sys files.
# init chmod/chown access to /sys files.
allow init {
allow init {
sysfs_android_usb
sysfs_android_usb
...
...
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