Bläddra i källkod

Enable the SUID and SGID bits for the light binary

Hanno Heinrichs 4 år sedan
förälder
incheckning
9c2a852c94
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/Makefile.am

+ 1
- 1
src/Makefile.am Visa fil

5
 
5
 
6
 if CLASSIC
6
 if CLASSIC
7
 install-exec-hook:
7
 install-exec-hook:
8
-	chmod 4755 $(DESTDIR)$(bindir)/light
8
+	chmod 6755 $(DESTDIR)$(bindir)/light
9
 endif
9
 endif