patch to allow smartmon to read usr files
This patch adds a permission to the smartmon module so that it can read usr files.
This commit is contained in:
parent
fb998d246a
commit
37ba0d0437
|
@ -73,6 +73,8 @@ files_read_etc_runtime_files(fsdaemon_t)
|
|||
# for config
|
||||
files_read_etc_files(fsdaemon_t)
|
||||
|
||||
files_read_usr_files(fsdaemon_t)
|
||||
|
||||
fs_getattr_all_fs(fsdaemon_t)
|
||||
fs_search_auto_mountpoints(fsdaemon_t)
|
||||
|
||||
|
|
Loading…
Reference in New Issue