blue-build/cli

Changes to files copied using the files module do not make it into the image

Closed this issue · 2 comments

Expected behavior:

In secureblue when I make a change like this, the changes should end up in the image and on a machine that's running that image.

Actual behavior:

Even on the newly-built image, the old file contents are present:

$ cat /usr/etc/chromium/chromium.conf 
# system wide chromium flags
CHROMIUM_FLAGS=""
CHROMIUM_FLAGS+=" --enable-features=VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"

The contents of this file are from December of 2023.

secureblue bug. packages, then files. not vice versa 🙂