modprobe.te 271 B

123456789
  1. type modprobe, domain;
  2. allow modprobe proc_modules:file r_file_perms;
  3. allow modprobe self:global_capability_class_set sys_module;
  4. allow modprobe kernel:key search;
  5. recovery_only(`
  6. allow modprobe rootfs:system module_load;
  7. allow modprobe rootfs:file r_file_perms;
  8. ')