diff --git a/dauntless/sepolicy/dump_gsc.te b/dauntless/sepolicy/dump_gsc.te index 1df8b58..8a3580b 100644 --- a/dauntless/sepolicy/dump_gsc.te +++ b/dauntless/sepolicy/dump_gsc.te @@ -4,6 +4,7 @@ domain_auto_trans(hal_dumpstate_default, dump_gsc_exec, dump_gsc) hal_client_domain(dump_gsc, hal_dumpstate) allow dump_gsc dumpstate:fd use; +allow dump_gsc dumpstate:fifo_file { write getattr }; allow dump_gsc shell_data_file:file { write getattr }; allow dump_gsc citadel_updater:file execute_no_trans; allow dump_gsc citadeld_service:service_manager find;