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
a4b82264
Commit
a4b82264
authored
10 years ago
by
Sami Tolvanen
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Revert "Allow ueventd to set verity.* properties""
parents
006ede39
9f0682dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
property.te
+0
-1
0 additions, 1 deletion
property.te
property_contexts
+0
-3
0 additions, 3 deletions
property_contexts
ueventd.te
+0
-6
0 additions, 6 deletions
ueventd.te
with
0 additions
and
10 deletions
property.te
+
0
−
1
View file @
a4b82264
...
@@ -8,7 +8,6 @@ type radio_prop, property_type;
...
@@ -8,7 +8,6 @@ type radio_prop, property_type;
type net_radio_prop, property_type;
type net_radio_prop, property_type;
type system_radio_prop, property_type;
type system_radio_prop, property_type;
type system_prop, property_type;
type system_prop, property_type;
type verity_prop, property_type;
type vold_prop, property_type;
type vold_prop, property_type;
type ctl_bootanim_prop, property_type;
type ctl_bootanim_prop, property_type;
type ctl_default_prop, property_type;
type ctl_default_prop, property_type;
...
...
This diff is collapsed.
Click to expand it.
property_contexts
+
0
−
3
View file @
a4b82264
...
@@ -49,9 +49,6 @@ selinux. u:object_r:security_prop:s0
...
@@ -49,9 +49,6 @@ selinux. u:object_r:security_prop:s0
vold. u:object_r:vold_prop:s0
vold. u:object_r:vold_prop:s0
crypto. u:object_r:vold_prop:s0
crypto. u:object_r:vold_prop:s0
# dm-verity properties
verity. u:object_r:verity_prop:s0
# ro.build.fingerprint is either set in /system/build.prop, or is
# ro.build.fingerprint is either set in /system/build.prop, or is
# set at runtime by system_server.
# set at runtime by system_server.
build.fingerprint u:object_r:fingerprint_prop:s0
build.fingerprint u:object_r:fingerprint_prop:s0
...
...
This diff is collapsed.
Click to expand it.
ueventd.te
+
0
−
6
View file @
a4b82264
...
@@ -23,9 +23,3 @@ allow ueventd efs_file:file r_file_perms;
...
@@ -23,9 +23,3 @@ allow ueventd efs_file:file r_file_perms;
# Use setfscreatecon() to label /dev directories and files.
# Use setfscreatecon() to label /dev directories and files.
allow ueventd self:process setfscreate;
allow ueventd self:process setfscreate;
# Set property.
unix_socket_connect(ueventd, property, init)
# Property service
allow ueventd verity_prop:property_service set;
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