Skip to content

Commit

Permalink
virtualboxGuestAdditions: don't install setuid/setgid
Browse files Browse the repository at this point in the history
(cherry picked from commit cc9a72a)
  • Loading branch information
vcunat authored and joachifm committed Jun 9, 2017
1 parent 458c44a commit 5bafc71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stdenv.mkDerivation {
sed -i -e "s|/usr/bin|$out/bin|" bin/VBoxClient-all
# Install binaries
install -D -m 4755 lib/VBoxGuestAdditions/mount.vboxsf $out/bin/mount.vboxsf
install -D -m 755 lib/VBoxGuestAdditions/mount.vboxsf $out/bin/mount.vboxsf
install -D -m 755 sbin/VBoxService $out/bin/VBoxService
mkdir -p $out/bin
Expand Down

0 comments on commit 5bafc71

Please sign in to comment.