diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-17 18:14:26 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-17 18:15:57 +0100 |
commit | bf34ab149f3038686bc75e1592179abac1700322 (patch) | |
tree | 42a953b9e17ef1614a890f699f245c84bd6a831b /src/libsystemd/libsystemd.sym.m4 | |
parent | 7366b080b324caf66e2ca1671f8ce7f57ace7553 (diff) |
sd-login: add calls that retrieve credentials of peers connected to AF_UNIX peers
This is supposed to be an extension of SO_PEERCRED and SO_PEERSEC,
except for cgroup information.
Diffstat (limited to 'src/libsystemd/libsystemd.sym.m4')
-rw-r--r-- | src/libsystemd/libsystemd.sym.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index 290eabe1a0..e9c42d0044 100644 --- a/src/libsystemd/libsystemd.sym.m4 +++ b/src/libsystemd/libsystemd.sym.m4 @@ -129,6 +129,12 @@ local: LIBSYSTEMD_211 { global: sd_machine_get_class; + sd_peer_get_session; + sd_peer_get_owner_uid; + sd_peer_get_unit; + sd_peer_get_user_unit; + sd_peer_get_machine_name; + sd_peer_get_slice; m4_ifdef(`ENABLE_KDBUS', /* sd-bus */ |