mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-09 01:08:28 -05:00
Add some local variable declarations
This commit is contained in:
parent
a97620a2e4
commit
ed767e00b0
@ -749,6 +749,7 @@ print_state() {
|
||||
}
|
||||
|
||||
print_raw_policy_config() {
|
||||
local config_file
|
||||
for config_file in \
|
||||
/usr/lib/permission-hardener.d/*.conf \
|
||||
/etc/permission-hardener.d/*.conf \
|
||||
@ -776,7 +777,8 @@ print_raw_state() {
|
||||
}
|
||||
|
||||
print_fs_audit() {
|
||||
local state_idx
|
||||
local state_idx state_file_item state_user_owner_item state_group_owner_item \
|
||||
state_mode_item
|
||||
|
||||
echo 'Legend:'
|
||||
echo '... - Warning about an unusual, but not necessarily wrong, condition'
|
||||
|
Loading…
x
Reference in New Issue
Block a user