]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/login/pam_systemd.sym
resolved: rework parsing of /etc/hosts
[thirdparty/systemd.git] / src / login / pam_systemd.sym
1 /***
2 SPDX-License-Identifier: LGPL-2.1+
3
4 systemd is free software; you can redistribute it and/or modify it
5 under the terms of the GNU Lesser General Public License as published by
6 the Free Software Foundation; either version 2.1 of the License, or
7 (at your option) any later version.
8 ***/
9
10 {
11 global:
12 pam_sm_close_session;
13 pam_sm_open_session;
14 local: *;
15 };