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
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
2f91539f
Commit
2f91539f
authored
7 years ago
by
TreeHugger Robot
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Sepolicy: Give asan_extract access to powerctl"
parents
7b97ed8e
82672089
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/property_contexts
+0
-3
0 additions, 3 deletions
private/property_contexts
public/asan_extract.te
+2
-2
2 additions, 2 deletions
public/asan_extract.te
public/property.te
+0
-1
0 additions, 1 deletion
public/property.te
with
2 additions
and
6 deletions
private/property_contexts
+
0
−
3
View file @
2f91539f
...
...
@@ -111,6 +111,3 @@ wlan. u:object_r:wifi_prop:s0
# hwservicemanager properties
hwservicemanager. u:object_r:hwservicemanager_prop:s0
# ASAN install trigger
asan.restore_reboot u:object_r:asan_reboot_prop:s0
This diff is collapsed.
Click to expand it.
public/asan_extract.te
+
2
−
2
View file @
2f91539f
...
...
@@ -31,6 +31,6 @@ with_asan(`
# Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
allow asan_extract system_data_file:file execute;
# 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)
')
This diff is collapsed.
Click to expand it.
public/property.te
+
0
−
1
View file @
2f91539f
type asan_reboot_prop, property_type;
type audio_prop, property_type, core_property_type;
type boottime_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