summaryrefslogtreecommitdiffstats
path: root/core/modules/sudo/module.conf
blob: c1bec3bac1943e8559c41f8ca8d284abc7dde5c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
REQUIRED_BINARIES="
	sudo
"
REQUIRED_LIBRARIES=""
REQUIRED_FILES="
	/etc/pam.d/sudo
"
REQUIRED_DIRECTORIES="
	/usr/lib/sudo
"