Skip to content
Snippets Groups Projects
Commit b56e6ef8 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Whitespace fix

Because I'm nitpicky.

Test: policy compiles
Change-Id: I4d886d0d6182d29d7b260cf1f142c47cd32eda29
parent 3e8dbf01
No related branches found
No related tags found
No related merge requests found
userdebug_or_eng(` userdebug_or_eng(`
init_daemon_domain(atrace) init_daemon_domain(atrace)
') ')
\ No newline at end of file
# type_transition must be private policy the domain_trans rules could stay # type_transition must be private policy the domain_trans rules could stay
# public, but conceptually should go with this # public, but conceptually should go with this
init_daemon_domain(hci_attach) init_daemon_domain(hci_attach)
\ No newline at end of file
# type_transition must be private policy the domain_trans rules could stay # type_transition must be private policy the domain_trans rules could stay
# public, but conceptually should go with this # public, but conceptually should go with this
init_daemon_domain(inputflinger) init_daemon_domain(inputflinger)
\ No newline at end of file
app_domain(nfc) app_domain(nfc)
\ No newline at end of file
userdebug_or_eng(` userdebug_or_eng(`
init_daemon_domain(perfprofd) init_daemon_domain(perfprofd)
') ')
\ No newline at end of file
app_domain(platform_app) app_domain(platform_app)
\ No newline at end of file
app_domain(radio) app_domain(radio)
\ No newline at end of file
...@@ -12,4 +12,4 @@ type_transition system_server wifi_data_file:sock_file system_wpa_socket; ...@@ -12,4 +12,4 @@ type_transition system_server wifi_data_file:sock_file system_wpa_socket;
type_transition system_server wpa_socket:sock_file system_wpa_socket; type_transition system_server wpa_socket:sock_file system_wpa_socket;
# TODO: deal with tmpfs_domain pub/priv split properly # TODO: deal with tmpfs_domain pub/priv split properly
neverallow system_server system_server_tmpfs:file execute; neverallow system_server system_server_tmpfs:file execute;
\ No newline at end of file
...@@ -7,4 +7,4 @@ allow bootstat bootstat_data_file:dir rw_dir_perms; ...@@ -7,4 +7,4 @@ allow bootstat bootstat_data_file:dir rw_dir_perms;
allow bootstat bootstat_data_file:file create_file_perms; allow bootstat bootstat_data_file:file create_file_perms;
# Read access to pseudo filesystems (for /proc/uptime). # Read access to pseudo filesystems (for /proc/uptime).
r_dir_file(bootstat, proc) r_dir_file(bootstat, proc)
\ No newline at end of file
...@@ -39,4 +39,4 @@ allow radio system_api_service:service_manager find; ...@@ -39,4 +39,4 @@ allow radio system_api_service:service_manager find;
# Allow access to hwservicemanager for binderized hal # Allow access to hwservicemanager for binderized hal
binder_call(radio, hwservicemanager) binder_call(radio, hwservicemanager)
binder_call(radio, rild) binder_call(radio, rild)
\ No newline at end of file
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