Skip to content
Snippets Groups Projects
Commit 629c58b2 authored by Dan Cashman's avatar Dan Cashman
Browse files

Record new cas hwservice type.

Commit: 78e595de added a new hwservice,
which replaced a previous system service.  This effectively means we are
deleting one object and creating a new one, so no compatibility mapping
should be necessary since previous vendor processes trying to access the
service will not be able to find it now independent of policy.

Bug: 62573845
Test: None. Prebuilt change only.
Change-Id: I6882d968dccb55561379e940f6ecb62902bb1659
parent 55969ec7
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
;; types removed from current policy ;; types removed from current policy
(type asan_reboot_prop) (type asan_reboot_prop)
(type log_device) (type log_device)
(type mediacasserver_service)
(type tracing_shell_writable) (type tracing_shell_writable)
(type tracing_shell_writable_debug) (type tracing_shell_writable_debug)
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
(typeattributeset new_objects (typeattributeset new_objects
( e2fs ( e2fs
e2fs_exec e2fs_exec
hal_cas_hwservice
kmsg_debug_device kmsg_debug_device
netd_stable_secret_prop netd_stable_secret_prop
sysfs_fs_ext4_features sysfs_fs_ext4_features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment