Modify apply method for 9.5

This commit is contained in:
samson 2018-11-19 17:25:34 +08:00
parent 0746a7b378
commit f4a28eddaa

View File

@ -47,7 +47,7 @@ apply () {
ok "$PATTERN is present in $FILE"
else
crit "$PATTERN is not present in $FILE"
add_line_file_before_pattern $FILE "auth required pam_wheel.so" "# Uncomment this if you want wheel members to be able to"
add_line_file_before_pattern $FILE "auth required pam_wheel.so use_uid" "# Uncomment this if you want wheel members to be able to"
fi
}