samba: Fix lint error.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2021-01-28 14:57:19 -05:00
parent a404dc677e
commit 98681ea89e
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ allow samba_net_t self:capability { dac_override dac_read_search sys_chroot sys_
allow samba_net_t self:capability2 block_suspend; allow samba_net_t self:capability2 block_suspend;
allow samba_net_t self:process { sigkill getsched setsched }; allow samba_net_t self:process { sigkill getsched setsched };
allow samba_net_t self:unix_stream_socket { accept listen }; allow samba_net_t self:unix_stream_socket { accept listen };
allow samba_net_t self:fifo_file rw_file_perms; allow samba_net_t self:fifo_file rw_inherited_fifo_file_perms;
allow samba_net_t samba_etc_t:file read_file_perms; allow samba_net_t samba_etc_t:file read_file_perms;