Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
drop 'owner' check on mountinfo and allow write to @{PROC}/[0-9]*/attr/current #167
Conversation
|
Fyi, the test is failing for an unrelated reason: |
|
Looks good to me. Thanks! |
|
This has been uploaded to Ubuntu 16.10. |
jdstrand
merged commit c5a1dbc
into
snapcore:master
Oct 6, 2016
1 check failed
continuous-integration/travis-ci/pr
The Travis CI build failed
Details
jdstrand
deleted the
jdstrand:lp1630789
branch
Nov 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jdstrand commentedOct 6, 2016
Due to a kernel bug, the ouid is not being set correctly for /proc accesses by
setuid processes running in user namespaces. While the kernel needs to be
fixed, drop the 'owner' match on @{PROC}/*/mountinfo for now.
Since we are using aa_change_hat(), snap-confine needs to be able to write to
@{PROC}/[0-9]*/attr/current.
Bug: https://launchpad.net/bugs/1630789