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:
parent
afaeb657b1
commit
672c48f15d
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue