소스 검색

Enable the SUID and SGID bits for the light binary

Hanno Heinrichs 4 년 전
부모
커밋
9c2a852c94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/Makefile.am

+ 1
- 1
src/Makefile.am 파일 보기

@@ -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