7 lines
221 B
Text
Executable file
7 lines
221 B
Text
Executable file
# add domain for qfintverify,
|
|
type qfips, domain, domain_deprecated;
|
|
|
|
domain_trans(init, rootfs, qfips)
|
|
|
|
# Allow qfips read/write access to qce and rng devices.
|
|
allow qfips {qce_device rng_device}:chr_file rw_file_perms;
|