blob: ea8f25a5ec45e77d2442909acb4a2bdc81926c12 (
plain) (
blame)
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
|
# ==============================================
# Policy File of /system/bin/dmlog Executable File
# ==============================================
# Type Declaration
# ==============================================
type dmlog_exec , exec_type, file_type;
type dmlog ,domain;
# ==============================================
# MTK Policy Rule
# ==============================================
#permissive dmlog;
init_daemon_domain(dmlog)
# Date : 2014/09/23
# Operation : Migration
# Purpose : for mtk debug mechanism
allow dmlog aed_device:chr_file read;
allow dmlog debuggerd:fd use;
allow dmlog debuggerd:unix_stream_socket { read write };
allow dmlog expdb_device:chr_file { read write };
allow dmlog fuse:file { write getattr };
allow dmlog sysfs:file write;
allow dmlog aee_exp_data_file:file write;
allow dmlog platformblk_device:blk_file { read write };
|