Skip to content
Snippets Groups Projects
Commit dc4b8724 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #9127: add setcap_cobalt sudoers file

parent f3e5beae
No related branches found
No related tags found
No related merge requests found
...@@ -4629,6 +4629,7 @@ RTCP/Cobalt/OpenCL_FFT/src/libOpenCL_FFT.a.not -text ...@@ -4629,6 +4629,7 @@ RTCP/Cobalt/OpenCL_FFT/src/libOpenCL_FFT.a.not -text
RTCP/Cobalt/OpenCL_FFT/src/main.cpp -text RTCP/Cobalt/OpenCL_FFT/src/main.cpp -text
RTCP/Cobalt/OpenCL_FFT/src/param.txt -text RTCP/Cobalt/OpenCL_FFT/src/param.txt -text
RTCP/Cobalt/OpenCL_FFT/src/procs.h -text RTCP/Cobalt/OpenCL_FFT/src/procs.h -text
RTCP/Cobalt/OutputProc/etc/sudoers.d/setcap_cobalt -text
RTCP/Cobalt/OutputProc/scripts/bf-output-loss.sh eol=lf RTCP/Cobalt/OutputProc/scripts/bf-output-loss.sh eol=lf
RTCP/Cobalt/OutputProc/test/tMSWriterCorrelated_.run.in eol=lf RTCP/Cobalt/OutputProc/test/tMSWriterCorrelated_.run.in eol=lf
RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-j2000 -text RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-j2000 -text
......
## Allows lofarbuild to add the listed capabilities to any single writable file for automated roll-out.
## Attempts to disallow adding another set of capabilities.
## Does not attempt to disallow adding the listed capabilities to other files, which would be trivial to bypass.
Cmnd_Alias SETCAP_COBALT = /sbin/setcap cap_net_raw\,cap_sys_nice\,cap_ipc_lock+ep *, ! /sbin/setcap cap_net_raw\,cap_sys_nice\,cap_ipc_lock+ep * *
lofarbuild ALL = (root) NOPASSWD: SETCAP_COBALT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment