mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
8 lines
390 B
Plaintext
8 lines
390 B
Plaintext
# Restricts the use of ptrace to root. This might break some programs running under WINE.
|
|
# A workaround for WINE would be to give the wineserver and wine-preloader ptrace capabilities. This can be done by running:
|
|
#
|
|
# sudo apt-get install libcap2-bin
|
|
# sudo setcap cap_sys_ptrace=eip /usr/bin/wineserver
|
|
# sudo setcap cap_sys_ptrace=eip /usr/bin/wine-preloader
|
|
kernel.yama.ptrace_scope=2
|