浏览代码

Enable the SUID and SGID bits for the light binary

Hanno Heinrichs 5 年前
父节点
当前提交
9c2a852c94
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/Makefile.am

+ 1
- 1
src/Makefile.am 查看文件

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