Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
27139f69da245e19a9d901b36cc47db24256015a
/
.
/
aos
/
config
/
setup_rt_caps.sh
blob: 11fb1f1a13399b81f06746eeaf54f8f61a11eb95 [
file
] [
log
] [
blame
]
#!/bin/bash
# has to be run as root
setcap
'CAP_IPC_LOCK+pie CAP_SYS_NICE+pie'
$0