Skip to content

Commit

Permalink
grml-live: drop chown of minifai logs
Browse files Browse the repository at this point in the history
minifai should never write logs as another user.
  • Loading branch information
zeha committed Jan 7, 2025
1 parent a8321e1 commit 203f2c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@ store_logfiles() {
cp -r "$CHROOT_OUTPUT"/grml-live/log/* "$LOG_OUTPUT"/fai/
rm -rf "$CHROOT_OUTPUT"/grml-live/log

# fixup owners
chown root:adm "$LOG_OUTPUT"/fai/*
chmod 664 "$LOG_OUTPUT"/fai/*
# ensure files are readable.
chmod a+rX "$LOG_OUTPUT"/fai/
}
# }}}

Expand Down

0 comments on commit 203f2c3

Please sign in to comment.