Select Git revision
config.py.example
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
50debconf-exec-tmp 223 B
# 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";};