Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_sepolicy
Commits
81839dfb
Commit
81839dfb
authored
10 years ago
by
Ed Heyl
Browse files
Options
Download
Email Patches
Plain Diff
reconcile aosp (
3a8c5dc0
) after branching. Please do not merge.
Change-Id: Ic8ee83ed6ffef02bddd17e1175416fc2481db7b2
parent
7563a6f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
bootanim.te
bootanim.te
+3
-0
system_server.te
system_server.te
+3
-0
No files found.
bootanim.te
View file @
81839dfb
...
...
@@ -8,3 +8,6 @@ binder_use(bootanim)
binder_call(bootanim, surfaceflinger)
allow bootanim gpu_device:chr_file rw_file_perms;
# /oem access
allow bootanim oemfs:dir search;
This diff is collapsed.
Click to expand it.
system_server.te
View file @
81839dfb
...
...
@@ -388,6 +388,9 @@ allow system_server block_device:dir search;
# Clean up old cgroups
allow system_server cgroup:dir { remove_name rmdir };
# /oem access
allow system_server oemfs:dir search;
###
### Neverallow rules
###
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment