diff options
Diffstat (limited to 'rt/etc/acl.Informix')
-rw-r--r-- | rt/etc/acl.Informix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rt/etc/acl.Informix b/rt/etc/acl.Informix new file mode 100644 index 000000000..bca0408dd --- /dev/null +++ b/rt/etc/acl.Informix @@ -0,0 +1,5 @@ +sub acl { +return ( +"GRANT RESOURCE TO ${RT::DatabaseUser};"); +} +1; |