diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2015-07-23 09:53:47 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2015-07-23 09:53:47 +0200 |
commit | 8cd4eb791aa80e8f9c9d1c4625b411dbe4119b27 (patch) | |
tree | 44439c355abd08b8634d5f127a01e87b0f9252dd /src/nss-mymachines/nss-mymachines.sym | |
parent | e25aa3453b01820b56f3d4844535607677c3937a (diff) | |
parent | 35914919a46ee2b123f4b36b27a2b9d9addc60ef (diff) |
Merge pull request #537 from poettering/nss-mymachines-userns
Hook up container userns with nss-mymachines
Diffstat (limited to 'src/nss-mymachines/nss-mymachines.sym')
-rw-r--r-- | src/nss-mymachines/nss-mymachines.sym | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nss-mymachines/nss-mymachines.sym b/src/nss-mymachines/nss-mymachines.sym index f80b51c1aa..0728ac3ba7 100644 --- a/src/nss-mymachines/nss-mymachines.sym +++ b/src/nss-mymachines/nss-mymachines.sym @@ -13,5 +13,9 @@ global: _nss_mymachines_gethostbyname2_r; _nss_mymachines_gethostbyname3_r; _nss_mymachines_gethostbyname4_r; + _nss_mymachines_getpwnam_r; + _nss_mymachines_getpwuid_r; + _nss_mymachines_getgrnam_r; + _nss_mymachines_getgrgid_r; local: *; }; |