Skip to content
Snippets Groups Projects
Commit 11392da8 authored by Lars Beckers's avatar Lars Beckers
Browse files

apt: enable seccomp sandbox

parent a6cb5f7e
Branches
No related tags found
No related merge requests found
APT::Sandbox::Seccomp "true";
...@@ -24,13 +24,16 @@ ...@@ -24,13 +24,16 @@
- meta: flush_handlers - meta: flush_handlers
- name: ensure fix of /tmp script bug - name: ensure apt and dpkg are configured
copy: copy:
src: 50debconf-exec-tmp src: "{{ item }}"
dest: /etc/apt/apt.conf.d/ dest: /etc/apt/apt.conf.d/
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'
with_items:
- 50debconf-exec-tmp
- 51apt-sandbox
tags: tags:
- config - config
- apt - apt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment