Home | History | Annotate | Download | only in sepolicy
      1 # init.hikey.usb.rc writes to /config/* to set up USB
      2 allow init configfs:dir create_dir_perms;
      3 allow init configfs:file write;
      4 allow init configfs:lnk_file { create unlink };
      5 # for symlink /sdcard /mnt/sdcard
      6 allow init tmpfs:lnk_file create;
      7