summaryrefslogtreecommitdiff
path: root/tests/151_remove_db_privilege.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-01 20:02:34 +0000
committerandreas <andreas@immerda.ch>2008-02-01 20:02:34 +0000
commit1fba90e17cda01fe2f30937f4cd889eee2870f22 (patch)
tree99de16ca34f24431e38078631858e32f19c3203b /tests/151_remove_db_privilege.pp
shorewall rename, mysql plugin from git, pg modul neu
Diffstat (limited to 'tests/151_remove_db_privilege.pp')
-rw-r--r--tests/151_remove_db_privilege.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/151_remove_db_privilege.pp b/tests/151_remove_db_privilege.pp
new file mode 100644
index 0000000..da3246f
--- /dev/null
+++ b/tests/151_remove_db_privilege.pp
@@ -0,0 +1,8 @@
+err("Revoke UPDATE from test_user@%test_db")
+
+mysql_grant {
+ "test_user@%test_db":
+ privileges => [ "select_priv", 'insert_priv'],
+}
+
+