mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:35:06 -05:00
18 lines
285 B
Bash
Executable File
18 lines
285 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. ./test.common
|
|
|
|
check_chronyd_features PRIVDROP || test_skip "PRIVDROP support disabled"
|
|
|
|
priv_drop=1
|
|
|
|
test_start "dropping of root privileges"
|
|
|
|
minimal_config=1
|
|
|
|
start_chronyd || test_fail
|
|
stop_chronyd || test_fail
|
|
check_chronyd_messages || test_fail
|
|
|
|
test_pass
|