mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-02 18:06:07 -04:00
comment
This commit is contained in:
parent
fa895ee11e
commit
4e5b222a08
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ add_statoverride_entry() {
|
|||
continue
|
||||
fi
|
||||
|
||||
## -u file True if file has its set-user-id bit set.
|
||||
## -g file True if file has its set-group-id bit set.
|
||||
|
||||
if test -u "${file_name}" || test -g "${file_name}"; then
|
||||
string_length_of_existing_mode="${#existing_mode}"
|
||||
if [ "$string_length_of_existing_mode" = "4" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue