Changeset 160


Ignore:
Timestamp:
Feb 11, 2007, 1:46:09 PM (17 years ago)
Author:
jbarnold
Message:
enforce that .sql is not world-readable on every invokation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/onathena

    r159 r160  
    109109if [ ! -f "$lroot/.my.cnf" ]; then
    110110  mkdir $lroot/.sql 2>/dev/null
    111   fs sa $lroot/.sql system:anyuser none
    112   fs sa $lroot/.sql system:authuser none
    113111  fs sa $lroot/.sql daemon.scripts write
    114112  ln -nfs $lroot/.sql/my.cnf $lroot/.my.cnf 2>/dev/null
    115113fi
     114
     115fs sa $lroot/.sql system:anyuser none
     116fs sa $lroot/.sql system:authuser none
    116117
    117118if [ "$requires_sql" -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.