Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Disable owner checks for 14.04-style private home #99
Conversation
|
Like the other change to remove owner, this is also fine. +1 |
zyga
merged commit 383ba15
into
master
Aug 12, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
zyga
deleted the
legacy-encryption
branch
Aug 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedAug 12, 2016
This patch is a follow-up on the earlier work that allowed snap-confine
to access encrypted home directory even if invoked as another user (e.g.
sudo). Encrypted home directory support has evolved over time and the
patch applied earlier only covered the most recent implementation of the
concept. This patch discards owner checks for older implementations.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com