12 lines
503 B
Plaintext
12 lines
503 B
Plaintext
allow init fsg_firmware_file:dir { mounton };
|
|
allow init socket_device:sock_file { create setattr unlink };
|
|
allow init fsg_firmware_file:filesystem { relabelfrom mount };
|
|
allow init vendor_file:file execute;
|
|
#TODO: This should not be needed and needs to be cleaned.
|
|
allow fsg_firmware_file self:filesystem associate;
|
|
allow init mnt_product_file:dir mounton;
|
|
|
|
allow init bt_firmware_file:filesystem getattr;
|
|
allow init firmware_file:filesystem getattr;
|
|
allow init fsg_firmware_file:filesystem getattr;
|