android_system_sepolicy/ueventd.te

8 lines
232 B
Plaintext
Raw Normal View History

2012-01-04 09:33:27 -08:00
# ueventd seclabel is specified in init.rc since
# it lives in the rootfs and has no unique file type.
type ueventd, domain;
permissive ueventd;
2012-01-04 09:33:27 -08:00
tmpfs_domain(ueventd)
unconfined_domain(ueventd)
2012-01-04 09:33:27 -08:00
allow ueventd rootfs:file entrypoint;