blob: dbd56a2f8732ed438d23ee26b4ab6da045f7a949 (
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/binxlog Executable File
# ==============================================
# Type Declaration
# ==============================================
type xlog_exec , exec_type, file_type;
type xlog ,domain;
# ==============================================
# Android Policy Rule
# ==============================================
# ==============================================
# NSA Policy Rule
# ==============================================
# ==============================================
# MTK Policy Rule
# ==============================================
#permissive xlog;
init_daemon_domain(xlog)
#unconfined_domain(xlog)
allow xlog self:capability { fowner chown fsetid dac_override };
allow xlog system_data_file:dir { write add_name };
allow xlog system_data_file:file { write create open setattr };
|