mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-22 20:43:36 +07:00
refactoring
This commit is contained in:
parent
fdd1f4b7f8
commit
ef0eb5f7a0
@ -4,6 +4,7 @@
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
set -e
|
||||
shopt -s nullglob
|
||||
|
||||
run_cmd() {
|
||||
echo "INFO: normal executing : $@"
|
||||
@ -27,8 +28,6 @@ default_variables_set() {
|
||||
selinux=0
|
||||
}
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
parse_configuration() {
|
||||
## Allows for disabling the whitelist.
|
||||
for i in /usr/local/etc/hide-hardware-info.d/*.conf /etc/hide-hardware-info.d/*.conf ; do
|
||||
|
Loading…
Reference in New Issue
Block a user