Home
last modified time | relevance | path

Searched refs:RUNAS (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/
H A Darpwatch_init24 if [ -n "$RUNAS" ]; then
25 if getent passwd "$RUNAS" >/dev/null; then
26 ARGS="-u ${RUNAS} $ARGS"
28 RUNAS=""
42 if [ -n "$RUNAS" ]; then
43 echo -n "(chown $RUNAS $DATAFILE) "
44 chown $RUNAS $DATAFILE
H A Darpwatch.default7 RUNAS="arpwatch"