Skip to content
Snippets Groups Projects
Commit 9b6a3d6c authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Merge branch 'remove-ptrace-hardening-from-buildservers' into 'master'

hardening: use default ptrace scope on buildservers

Closes #424

See merge request !533
parents fa46bb38 f6cbd3f8
No related branches found
No related tags found
1 merge request!533hardening: use default ptrace scope on buildservers
Pipeline #15880 passed
......@@ -7,6 +7,7 @@
- name: set ptrace scope, restrict ptrace to CAP_SYS_PTRACE
copy: src=50-ptrace-restrict.conf dest=/etc/sysctl.d/50-ptrace-restrict.conf owner=root group=root mode=0644
when: "'buildservers' not in group_names"
notify:
- apply sysctl settings
......
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