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
Add support module for namespace sharing #126
Merged
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a369644
Add support module for namespace sharing
zyga f5f622c
Editorial changes to the manual page
zyga f990567
Trim whitespace
zyga c6d34b8
Consistently use < 0 instead of == -1
zyga 983a8c7
Fix typo
zyga bca0fcb
Reword documentation for sc_open_ns_group
zyga edbff7d
Fix function name in documentation for sc_create_or_join_ns_group
zyga f707d6f
Fix typo
zyga 1c171d9
Add test for sc_init_ns_groups
zyga d97dfec
Add tests for sc_is_ns_group_dir_private
zyga d7c8826
Reformat tests
zyga dbdb509
Make sc_set_ns_dir() subprocess-aware
zyga d0bb737
Use g_test_subprocess to and g_set_nonfatal_assertions
zyga 836af23
Cleanup temporary data in tests
zyga 1c742ed
Fix grammar
zyga ddea2bc
Document why we're opening the .mnt file without O_EXCL
zyga 2d479d4
Check that we have a lock file in namespace locking fns
zyga 221ffeb
Add missing return in test
zyga e6ce2f9
Be explicit about setting child pid to 0
zyga d20bc45
Comment that optional_fields is never NULL
zyga a890dbe
Tweak comment
zyga 524ce1a
Move function for better readability
zyga 598b31d
Move variable declaration closer to use
zyga 0f51648
Tweak comment and unify comment style
zyga aa074ed
Tweak comment
zyga ab3c245
Remove duplicate include
zyga 50ebef9
Document why casting pid_t to int is safe
zyga a4cc855
Fix function name
zyga b2fc050
Fix typo
zyga 9123679
Reword comment
zyga 6afb53b
Fix typo
zyga afc1cc9
Test for '< 0' instead of '== -1'
zyga db1a076
Add sanity check for nsfs
zyga 40a93a2
Use fstatfs() and NSFS_MAGIC to decide about setns()
zyga d9adc64
Add some safeguards to rm_rf_tmp
zyga
Jump to file or symbol
Failed to load files and symbols.
Viewing a subset of changes. View all
Add sanity check for nsfs
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
- Loading branch information...
commit db1a0765f6b058ab24df30931c2f357b57f243f2
zyga
committed
Sep 8, 2016
Good thinking! :)