You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,13 @@ Using a slow disk as the mounted volume or a volume with high latency like NFS,
138
138
-`./attachments`: `/var/www/MISP/app/attachments`
139
139
- Set the environment variable `ATTACHMENTS_DIR` to the above folder location (it is important that it doesn't replace the `/var/www/MISP/app/files/` folder).
140
140
141
+
### SELinux
142
+
143
+
On systems using SELinux, volume binds are not given write permissions by default. Using the tag `:Z` or `:z` at the end of a volume bind files grants write permission through SELinux.
144
+
145
+
- The `Z` option tells Docker to label the content with a private unshared label.
146
+
- The `z` option tells Docker that two containers share the volume content.
147
+
141
148
## Installing custom root CA certificates
142
149
143
150
Custom root CA certificates can be mounted under `/usr/local/share/ca-certificates` and will be installed during the `misp-core` container start.
0 commit comments