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
f7b0f110
Commit
f7b0f110
authored
7 years ago
by
TreeHugger Robot
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Partially revert "Sepolicy: Give asan_extract access to powerctl""
parents
6f66418e
f66fbab2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/asan_extract.te
+5
-1
5 additions, 1 deletion
public/asan_extract.te
public/property.te
+1
-0
1 addition, 0 deletions
public/property.te
with
6 additions
and
1 deletion
public/asan_extract.te
+
5
−
1
View file @
f7b0f110
...
@@ -31,6 +31,10 @@ with_asan(`
...
@@ -31,6 +31,10 @@ with_asan(`
# Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
# Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
allow asan_extract system_data_file:file execute;
allow asan_extract system_data_file:file execute;
# We need to signal a reboot when done.
# TODO - remove (b/38241921):
# We use asan.restore_reboot to signal a reboot is required.
set_prop(asan_extract, asan_reboot_prop)
# We need to signal a reboot when done
set_prop(asan_extract, powerctl_prop)
set_prop(asan_extract, powerctl_prop)
')
')
This diff is collapsed.
Click to expand it.
public/property.te
+
1
−
0
View file @
f7b0f110
type asan_reboot_prop, property_type; # TODO - remove (b/38241921)
type audio_prop, property_type, core_property_type;
type audio_prop, property_type, core_property_type;
type boottime_prop, property_type;
type boottime_prop, property_type;
type bluetooth_prop, property_type;
type bluetooth_prop, property_type;
...
...
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