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
fbaf8262
Commit
fbaf8262
authored
8 years ago
by
Jeffrey Vander Stoep
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add /data/misc/reboot and reboot_data_file context"
parents
60198b74
7290f633
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/file_contexts
+1
-0
1 addition, 0 deletions
private/file_contexts
public/file.te
+1
-0
1 addition, 0 deletions
public/file.te
with
2 additions
and
0 deletions
private/file_contexts
+
1
−
0
View file @
fbaf8262
...
@@ -315,6 +315,7 @@
...
@@ -315,6 +315,7 @@
/data/misc/logd(/.*)? u:object_r:misc_logd_file:s0
/data/misc/logd(/.*)? u:object_r:misc_logd_file:s0
/data/misc/media(/.*)? u:object_r:media_data_file:s0
/data/misc/media(/.*)? u:object_r:media_data_file:s0
/data/misc/net(/.*)? u:object_r:net_data_file:s0
/data/misc/net(/.*)? u:object_r:net_data_file:s0
/data/misc/reboot(/.*)? u:object_r:reboot_data_file:s0
/data/misc/recovery(/.*)? u:object_r:recovery_data_file:s0
/data/misc/recovery(/.*)? u:object_r:recovery_data_file:s0
/data/misc/shared_relro(/.*)? u:object_r:shared_relro_file:s0
/data/misc/shared_relro(/.*)? u:object_r:shared_relro_file:s0
/data/misc/sms(/.*)? u:object_r:radio_data_file:s0
/data/misc/sms(/.*)? u:object_r:radio_data_file:s0
...
...
This diff is collapsed.
Click to expand it.
public/file.te
+
1
−
0
View file @
fbaf8262
...
@@ -167,6 +167,7 @@ type misc_user_data_file, file_type, data_file_type;
...
@@ -167,6 +167,7 @@ type misc_user_data_file, file_type, data_file_type;
type net_data_file, file_type, data_file_type;
type net_data_file, file_type, data_file_type;
type nfc_data_file, file_type, data_file_type;
type nfc_data_file, file_type, data_file_type;
type radio_data_file, file_type, data_file_type, mlstrustedobject;
type radio_data_file, file_type, data_file_type, mlstrustedobject;
type reboot_data_file, file_type, data_file_type;
type recovery_data_file, file_type, data_file_type;
type recovery_data_file, file_type, data_file_type;
type shared_relro_file, file_type, data_file_type;
type shared_relro_file, file_type, data_file_type;
type systemkeys_data_file, file_type, data_file_type;
type systemkeys_data_file, file_type, data_file_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