memlockd: Fix lint issue.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
87ffc9472a
commit
c521270688
|
@ -1,4 +1,4 @@
|
|||
policy_module(memlockd, 1.0.0)
|
||||
policy_module(memlockd, 1.0.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -15,7 +15,7 @@ init_daemon_domain(memlockd_t, memlockd_exec_t)
|
|||
#
|
||||
|
||||
allow memlockd_t self:capability { setgid setuid ipc_lock };
|
||||
allow memlockd_t self:fifo_file rw_file_perms;
|
||||
allow memlockd_t self:fifo_file rw_inherited_fifo_file_perms;
|
||||
|
||||
# cache /etc/shadow too
|
||||
auth_read_shadow(memlockd_t)
|
||||
|
|
Loading…
Reference in New Issue