Skip to content

Commit

Permalink
Fixed ptrace persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mklomp authored Oct 3, 2024
1 parent e31f425 commit 742a5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deactivate_node
# Install strace for linetrace functionality
sudo apt install -y strace
# For rpi4 non-armbian version we need to give ptrace the right permissions
sudo bash -c 'echo "0" > /proc/sys/kernel/yama/ptrace_scope'
sudo sed -i 's/kernel.yama.ptrace_scope = 1/kernel.yama.ptrace_scope = 0/g' /etc/sysctl.d/10-ptrace.conf

# Install nginx (as reverse proxy to all services)
sudo apt install -y nginx
Expand Down

0 comments on commit 742a5ac

Please sign in to comment.