3 lines
155 B
Bash
Executable file
3 lines
155 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
sudo capsh --keep=1 --user="$USER" --inh='cap_net_bind_service' --addamb='cap_net_bind_service' -- -c 'tftpy_server.py -r ./output'
|