Home | History | Annotate | Download | only in sepolicy
      1 allow init_shell sysfs_firmware_writable:file w_file_perms;
      2 
      3 # Kernel bug for Linux < 3.3: sysfs inodes can lose their security context
      4 # and revert to the base sysfs type.
      5 allow init_shell sysfs:file write;
      6