Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3751938
D2205.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
499 B
Referenced Files
None
Subscribers
None
D2205.diff
View Options
diff --git a/roles/paas-docker/nginx/files/selinux/nginx.te b/roles/paas-docker/nginx/files/selinux/nginx.te
--- a/roles/paas-docker/nginx/files/selinux/nginx.te
+++ b/roles/paas-docker/nginx/files/selinux/nginx.te
@@ -19,8 +19,12 @@
require {
type httpd_t;
+ type container_file_t;
}
#============= httpd_t ==============
virt_exec_sandbox_files(httpd_t)
virt_read_sandbox_files(httpd_t)
+
+allow httpd_t container_file_t:lnk_file read;
+allow httpd_t container_file_t:file read;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 13:52 (20 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2250735
Default Alt Text
D2205.diff (499 B)
Attached To
Mode
D2205: Allow nginx to access container_file_t certificates on Docker engines
Attached
Detach File
Event Timeline
Log In to Comment