setcap.sh 152 B

1234567
  1. if [ -x /sbin/setcap ]; then
  2. for file in bristol brighton bristoljackstats; do
  3. /sbin/setcap cap_ipc_lock,cap_sys_nice=ep usr/bin/$file
  4. done
  5. fi