Skip to content

Commit

Permalink
... give /var/lib/scion to user scion.scion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Oct 8, 2024
1 parent 7df8920 commit 549b54b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/rpm/scion.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ useradd --system --gid scion -M -s /sbin/nologin scion >& /dev/null || true
# Create configuration directory
mkdir /etc/scion/ >& /dev/null || true
mkdir /var/lib/scion/ >& /dev/null || true
chown scion:scion /etc/scion/
chown scion:scion /etc/scion/ /var/lib/scion


0 comments on commit 549b54b

Please sign in to comment.