diff --git a/sepolicy/init_eth0.te b/sepolicy/init_eth0.te
index 45fd56d77834872b52b63cfd94a52a1a5aa7be6a..f08807332bab87533d97dc7432ae4a667fbba665 100644
--- a/sepolicy/init_eth0.te
+++ b/sepolicy/init_eth0.te
@@ -1,5 +1,5 @@
 type init_eth0, domain;
-type init_eth0_exec, exec_type, file_type;
+type init_eth0_exec, system_file_type, exec_type, file_type;
 
 init_daemon_domain(init_eth0)