mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
7 lines
152 B
Bash
7 lines
152 B
Bash
|
if [ -x /sbin/setcap ]; then
|
||
|
for file in bristol brighton bristoljackstats; do
|
||
|
/sbin/setcap cap_ipc_lock,cap_sys_nice=ep usr/bin/$file
|
||
|
done
|
||
|
fi
|
||
|
|