staff.te: Allow staff access to the virt stream, needed for when the
sockets are access remotely over SSH. Signed-off-by: Jonathan Davies <jd+github@upthedownstair.com>
This commit is contained in:
parent
ffdefbeb62
commit
63eb925698
|
@ -60,6 +60,10 @@ optional_policy(`
|
|||
syncthing_role(staff_r, staff_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
virt_stream_connect(staff_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
vlock_run(staff_t, staff_r)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue