postprocess: Make autovar.conf world-readable
No reason why not to; follows on the general principle that no content in the OS should be secret. https://bugzilla.redhat.com/show_bug.cgi?id=1631794 Closes: #1571 Approved by: jlebon
This commit is contained in:
parent
c6de759cc0
commit
65bdc08917
@ -633,6 +633,12 @@ convert_var_to_tmpfiles_d (int rootfs_dfd,
|
||||
if (!g_output_stream_close (tmpfiles_out, cancellable, error))
|
||||
return FALSE;
|
||||
|
||||
/* Make it world-readable, no reason why not to
|
||||
* https://bugzilla.redhat.com/show_bug.cgi?id=1631794
|
||||
*/
|
||||
if (!glnx_fchmod (tmpf.fd, 0644, error))
|
||||
return FALSE;
|
||||
|
||||
if (!glnx_link_tmpfile_at (&tmpf, GLNX_LINK_TMPFILE_NOREPLACE,
|
||||
rootfs_dfd, "usr/lib/tmpfiles.d/rpm-ostree-1-autovar.conf",
|
||||
error))
|
||||
|
Loading…
Reference in New Issue
Block a user