diff --git a/public/modprobe.te b/public/modprobe.te index 7d9e05d6ae6287298d26169b9a9f2afd40bd27ab..119040921db369c0418744c3c0cf85f2ac9c8d37 100644 --- a/public/modprobe.te +++ b/public/modprobe.te @@ -7,5 +7,3 @@ recovery_only(` allow modprobe rootfs:system module_load; allow modprobe rootfs:file r_file_perms; ') -allow modprobe { system_file }:system module_load; -r_dir_file(modprobe, { system_file })