Add corecmd_exec_bin permissions to syncthing_t.

corecmd_exec_bin required to run application.
This commit is contained in:
Alexander Miroshnichenko 2018-12-30 17:41:31 +03:00
parent d2569bb877
commit eb588f836e
1 changed files with 1 additions and 0 deletions

View File

@ -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)