Skip to content
Snippets Groups Projects
ueventd.te 232 B
Newer Older
  • Learn to ignore specific revisions
  • Stephen Smalley's avatar
    Stephen Smalley committed
    # ueventd seclabel is specified in init.rc since
    # it lives in the rootfs and has no unique file type.
    type ueventd, domain;
    
    permissive ueventd;
    
    Stephen Smalley's avatar
    Stephen Smalley committed
    tmpfs_domain(ueventd)
    
    repo sync's avatar
    repo sync committed
    unconfined_domain(ueventd)
    
    Stephen Smalley's avatar
    Stephen Smalley committed
    allow ueventd rootfs:file entrypoint;