summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorAlexander Pyhalov <apyhalov@gmail.com>2018-09-01 18:59:42 +0300
committerDan McDonald <danmcd@joyent.com>2018-09-04 10:21:37 -0400
commit8c3347c4989237d6ebeeb03a67b21a523fc105d6 (patch)
treecf65d2d22d7d54b8fde78cf73ae4a4fed299d0f9 /usr
parent45bf502ff96d3c90215cf16c25a80d757f276431 (diff)
downloadillumos-joyent-8c3347c4989237d6ebeeb03a67b21a523fc105d6.tar.gz
9782 eventfd support in zones is incomplete
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr')
-rw-r--r--usr/src/lib/brand/ipkg/zone/platform.xml1
-rw-r--r--usr/src/lib/brand/labeled/zone/platform.xml3
-rw-r--r--usr/src/lib/brand/sn1/zone/platform.xml1
3 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/lib/brand/ipkg/zone/platform.xml b/usr/src/lib/brand/ipkg/zone/platform.xml
index 7d5a59ed92..af417212f0 100644
--- a/usr/src/lib/brand/ipkg/zone/platform.xml
+++ b/usr/src/lib/brand/ipkg/zone/platform.xml
@@ -52,6 +52,7 @@
<device match="dsk" />
<device match="dtrace/*" />
<device match="dtrace/provider/*" />
+ <device match="eventfd" />
<device match="fd" />
<device match="full" />
<device match="ipnet" />
diff --git a/usr/src/lib/brand/labeled/zone/platform.xml b/usr/src/lib/brand/labeled/zone/platform.xml
index c87a66e5a6..710d54ba51 100644
--- a/usr/src/lib/brand/labeled/zone/platform.xml
+++ b/usr/src/lib/brand/labeled/zone/platform.xml
@@ -46,7 +46,7 @@
Export rendezvous files for global zone services including
Xorg, nscd, and labeld.
-->
- <global_mount special="/var/tsol/doors"
+ <global_mount special="/var/tsol/doors"
directory="/var/tsol/doors" type="lofs"/>
<!-- Local filesystems to mount when booting the zone -->
@@ -66,6 +66,7 @@
<device match="dsk" />
<device match="dtrace/*" />
<device match="dtrace/provider/*" />
+ <device match="eventfd" />
<device match="fd" />
<device match="full" />
<device match="ipnet" />
diff --git a/usr/src/lib/brand/sn1/zone/platform.xml b/usr/src/lib/brand/sn1/zone/platform.xml
index 88bb27e3db..1b8391a2f4 100644
--- a/usr/src/lib/brand/sn1/zone/platform.xml
+++ b/usr/src/lib/brand/sn1/zone/platform.xml
@@ -56,6 +56,7 @@
<device match="dsk" />
<device match="dtrace/*" />
<device match="dtrace/provider/*" />
+ <device match="eventfd" />
<device match="fd" />
<device match="full" />
<device match="ipnet" />