Skip to content
Snippets Groups Projects
Select Git revision
  • 7b9d314266b82db650d8dfebd1d1f4be6423d7ba
  • master default protected
2 results

server.py

Blame
  • Forked from Video AG Infrastruktur / website
    Source project has a limited visibility.
    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";};