Mode 700 pour les fichiers de mdp
This commit is contained in:
parent
48d0d767c7
commit
c3c1115b39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,4 +47,4 @@ install-server:
|
||||||
install server.py /usr/local/bin/${cmd_name}-server
|
install server.py /usr/local/bin/${cmd_name}-server
|
||||||
install -d /etc/${cmd_name}/
|
install -d /etc/${cmd_name}/
|
||||||
install serverconfig.example.py /etc/${cmd_name}/serverconfig.py
|
install serverconfig.example.py /etc/${cmd_name}/serverconfig.py
|
||||||
install -d /var/lib/${cmd_name}/db/
|
install -d -m 700 /var/lib/${cmd_name}/db/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue