From: Michael Vogt Date: Fri, 27 Nov 2015 11:29:22 +0000 (+0100) Subject: Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled() X-Git-Tag: 1.1.1~7 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ef39c148105cf30aea822022a5f41a120897cc65?hp=ef39c148105cf30aea822022a5f41a120897cc65 Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled() If it does not exist disabled priv dropping as there is nothing we can drop to. This will unblock people with special chroots or systems that deleted the "_apt" user. Closes: #806406 ---