Archived
1
0
Fork 0

doc: Suggest remounting store before relabeling the file system.

* doc/guix.texi (Installing the SELinux policy): Mention that the store may
need to be remounted before writing to it.
This commit is contained in:
Ricardo Wurmus 2022-12-23 16:50:58 +01:00
parent afaeb657b1
commit 672c48f15d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1522,8 +1522,10 @@ To install the policy run this command as root:
semodule -i etc/guix-daemon.cil semodule -i etc/guix-daemon.cil
@end example @end example
Then relabel the file system with @code{restorecon} or by a different Then relabel the file system with @code{restorecon -vR /} or by a
mechanism provided by your system. different mechanism provided by your system. You may need to remount
@file{/gnu/store} to make it writable first, e.g. with @code{mount -o
remount,rw /gnu/store}.
Once the policy is installed, the file system has been relabeled, and Once the policy is installed, the file system has been relabeled, and
the daemon has been restarted, it should be running in the the daemon has been restarted, it should be running in the