File: export.gnu

package info (click to toggle)
pam-u2f 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,408 kB
  • sloc: sh: 4,849; ansic: 4,728; makefile: 160; python: 16
file content (14 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  global:
    pam_sm_authenticate;
    pam_sm_setcred;
    get_devices_from_authfile;
    set_authfile;
    set_conv;
    set_user;
    set_wiredata;
    set_conf_file_fd;
    set_conf_file_path;
  local:
    *;
};