mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:29:24 -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"
|
||||
fi
|
||||
|
||||
if [ "$setguid" = "true" ] || [ "$setguid" = "true" ]; then
|
||||
if [ "$setuid" = "true" ] || [ "$setguid" = "true" ]; then
|
||||
string_length_of_existing_mode="${#existing_mode}"
|
||||
if [ "$string_length_of_existing_mode" = "4" ]; then
|
||||
new_mode="${existing_mode:1}"
|
||||
|
Loading…
Reference in New Issue
Block a user