diff options
| author | dcashman <dcashman@google.com> | 2015-04-03 08:40:38 -0700 |
|---|---|---|
| committer | dcashman <dcashman@google.com> | 2015-04-03 09:08:43 -0700 |
| commit | 76732a75811c0c796b28d424cf8654564bf97197 (patch) | |
| tree | a052081673db48df0268ac010df70825b7ee47ed /sepolicy | |
| parent | ad8b4d343204a7ada7bae0a44038af2a69d9d45a (diff) | |
Move remote_control_service to tmp_system_server_service
This adds the remote_control_service to the explicitly labeled
system_server_services and starts logging access to it. This
allows us to move system_server_service to an attribute.
Bug: 18106000
Change-Id: I1b6607cd58449f803433e73cd2507b00db543891
Diffstat (limited to 'sepolicy')
| -rw-r--r-- | sepolicy/service.te | 1 | ||||
| -rw-r--r-- | sepolicy/service_contexts | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/service.te b/sepolicy/service.te new file mode 100644 index 0000000..9f3a1aa --- /dev/null +++ b/sepolicy/service.te @@ -0,0 +1 @@ +type remote_control_service, tmp_system_server_service, service_manager_type;
\ No newline at end of file diff --git a/sepolicy/service_contexts b/sepolicy/service_contexts index ed5cbf3..eb1a990 100644 --- a/sepolicy/service_contexts +++ b/sepolicy/service_contexts @@ -1 +1 @@ -RemoteControlService u:object_r:system_server_service:s0 +RemoteControlService u:object_r:remote_control_service:s0 |
