mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 19:19:22 -05:00
comment
This commit is contained in:
parent
d9aaf59105
commit
af3244741d
@ -436,8 +436,8 @@ set_file_perms() {
|
|||||||
|
|
||||||
if [ "$capability_from_config" = "none" ]; then
|
if [ "$capability_from_config" = "none" ]; then
|
||||||
## https://forums.whonix.org/t/disable-suid-binaries/7706/45
|
## https://forums.whonix.org/t/disable-suid-binaries/7706/45
|
||||||
# sudo setcap -r /usr/bin/ping 2>/dev/null
|
# sudo setcap -r /bin/ping 2>/dev/null
|
||||||
# Failed to set capabilities on file `/usr/bin/ping' (No data available)
|
# Failed to set capabilities on file `/bin/ping' (No data available)
|
||||||
# The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file
|
# The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file
|
||||||
## Therefore use echo_wrapper_ignore.
|
## Therefore use echo_wrapper_ignore.
|
||||||
echo_wrapper_ignore setcap -r "$fso"
|
echo_wrapper_ignore setcap -r "$fso"
|
||||||
|
Loading…
Reference in New Issue
Block a user