blob: 53503d9874fe4bb4743db898c004b5b8e662fbc2 (
plain)
1
2
3
4
5
|
allow time_daemon property_socket:sock_file write;
get_prop(time_daemon, diag_prop);
allow time_daemon diag_device:chr_file { read write };
allow time_daemon diag_device:chr_file open;
allow time_daemon diag_device:chr_file ioctl;
|