Browse Source

Enable the SUID and SGID bits for the light binary

Hanno Heinrichs 4 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 +5,5 @@ light_CFLAGS   = -W -Wall -Wextra -std=gnu99 -Wno-type-limits -Wno-format-trunca
5 5
 
6 6
 if CLASSIC
7 7
 install-exec-hook:
8
-	chmod 4755 $(DESTDIR)$(bindir)/light
8
+	chmod 6755 $(DESTDIR)$(bindir)/light
9 9
 endif