Skip to content
  • Jose Luis Duran's avatar
    4c6c3575
    Make the master.key readable only by the owner · 4c6c3575
    Jose Luis Duran authored
    This change may only apply to POSIX-compliant systems.
    
    Previously:
    
        $ ls -l config/master.key
        -rw-r--r--   1 owner  group      32 Jan 1 00:00 master.key
    
    Now:
    
        $ ls -l config/master.key
        -rw-------   1 owner  group      32 Jan 1 00:00 master.key
    4c6c3575
    Make the master.key readable only by the owner
    Jose Luis Duran authored
    This change may only apply to POSIX-compliant systems.
    
    Previously:
    
        $ ls -l config/master.key
        -rw-r--r--   1 owner  group      32 Jan 1 00:00 master.key
    
    Now:
    
        $ ls -l config/master.key
        -rw-------   1 owner  group      32 Jan 1 00:00 master.key
Loading