memlockd: Whitespace fixes.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
157b7edcbb
commit
9f98b92ee5
|
@ -1,2 +1 @@
|
||||||
## <summary>memory lock daemon, keeps important files in RAM.</summary>
|
## <summary>memory lock daemon, keeps important files in RAM.</summary>
|
||||||
|
|
||||||
|
|
|
@ -26,12 +26,14 @@ corecmd_exec_bin(memlockd_t)
|
||||||
corecmd_exec_shell(memlockd_t)
|
corecmd_exec_shell(memlockd_t)
|
||||||
corecmd_read_all_executables(memlockd_t)
|
corecmd_read_all_executables(memlockd_t)
|
||||||
corecmd_search_bin(memlockd_t)
|
corecmd_search_bin(memlockd_t)
|
||||||
|
|
||||||
files_read_etc_files(memlockd_t)
|
files_read_etc_files(memlockd_t)
|
||||||
files_map_etc_files(memlockd_t)
|
files_map_etc_files(memlockd_t)
|
||||||
|
|
||||||
libs_exec_ld_so(memlockd_t)
|
libs_exec_ld_so(memlockd_t)
|
||||||
|
|
||||||
logging_send_syslog_msg(memlockd_t)
|
logging_send_syslog_msg(memlockd_t)
|
||||||
|
|
||||||
miscfiles_read_localization(memlockd_t)
|
miscfiles_read_localization(memlockd_t)
|
||||||
|
|
||||||
sysnet_mmap_read_config(memlockd_t)
|
sysnet_mmap_read_config(memlockd_t)
|
||||||
|
|
Loading…
Reference in New Issue