Skip to content

Commit

Permalink
Correct name of type openarc_milter_unit_t
Browse files Browse the repository at this point in the history
Signed-off-by: lquidfire <[email protected]>
  • Loading branch information
lquidfire authored Jan 9, 2025
1 parent 6c87a50 commit 6257301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/modules/services/arc.if
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ interface(`openarc_stream_connect',`
#
interface(`openarc_reload',`
gen_require(`
type openarc_unit_t;
type openarc_milter_unit_t;
class service { reload status };
')

allow $1 openarc_unit_t:service { reload status };
allow $1 openarc_milter_unit_t:service { reload status };
')


Expand Down

0 comments on commit 6257301

Please sign in to comment.