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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
abfe4353
Commit
abfe4353
authored
7 years ago
by
Jaekyun Seok
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add neverallow rules to restrict reading radio_prop" am:
310e8a55
am:
c292460c
am:
77744c7b
Change-Id: Ib9e289140b87db94f39604c73ec22e34791c1d70
parents
19d940cb
77744c7b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/property.te
+10
-1
10 additions, 1 deletion
public/property.te
with
10 additions
and
1 deletion
public/property.te
+
10
−
1
View file @
abfe4353
...
...
@@ -183,10 +183,19 @@ compatible_property_only(`
exported3_default_prop
exported3_system_prop
-debug_prop
-fingerprint_prop
-logd_prop
-nfc_prop
-powerctl_prop
-radio_prop
}:file no_rw_file_perms;
neverallow {
domain
-coredomain
-appdomain
-rild
-vendor_init
} {
radio_prop
}:file no_rw_file_perms;
')
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