summaryrefslogtreecommitdiffstats
path: root/tests/privdropuserid.sh
blob: bc2fdf9e2cfc34ef8996bb49c87de0b78ada9b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
# addd 2016-03-24 by RGerhards, released under ASL 2.0
. ${srcdir:=.}/diag.sh init
skip_platform "SunOS"  "This test currently does not work on Solaris."
. $srcdir/privdrop_common.sh
rsyslog_testbench_setup_testuser

generate_conf
add_conf '
template(name="outfmt" type="list") {
	property(name="msg" compressSpace="on")
	constant(value="\n")
}
action(type="omfile" template="outfmt" file=`echo $RSYSLOG_OUT_LOG`)
$PrivDropToUserID '${TESTBENCH_TESTUSER[uid]}'
'
startup
shutdown_when_empty
wait_shutdown
content_check --regex "userid.*${TESTBENCH_TESTUSER[uid]}"
exit_test