blob: e4e2e859bd55d8cf90b8f4aaed70297a39e68247 (
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
|
# ==============================================
# 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 platformblk_device:blk_file { read write };
|