Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
cmd: add helpers for mounting / unmounting #2827
Merged
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d60e9a5
cmd/libsnap: add sc_do_umount
zyga 012d89c
cmd/libsnap: add sc_do_mount
zyga c9b0079
Merge branch 'master' of github.com:snapcore/snapd into mount-helpers
zyga 2ef2dd3
cmd/snap-confine: drop privileges before formatting mount error message
zyga 8bb848e
cmd/libsnap: tweak code readability
zyga f21c6b3
cmd/libsnap: link libcap statically
zyga 6573f69
cmd: add snap-confine-debug
zyga 9e24bee
cmd/libsnap: constrain mount debug to -debug builds
zyga 5bee328
Merge branch 'master' of github.com:snapcore/snapd into mount-helpers
zyga
Jump to file or symbol
Failed to load files and symbols.
Viewing a subset of changes. View all
cmd: add snap-confine-debug
This patch adds a second build of snap-confine that comes with additional debugging output that is disabled at compile time in the regular version. The setuid-root version cannot have this additional (runtime-enabled) output as it might be used as an attack vector. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
- Loading branch information...
commit 6573f698a22db592006cf6af7d5284cf66a891e4
zyga
committed
Feb 23, 2017