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
a64a5645
Commit
a64a5645
authored
8 years ago
by
Nick Kralevich
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
property.te: delete security_prop am:
ee751c33
am:
b1985a84
am:
8e280c9c
am:
f1801d72
Change-Id: I59db39fc182c3dffbd780c08402d2c0ab437c16b
parents
ee9c88f9
f1801d72
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/property_contexts
+0
-1
0 additions, 1 deletion
private/property_contexts
public/domain.te
+0
-3
0 additions, 3 deletions
public/domain.te
public/property.te
+0
-1
0 additions, 1 deletion
public/property.te
with
0 additions
and
5 deletions
private/property_contexts
+
0
−
1
View file @
a64a5645
...
@@ -65,7 +65,6 @@ ro.device_owner u:object_r:device_logging_prop:s0
...
@@ -65,7 +65,6 @@ ro.device_owner u:object_r:device_logging_prop:s0
# selinux non-persistent properties
# selinux non-persistent properties
selinux.restorecon_recursive u:object_r:restorecon_prop:s0
selinux.restorecon_recursive u:object_r:restorecon_prop:s0
selinux. u:object_r:security_prop:s0
# default property context
# default property context
* u:object_r:default_prop:s0
* u:object_r:default_prop:s0
...
...
This diff is collapsed.
Click to expand it.
public/domain.te
+
0
−
3
View file @
a64a5645
...
@@ -229,9 +229,6 @@ neverallow { domain -recovery } self:capability2 mac_admin;
...
@@ -229,9 +229,6 @@ neverallow { domain -recovery } self:capability2 mac_admin;
# It is sealed.
# It is sealed.
neverallow * kernel:security load_policy;
neverallow * kernel:security load_policy;
# Only init and the system_server shall use the property_service.
neverallow { domain -init -system_server } security_prop:property_service set;
# Only init prior to switching context should be able to set enforcing mode.
# Only init prior to switching context should be able to set enforcing mode.
# init starts in kernel domain and switches to init domain via setcon in
# init starts in kernel domain and switches to init domain via setcon in
# the init.rc, so the setenforce occurs while still in kernel. After
# the init.rc, so the setenforce occurs while still in kernel. After
...
...
This diff is collapsed.
Click to expand it.
public/property.te
+
0
−
1
View file @
a64a5645
...
@@ -35,7 +35,6 @@ type powerctl_prop, property_type, core_property_type;
...
@@ -35,7 +35,6 @@ type powerctl_prop, property_type, core_property_type;
type radio_prop, property_type, core_property_type;
type radio_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type;
type safemode_prop, property_type;
type safemode_prop, property_type;
type security_prop, property_type, core_property_type;
type shell_prop, property_type, core_property_type;
type shell_prop, property_type, core_property_type;
type system_prop, property_type, core_property_type;
type system_prop, property_type, core_property_type;
type system_radio_prop, property_type, core_property_type;
type system_radio_prop, property_type, core_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