redfish: Install the config file readable only by root

It's got a password there, so this seems entirely appropriate.
This commit is contained in:
Richard Hughes 2021-09-21 15:05:18 +01:00
parent 0955e08a72
commit ac1ae33b05

View File

@ -53,7 +53,8 @@ shared_module('fu_plugin_redfish',
)
install_data(['redfish.conf'],
install_dir: join_paths(sysconfdir, 'fwupd')
install_dir: join_paths(sysconfdir, 'fwupd'),
install_mode: 'rw-r-----',
)
if get_option('tests')