Browse Source

Enable the SUID and SGID bits for the light binary

Hanno Heinrichs 5 years ago
parent
commit
9c2a852c94
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile.am

+ 1
- 1
src/Makefile.am View File

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