Skip to content

Instantly share code, notes, and snippets.

@sebw
Created July 17, 2013 07:09
Show Gist options
  • Save sebw/6018298 to your computer and use it in GitHub Desktop.
Save sebw/6018298 to your computer and use it in GitHub Desktop.
Debian APT with /tmp as noexec
/etc/apt/apt.conf.d/50tmp
APT
{
ExtractTemplates
{
TempDir "/var/tmp";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment