Home | History | Annotate | Download | only in sepolicy
      1 # ueventd seclabel is specified in init.rc since
      2 # it lives in the rootfs and has no unique file type.
      3 type ueventd, domain;
      4 permissive ueventd;
      5 tmpfs_domain(ueventd)
      6 unconfined_domain(ueventd)
      7 allow ueventd rootfs:file entrypoint;
      8