13 lines
739 B
Plaintext
13 lines
739 B
Plaintext
#allow fingerprintd firmware_file:dir search;
|
|
#allow fingerprintd firmware_file:file { getattr open read };
|
|
allow fingerprintd fingerprintd_data_file:dir { add_name getattr remove_name write };
|
|
allow fingerprintd fingerprintd_data_file:file { append create getattr open setattr unlink };
|
|
allow fingerprintd fingerprintd_data_file:sock_file { create unlink };
|
|
allow fingerprintd sysfs_mmi_fp:dir { open read search };
|
|
allow fingerprintd sysfs_mmi_fp:file rw_file_perms;
|
|
allow fingerprintd system_data_file:sock_file unlink;
|
|
allow fingerprintd sysfs_fpc:dir r_dir_perms;
|
|
allow fingerprintd sysfs_fpc:file rw_file_perms;
|
|
allow fingerprintd tee_device:chr_file { ioctl open read write };
|
|
allow fingerprintd uhid_device:chr_file rw_file_perms;
|