Home
last modified time | relevance | path

Searched refs:ADIST_USER (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c538 pw = getpwnam(ADIST_USER); in receiver_directory_create()
542 "Unable to find info about '%s' user", ADIST_USER); in receiver_directory_create()
545 ADIST_USER); in receiver_directory_create()
699 if (sandbox(ADIST_USER, true, "auditdistd: %s (%s)", in adist_receiver()
H A Dauditdistd.h61 #define ADIST_USER "auditdistd" macro
H A Dauditdistd.c687 if (proto_set("user", ADIST_USER) == -1) in main()
H A Dsender.c805 if (sandbox(ADIST_USER, true, "auditdistd: %s (%s)", in adist_sender()