Skip to content

Commit 994f32a

Browse files
author
A. Täffner
committed
db permissions refined
1 parent f2a6875 commit 994f32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ public function grant_master_database_rights($verbose = false) {
659659
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
660660
}
661661

662-
$query = "GRANT SELECT, UPDATE ON ?? TO ?@?";
662+
$query = "GRANT SELECT, UPDATE(`dnssec_initialized`, `dnssec_info`, `dnssec_last_signed`) ON ?? TO ?@?";
663663
if ($verbose){
664664
echo $query ."\n";
665665
}

0 commit comments

Comments
 (0)