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
1c93a40b
Commit
1c93a40b
authored
Jun 28, 2017
by
TreeHugger Robot
Committed by
Android (Google) Code Review
Jun 28, 2017
Browse files
Options
Downloads
Plain Diff
Merge "Sepolicy: Give asan_extract access to powerctl"
parents
dd0b3c94
8c7514ad
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
prebuilts/api/26.0/26.0.cil
+1
-0
1 addition, 0 deletions
prebuilts/api/26.0/26.0.cil
private/property_contexts
+0
-3
0 additions, 3 deletions
private/property_contexts
public/asan_extract.te
+1
-5
1 addition, 5 deletions
public/asan_extract.te
public/property.te
+0
-1
0 additions, 1 deletion
public/property.te
with
2 additions
and
9 deletions
prebuilts/api/26.0/26.0.cil
+
1
−
0
View file @
1c93a40b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
(typeattributeset domain_deprecated (bluetooth_26_0))
(typeattributeset domain_deprecated (bluetooth_26_0))
;; types removed from current policy
;; types removed from current policy
(type asan_reboot_prop)
(type log_device)
(type log_device)
(typeattributeset accessibility_service_26_0 (accessibility_service))
(typeattributeset accessibility_service_26_0 (accessibility_service))
...
...
...
...
This diff is collapsed.
Click to expand it.
private/property_contexts
+
0
−
3
View file @
1c93a40b
...
@@ -112,6 +112,3 @@ wlan. u:object_r:wifi_prop:s0
...
@@ -112,6 +112,3 @@ wlan. u:object_r:wifi_prop:s0
# hwservicemanager properties
# hwservicemanager properties
hwservicemanager. u:object_r:hwservicemanager_prop:s0
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
+
1
−
5
View file @
1c93a40b
...
@@ -31,10 +31,6 @@ with_asan(`
...
@@ -31,10 +31,6 @@ 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;
# TODO - remove (b/38241921):
# We need to signal a reboot when done.
# 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
+
0
−
1
View file @
1c93a40b
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
sign in
to comment