mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 17:44:51 -04:00
output
This commit is contained in:
parent
1819577b88
commit
a6988f3fb8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ add_statoverride_entry() {
|
|||
fi
|
||||
|
||||
if test -u "${file_name}" || test -g "${file_name}"; then
|
||||
echo "suid - file_name: '${file_name}' | existing_mode: '${existing_mode}'"
|
||||
echo "suid - file_name: '${file_name}' | existing_mode: '${existing_mode}' | existing_mode:1: '${existing_mode:1}'"
|
||||
|
||||
if dpkg-statoverride --list | grep -q "${file_name}"; then
|
||||
if ! dpkg-statoverride --list | grep -q "${owner} ${group} ${existing_mode:1} ${file_name}"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue