mirror of
https://github.com/m8tin/cis.git
synced 2026-04-02 19:01:30 +02:00
Further checks and format
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
_PKG_NAME='libpam-google-authenticator'
|
||||
|
||||
dpkg -l | grep -q -F "${_PKG_NAME}" 2> /dev/null \
|
||||
&& exit 0
|
||||
|
||||
exit 1
|
||||
8
script/check/host/all/core_pam_lib_pwquality_is_installed.check.sh
Executable file
8
script/check/host/all/core_pam_lib_pwquality_is_installed.check.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
_PKG_NAME='libpam-pwquality'
|
||||
|
||||
dpkg -l | grep -q -F "${_PKG_NAME}" 2> /dev/null \
|
||||
&& exit 0
|
||||
|
||||
exit 1
|
||||
Reference in New Issue
Block a user