Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
343bc11b0ac5260c6f0401680e3bbfbdeb9a9e78
/
.
/
aos
/
config
/
setup_rt_caps.sh
blob: 11fb1f1a13399b81f06746eeaf54f8f61a11eb95 [
file
] [
log
] [
blame
]
brians
343bc11
2013-02-10 01:53:46 +0000
[
diff
] [
blame^
]
1
#!/bin/bash
2
# has to be run as root
3
4
setcap
'CAP_IPC_LOCK+pie CAP_SYS_NICE+pie'
$0
5