Changes between Version 3 and Version 4 of Installation


Ignore:
Timestamp:
26.05.2014 20:27:55 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v3 v4  
    7575
    7676
     77== Secure the files ==
     78
     79As the global config file ''7dtd.conf'' contains your Steam login data make sure it is only accessible to the root user:
     80{{{
     81chown root.root /etc/7dtd.conf
     82chmod 0600 /etc/7dtd.conf
     83}}}
     84Also make all other scripts only writable by root:
     85{{{
     86chown root.root /etc/init.d/7dtd.sh
     87chown root.root /etc/bash_completion.d/7dtd
     88chown root.root /usr/local/bin/7dtd.sh
     89chown root.root /usr/local/lib/7dtd -R
     90chmod 0755 /etc/init.d/7dtd.sh
     91chmod 0755 /etc/bash_completion.d/7dtd
     92chmod 0755 /usr/local/bin/7dtd.sh
     93chmod 0755 /usr/local/lib/7dtd -R
     94}}}
     95
    7796== Bash completion ==
    7897