Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
dda283afbf53dd71b10feb0ce0679d5b1e803e8c
/
.
/
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