/usr/sbin/pma-secure is in phpmyadmin 4:4.0.10-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
echo "Securing phpMyAdmin installation..."
echo "Setup script won't be able to write configuration."
chmod 0640 /var/lib/phpmyadmin/config.inc.php
|