Tighten permissions for the config file
This commit is contained in:
parent
97bb40e37b
commit
f1b75ffe48
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -16,6 +16,7 @@ install: rdo
|
||||||
chmod 755 /usr/bin/rdo
|
chmod 755 /usr/bin/rdo
|
||||||
chmod u+s /usr/bin/rdo
|
chmod u+s /usr/bin/rdo
|
||||||
cp rdo_sample.conf /etc/rdo.conf
|
cp rdo_sample.conf /etc/rdo.conf
|
||||||
|
chmod 600 /etc/rdo.conf
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm /usr/bin/rdo
|
rm /usr/bin/rdo
|
||||||
|
|
Loading…
Add table
Reference in a new issue