systemd: Remove unnecessary brackets.

This commit is contained in:
Chris PeBenito 2019-02-19 19:20:57 -08:00
parent 31ac26dd58
commit b3e8e5a4ba
1 changed files with 1 additions and 1 deletions

View File

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