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

fix debconf bug

parent b588d4ab
No related branches found
No related tags found
No related merge requests found
# several packages execute scripts written to /tmp
# this is officially a bug and /tmp is usually noexec on our systems
DPkg::Pre-Invoke {"mount -o remount,exec /tmp";};
DPkg::Post-Invoke {"mount -o remount,noexec /tmp";};
......@@ -2,3 +2,9 @@
- include: repositories.yml
- meta: flush_handlers
- name: ensure fix of /tmp script bug
copy: src=50debconf-exec-tmp dest=/etc/apt/apt.conf.d/ owner=root group=root mode=0644
tags:
- config
- apt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment