summaryrefslogtreecommitdiffstats
path: root/prebuilts/api/26.0/plat_private/storagemanagerd.te
blob: 9c43b798c2d0e79c4519a7a966b69dbbe5289e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ==============================================
# Policy File of storagemanagerd Executable File

# ==============================================
# Type Declaration
# ==============================================
type storagemanagerd, domain;
type storagemanagerd_exec, exec_type, file_type;
typeattribute storagemanagerd coredomain;

# ==============================================
# MTK Policy Rule
# ==============================================

init_daemon_domain(storagemanagerd)

#unix_socket_connect(storagemanagerd, vold, vold)

# storagemanagerd sends information back to dumpstate when "adb bugreport" is used
allow storagemanagerd dumpstate:fd use;
allow storagemanagerd dumpstate:unix_stream_socket { read write getattr };

# storagemanagerd information is written to shell owned bugreport files
allow storagemanagerd shell_data_file:file { write getattr };

# Why?
allow storagemanagerd dumpstate:unix_dgram_socket { read write };

# storagemanagerd can be invoked with logwrapper, so let it write to pty
allow storagemanagerd devpts:chr_file rw_file_perms;