blob: 6207541436dd9789fc3b5319994e7f7b78801aab (
plain)
1
2
3
4
5
6
7
8
|
init_daemon_domain(scd)
allow scd scd_data_file:dir create_dir_perms;
allow scd scd_data_file:file create_file_perms;
allow scd sysfs_rtc:dir search;
allow scd sysfs_rtc:file r_file_perms;
allow scd camera_socket:dir rw_dir_perms;
allow scd camera_socket:sock_file create_file_perms;
|