소스 검색

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