Skip to content

testing/etcd: fix permission for etcd data dir

Trung Lê requested to merge runlevel5/aports:fix-etcd into master

The data dir requires 0700 permission. Initially we create the /var/lib/etcd with correct permission. However the permission would be set to 0755 whenever we start the daemon which would lead to file permission error when starting etcd.

cc @fcolista

Edited by Trung Lê

Merge request reports