mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 00:52:29 +00:00
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:
parent
0955e08a72
commit
ac1ae33b05
@ -53,7 +53,8 @@ shared_module('fu_plugin_redfish',
|
|||||||
)
|
)
|
||||||
|
|
||||||
install_data(['redfish.conf'],
|
install_data(['redfish.conf'],
|
||||||
install_dir: join_paths(sysconfdir, 'fwupd')
|
install_dir: join_paths(sysconfdir, 'fwupd'),
|
||||||
|
install_mode: 'rw-r-----',
|
||||||
)
|
)
|
||||||
|
|
||||||
if get_option('tests')
|
if get_option('tests')
|
||||||
|
Loading…
Reference in New Issue
Block a user