blob: 6d7b0c9d3f5c155875777f66efc9b5f1887388ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/usr/bin/env bash
. ./test.common
check_chronyd_features PRIVDROP || test_skip "PRIVDROP support disabled"
user="nobody"
test_start "dropping of root privileges"
minimal_config=1
start_chronyd || test_fail
stop_chronyd || test_fail
check_chronyd_messages || test_fail
test_pass
|