Skip to content

Commit aa8ab4e

Browse files
committed
Adds a note for SELinux
1 parent cd4e831 commit aa8ab4e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ And to restart the image do execute the following command:
2323
````
2424
docker start -i rtc2git
2525
````
26+
27+
### Note if SELinux enabled systems
28+
If you running on a SELinux enabled system you may need to flag your working directory used as volume mount point to be accessible:
29+
30+
````
31+
chcon -Rt svirt_sandbox_file_t /var/rtc2git
32+
````

0 commit comments

Comments
 (0)