浏览代码

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