Skip to content

Commit e143680

Browse files
authored
Adding dd to SELinux to enable cp-a-selinux (#10148)
1 parent c5c3a8e commit e143680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build-gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export CARGOFLAGS # tell to make
9393
ln -vf "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests use renamed install to ginstall
9494
if [ "${SELINUX_ENABLED}" = 1 ];then
9595
# Build few utils for SELinux for faster build. MULTICALL=y fails...
96-
"${MAKE}" UTILS="cat chcon chmod cp cut echo env groups id ln ls mkdir mkfifo mknod mktemp mv printf rm rmdir runcon stat test touch tr true uname wc whoami"
96+
"${MAKE}" UTILS="cat chcon chmod cp cut dd echo env groups id ln ls mkdir mkfifo mknod mktemp mv printf rm rmdir runcon stat test touch tr true uname wc whoami"
9797
else
9898
# Use MULTICALL=y for faster build
9999
"${MAKE}" MULTICALL=y SKIP_UTILS="install more seq"

0 commit comments

Comments
 (0)