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
f1801d72
Commit
f1801d72
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
Change-Id: I277a1c53f9b08899c60048c3ae814599168d52e5
parents
5ed9cdee
8e280c9c
Branches
Branches containing commit
Tags
Tags containing commit
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 @
f1801d72
...
...
@@ -65,7 +65,6 @@ ro.device_owner u:object_r:device_logging_prop:s0
# selinux non-persistent properties
selinux.restorecon_recursive u:object_r:restorecon_prop:s0
selinux. u:object_r:security_prop:s0
# default property context
* u:object_r:default_prop:s0
...
...
This diff is collapsed.
Click to expand it.
public/domain.te
+
0
−
3
View file @
f1801d72
...
...
@@ -229,9 +229,6 @@ neverallow { domain -recovery } self:capability2 mac_admin;
# It is sealed.
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.
# 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
...
...
This diff is collapsed.
Click to expand it.
public/property.te
+
0
−
1
View file @
f1801d72
...
...
@@ -35,7 +35,6 @@ type powerctl_prop, property_type, core_property_type;
type radio_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type;
type safemode_prop, property_type;
type security_prop, property_type, core_property_type;
type shell_prop, property_type, core_property_type;
type system_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