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
cb178848
Commit
cb178848
authored
7 years ago
by
Tri Vo
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add internal types to 27.0[.ignore].cil."
parents
84f2d11f
9fbd6520
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/compat/27.0/27.0.cil
+4
-1
4 additions, 1 deletion
private/compat/27.0/27.0.cil
private/compat/27.0/27.0.ignore.cil
+8
-0
8 additions, 0 deletions
private/compat/27.0/27.0.ignore.cil
with
12 additions
and
1 deletion
private/compat/27.0/27.0.cil
+
4
−
1
View file @
cb178848
;; types removed from current policy
(type reboot_data_file)
(type vold_socket)
(expandtypeattribute (accessibility_service_27_0) true)
(expandtypeattribute (account_service_27_0) true)
...
...
@@ -1399,7 +1400,9 @@
(typeattributeset unencrypted_data_file_27_0 (unencrypted_data_file))
(typeattributeset unlabeled_27_0 (unlabeled))
(typeattributeset untrusted_app_25_27_0 (untrusted_app_25))
(typeattributeset untrusted_app_27_0 (untrusted_app))
(typeattributeset untrusted_app_27_0
( untrusted_app
untrusted_app_27))
(typeattributeset untrusted_v2_app_27_0 (untrusted_v2_app))
(typeattributeset update_engine_27_0 (update_engine))
(typeattributeset update_engine_data_file_27_0 (update_engine_data_file))
...
...
This diff is collapsed.
Click to expand it.
private/compat/27.0/27.0.ignore.cil
+
8
−
0
View file @
cb178848
...
...
@@ -30,12 +30,14 @@
exported_system_prop
exported_system_radio_prop
exported_vold_prop
fingerprint_vendor_data_file
fs_bpf
hal_authsecret_hwservice
hal_confirmationui_hwservice
hal_lowpan_hwservice
hal_secure_element_hwservice
hal_usb_gadget_hwservice
hal_wifi_hostapd_hwservice
incident_helper
incident_helper_exec
last_boot_reason_prop
...
...
@@ -78,6 +80,7 @@
traced_tmpfs
traceur_app
traceur_app_tmpfs
untrusted_app_all_devpts
update_engine_log_data_file
usbd
usbd_exec
...
...
@@ -95,3 +98,8 @@
wpantund_service
wpantund_tmpfs))
;; private_objects - a collection of types that were labeled differently in
;; older policy, but that should not remain accessible to vendor policy.
;; Thus, these types are also not mapped, but recorded for checkapi tests
(typeattribute priv_objects)
(typeattributeset priv_objects (untrusted_app_27_tmpfs))
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