diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-12-31 18:51:07 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-12-31 18:51:07 +0100 |
commit | 5707a64d9462001f9c7c2e02d3f52cf8b0181658 (patch) | |
tree | 21d7c8e03848524dd858199032194665847ee7b5 /support/Makefile | |
parent | a851999f61ad7ceabc2a945a3c31c60e8c914a4b (diff) | |
download | glibc-5707a64d9462001f9c7c2e02d3f52cf8b0181658.tar glibc-5707a64d9462001f9c7c2e02d3f52cf8b0181658.tar.gz glibc-5707a64d9462001f9c7c2e02d3f52cf8b0181658.tar.bz2 glibc-5707a64d9462001f9c7c2e02d3f52cf8b0181658.zip |
support: Helper functions for entering namespaces
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 4e9d42ef09..9544a08573 100644 --- a/support/Makefile +++ b/support/Makefile @@ -30,6 +30,8 @@ libsupport-routines = \ ignore_stderr \ oom_error \ set_fortify_handler \ + support_become_root \ + support_enter_network_namespace \ support_record_failure \ support_test_main \ support_test_verify_impl \ @@ -54,6 +56,7 @@ libsupport-routines = \ xpthread_spin_lock \ xpthread_spin_unlock \ xrealloc \ + xsocket \ xwaitpid \ libsupport-static-only-routines := $(libsupport-routines) @@ -65,6 +68,7 @@ endif tests = \ README-testing \ + tst-support-namespace \ tst-support_record_failure \ ifeq ($(run-built-tests),yes) |