Add corecmd_exec_bin permissions to syncthing_t.
corecmd_exec_bin required to run application.
This commit is contained in:
parent
d2569bb877
commit
eb588f836e
|
@ -26,6 +26,7 @@ allow syncthing_t self:fifo_file rw_fifo_file_perms;
|
|||
allow syncthing_t self:tcp_socket { listen accept };
|
||||
|
||||
can_exec(syncthing_t, syncthing_exec_t)
|
||||
corecmd_exec_bin(syncthing_t)
|
||||
|
||||
manage_dirs_pattern(syncthing_t, syncthing_xdg_config_t, syncthing_xdg_config_t)
|
||||
manage_files_pattern(syncthing_t, syncthing_xdg_config_t, syncthing_xdg_config_t)
|
||||
|
|
Loading…
Reference in New Issue