[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: doc: Suggest remounting store before relabeling the file system.
From: |
guix-commits |
Subject: |
04/07: doc: Suggest remounting store before relabeling the file system. |
Date: |
Fri, 23 Dec 2022 14:22:37 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 672c48f15d86f7acd2e6e96c91256245b25e4bd5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 23 16:50:58 2022 +0100
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.
---
doc/guix.texi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index fd03da8c97..a515f13bf2 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1522,8 +1522,10 @@ To install the policy run this command as root:
semodule -i etc/guix-daemon.cil
@end example
-Then relabel the file system with @code{restorecon} or by a different
-mechanism provided by your system.
+Then relabel the file system with @code{restorecon -vR /} or by a
+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
the daemon has been restarted, it should be running in the
- branch master updated (ef060487a2 -> b6d9e266a7), guix-commits, 2022/12/23
- 01/07: etc: SELinux: Label guix-daemon executable in profile., guix-commits, 2022/12/23
- 02/07: etc: SELinux: Allow daemon to search run state directories., guix-commits, 2022/12/23
- 03/07: etc: SELinux: Allow init process to setattr on profile directories., guix-commits, 2022/12/23
- 04/07: doc: Suggest remounting store before relabeling the file system.,
guix-commits <=
- 05/07: doc: Wrap $localstatedir in Texinfo syntax., guix-commits, 2022/12/23
- 06/07: gnu: Add apache-arrow-for-ceph., guix-commits, 2022/12/23
- 07/07: gnu: ceph: Update to 17.2.5., guix-commits, 2022/12/23