Sfoglia il codice sorgente

Use setuid on light binary

Further versions should bring more secure solution.
Alois Mahdal 6 anni fa
parent
commit
e500b358c2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      light.spec.in

+ 1
- 1
light.spec.in Vedi File

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