systemd: Remove unnecessary brackets.
This commit is contained in:
parent
31ac26dd58
commit
b3e8e5a4ba
|
@ -331,7 +331,7 @@ seutil_search_default_contexts(systemd_coredump_t)
|
|||
# Hostnamed policy
|
||||
#
|
||||
|
||||
allow systemd_hostnamed_t self:capability { sys_admin };
|
||||
allow systemd_hostnamed_t self:capability sys_admin;
|
||||
|
||||
kernel_read_kernel_sysctls(systemd_hostnamed_t)
|
||||
|
||||
|
|
Loading…
Reference in New Issue