浏览代码

Use setuid on light binary

Further versions should bring more secure solution.
Alois Mahdal 7 年前
父节点
当前提交
e500b358c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      light.spec.in

+ 1
- 1
light.spec.in 查看文件

25
 %files
25
 %files
26
 %doc README.md
26
 %doc README.md
27
 %license LICENSE
27
 %license LICENSE
28
-%{_bindir}/light
28
+%attr(4755, root, root) %{_bindir}/light
29
 %{_mandir}/man1/light.1.gz
29
 %{_mandir}/man1/light.1.gz
30
 
30
 
31
 %changelog
31
 %changelog