File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ finish_image() {
654
654
# --allow-user=root
655
655
# --allow-user=core
656
656
mapfile -t allowed_users < <( grep ' ^COPY_USERS=' " ${root_fs_dir} /sbin/flatcar-tmpfiles" | sed -e ' s/.*="\([^"]*\)"/\1/' | tr ' |' ' \n' | sed -e ' s/^/--allow-user=/' )
657
- mapfile -t allowed_users < <( grep ' ^COPY_GROUPS=' " ${root_fs_dir} /sbin/flatcar-tmpfiles" | sed -e ' s/.*="\([^"]*\)"/\1/' | tr ' |' ' \n' | sed -e ' s/^/--allow-group=/' )
657
+ mapfile -t allowed_groups < <( grep ' ^COPY_GROUPS=' " ${root_fs_dir} /sbin/flatcar-tmpfiles" | sed -e ' s/.*="\([^"]*\)"/\1/' | tr ' |' ' \n' | sed -e ' s/^/--allow-group=/' )
658
658
sudo " ${BUILD_LIBRARY_DIR} /gen_tmpfiles.py" --root=" ${root_fs_dir} " \
659
659
--output=" ${root_fs_dir} /usr/lib/tmpfiles.d/base_image_var.conf" \
660
660
" ${ignores[@]} " " ${allowed_users[@]} " " ${allowed_groups[@]} " " ${root_fs_dir} /var"
You can’t perform that action at this time.
0 commit comments