mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 21:50:25 +00:00
redfish: Set the permissions of redfish.conf at install time
Although typically we set the password using fu_plugin_set_secure_config_value() or something like Ansible or Puppet -- the user could just edit the file with vim and we still want the permissions set correctly.
This commit is contained in:
parent
0d60fa319f
commit
b34dc9c1f1
@ -44,6 +44,7 @@ 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