瀏覽代碼

Use setuid on light binary

Further versions should bring more secure solution.
Alois Mahdal 6 年之前
父節點
當前提交
e500b358c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      light.spec.in

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

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