fix chmod for libnss config files (the PM should have taken care of that when creating the file already but better safe than sorry)
This commit is contained in:
@@ -385,7 +385,7 @@ return Array(
|
|||||||
'label' => 'libnss-bg (system login with mysql)',
|
'label' => 'libnss-bg (system login with mysql)',
|
||||||
'commands' => Array(
|
'commands' => Array(
|
||||||
'apt-get install libnss-mysql-bg nscd',
|
'apt-get install libnss-mysql-bg nscd',
|
||||||
'chmod 600 /etc/nss-mysql.conf /etc/nss-mysql-root.conf'
|
'chmod 600 /etc/libnss-mysql.conf /etc/libnss-mysql-root.conf'
|
||||||
),
|
),
|
||||||
'files' => Array(
|
'files' => Array(
|
||||||
'etc_libnss-mysql.cfg' => '/etc/libnss-mysql.cfg',
|
'etc_libnss-mysql.cfg' => '/etc/libnss-mysql.cfg',
|
||||||
|
|||||||
Reference in New Issue
Block a user