8 lines
365 B
Plaintext
8 lines
365 B
Plaintext
# Allow qms to read/write vendor_qms_main_data_file
|
|
allow vendor_qms vendor_qms_main_data_file:dir create_dir_perms;
|
|
allow vendor_qms vendor_qms_main_data_file:file create_file_perms;
|
|
|
|
# Allow qms to read/write vendor_qms_config_data_file
|
|
allow vendor_qms vendor_qms_config_data_file:dir r_dir_perms;
|
|
allow vendor_qms vendor_qms_config_data_file:file r_file_perms;
|