system.te 607 Bytes
Newer Older
Stephen Smalley's avatar
Stephen Smalley committed
1
type system_app, domain;
2
permissive system_app;
Stephen Smalley's avatar
Stephen Smalley committed
3
app_domain(system_app)
repo sync's avatar
repo sync committed
4
unconfined_domain(system_app)
Stephen Smalley's avatar
Stephen Smalley committed
5

repo sync's avatar
repo sync committed
6 7 8
type system, domain;
permissive system;
unconfined_domain(system);
9
relabelto_domain(system);
10

Stephen Smalley's avatar
Stephen Smalley committed
11 12
# Create a socket for receiving info from wpa.
type_transition system wifi_data_file:sock_file system_wpa_socket;
13
allow system self:zygote { specifyids specifyrlimits specifyseinfo };
14 15 16 17 18

allow system backup_data_file:dir relabelto;
allow system cache_backup_file:dir relabelto;
allow system apk_data_file:file relabelto;
allow system apk_tmp_file:file relabelto;
19
allow system apk_private_tmp_file:file relabelto;