mirror of https://github.com/PCSX2/pcsx2.git
Dev9ghzdrk: Postinst for deb to add network capabilities
This commit is contained in:
parent
49b91ea78f
commit
21f0752ce7
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
echo 'Enabling networking capability on Linux...'
|
||||
set -x
|
||||
[ -f /usr/games/PCSX2 ] && setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/games/PCSX2
|
||||
set +x
|
Loading…
Reference in New Issue