Skip to content

Commit

Permalink
[bitnami/mariadb] Fix permissions check for auth_pam plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Fran de Paz <[email protected]>
  • Loading branch information
Fran de Paz committed Sep 4, 2023
1 parent 1f53229 commit b7ed698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .vib/mariadb/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gossfile:
../../common/goss/templates/check-broken-symlinks.yaml: {}
../../common/goss/templates/check-ca-certs.yaml: {}
../../common/goss/templates/check-directories.yaml: {}
../../common/goss/templates/check-files.yaml: {}
../../common/goss/templates/check-linked-libraries.yaml: {}
../../common/goss/templates/check-sed-in-place.yaml: {}
../../common/goss/templates/check-spdx.yaml: {}
6 changes: 3 additions & 3 deletions .vib/mariadb/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ directories:
- /opt/bitnami/mariadb/conf/bitnami
- /opt/bitnami/mariadb/logs
- /opt/bitnami/mariadb/tmp
files:
- paths:
- /opt/bitnami/mariadb/plugin/auth_pam.so
- mode: "0755"
paths:
- /opt/bitnami/mariadb/plugin/auth_pam_tool_dir
root_dir: /opt/bitnami
version:
bin_name: mysql
Expand Down

0 comments on commit b7ed698

Please sign in to comment.