mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-14 17:17:19 -05:00
fix
This commit is contained in:
parent
e254b8b52d
commit
cca0908d9a
@ -42,7 +42,7 @@ add_nosuid_statoverride_entry() {
|
|||||||
setguid_output="set-group-id"
|
setguid_output="set-group-id"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$setguid" = "true" ] || [ "$setguid" = "true" ]; then
|
if [ "$setuid" = "true" ] || [ "$setguid" = "true" ]; then
|
||||||
string_length_of_existing_mode="${#existing_mode}"
|
string_length_of_existing_mode="${#existing_mode}"
|
||||||
if [ "$string_length_of_existing_mode" = "4" ]; then
|
if [ "$string_length_of_existing_mode" = "4" ]; then
|
||||||
new_mode="${existing_mode:1}"
|
new_mode="${existing_mode:1}"
|
||||||
|
Loading…
Reference in New Issue
Block a user