删除没有的组建
This commit is contained in:
parent
37817bedbc
commit
25e36145aa
|
@ -1,6 +0,0 @@
|
||||||
type autosync, domain;
|
|
||||||
type autosync_exec, exec_type, vendor_file_type, file_type;
|
|
||||||
|
|
||||||
permissive autosync;
|
|
||||||
init_daemon_domain(autosync)
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
########################################
|
|
||||||
# sepolicy rules for getagpsdata
|
|
||||||
########################################
|
|
||||||
|
|
||||||
|
|
||||||
#typeattribute getagpsdata coredomain;
|
|
||||||
#
|
|
||||||
#
|
|
||||||
#
|
|
||||||
type getagpsdata, domain;
|
|
||||||
type getagpsdata_exec, exec_type, vendor_file_type, file_type;
|
|
||||||
|
|
||||||
permissive getagpsdata;
|
|
||||||
init_daemon_domain(getagpsdata)
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
########################################
|
|
||||||
# sepolicy rules for preinstall
|
|
||||||
########################################
|
|
||||||
|
|
||||||
|
|
||||||
#typeattribute pcie_modem coredomain;
|
|
||||||
#
|
|
||||||
#
|
|
||||||
#
|
|
||||||
type pcie_modem, domain;
|
|
||||||
type pcie_modem_exec, exec_type, vendor_file_type, file_type;
|
|
||||||
|
|
||||||
permissive pcie_modem;
|
|
||||||
init_daemon_domain(pcie_modem)
|
|
||||||
|
|
Loading…
Reference in New Issue