Home | History | Annotate | Download | only in src

Lines Matching refs:ueventd

4635 allow debuggerd { domain -init -ueventd -watchdogd -healthd -adbd }:process ptrace;
5084 neverallow { domain -kernel -init -recovery -ueventd -watchdogd -healthd -vold -uncrypt } self:capability { sys_rawio mknod };
5104 # Only init, ueventd and system_server should be able to access HW RNG
5105 neverallow { domain -init -system_server -ueventd -unconfineddomain } hw_random_device:chr_file *;
5111 neverallow { domain -kernel -ueventd -init } kmem_device:chr_file *;
5132 # ueventd is exempt from this, as its managing these devices.
5133 neverallow { domain -unconfineddomain -ueventd } device:chr_file { open read write };
5986 allow init ueventd:process transition;
9039 #line 1 "external/sepolicy/ueventd.te"
9040 # ueventd seclabel is specified in init.rc since
9042 type ueventd, domain;
9047 type_transition ueventd tmpfs:file ueventd_tmpfs;
9049 allow ueventd ueventd_tmpfs:file { read write };
9054 type_transition ueventd device:chr_file klog_device "__kmsg__";
9056 allow ueventd klog_device:chr_file { create open write unlink };
9058 allow ueventd device:dir { write add_name remove_name };
9063 allow ueventd security_file:dir { open getattr read search ioctl };
9065 allow ueventd security_file:file { getattr open read ioctl lock };
9067 allow ueventd security_file:lnk_file { getattr open read ioctl lock };
9069 allow ueventd selinuxfs:dir { open getattr read search ioctl };
9071 allow ueventd selinuxfs:file { getattr open read ioctl lock };
9073 allow ueventd rootfs:dir { open getattr read search ioctl };
9075 allow ueventd rootfs:file { getattr open read ioctl lock };
9080 typeattribute ueventd relabeltodomain;
9083 allow ueventd rootfs:file entrypoint;
9084 allow ueventd init:process sigchld;
9085 allow ueventd self:capability { chown mknod net_admin setgid fsetid sys_rawio dac_override fowner };
9086 allow ueventd device:file { create setattr { { getattr open read ioctl lock } { open append write } } { getattr link unlink rename } };
9087 allow ueventd device:chr_file { { getattr open read ioctl lock } { open append write } };
9088 allow ueventd sysfs:file { { getattr open read ioctl lock } { open append write } };
9089 allow ueventd sysfs:file setattr;
9090 allow ueventd sysfs_type:file { relabelfrom relabelto };
9091 allow ueventd sysfs_devices_system_cpu:file { { getattr open read ioctl lock } { open append write } };
9092 allow ueventd tmpfs:chr_file { { getattr open read ioctl lock } { open append write } };
9093 allow ueventd dev_type:dir { create reparent rmdir setattr { { open getattr read search ioctl } { open search write add_name remove_name } } { getattr link unlink rename } };
9094 allow ueventd dev_type:lnk_file { create unlink };
9095 allow ueventd dev_type:chr_file { create setattr unlink };
9096 allow ueventd dev_type:blk_file { create setattr unlink };
9097 allow ueventd self:netlink_kobject_uevent_socket *;
9098 allow ueventd efs_file:dir search;
9099 allow ueventd efs_file:file { getattr open read ioctl lock };