blob: a81f7462a73745cfa507290f4de3fbdd18f42bb3 [file] [log] [blame]
Remove command that sets setuid bit on the fusermount binary.
URL: crbug.com/508744
From: Samuel Tan <samueltan@chromium.org>
---
--- fuse-2.8.6/util/Makefile.am
+++ patched/util/Makefile.am
@@ -584,7 +584,6 @@ uninstall-am: uninstall-binPROGRAMS unin
install-exec-hook:
- -chmod u+s $(DESTDIR)$(bindir)/fusermount
@if test ! -e $(DESTDIR)/dev/fuse; then \
$(mkdir_p) $(DESTDIR)/dev; \
echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \