diff options
Diffstat (limited to 'usr/src/pkg/manifests/system-kernel.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-kernel.mf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-kernel.mf b/usr/src/pkg/manifests/system-kernel.mf index d3cf047cb9..a00bb109cc 100644 --- a/usr/src/pkg/manifests/system-kernel.mf +++ b/usr/src/pkg/manifests/system-kernel.mf @@ -94,6 +94,9 @@ dir path=lib/svc dir path=lib/svc/manifest group=sys dir path=lib/svc/manifest/system group=sys dir path=lib/svc/method +dir path=usr/kernel group=sys +dir path=usr/kernel/drv group=sys +dir path=usr/kernel/drv/$(ARCH64) group=sys dir path=usr/share/man dir path=usr/share/man/man1m dir path=usr/share/man/man2 @@ -254,6 +257,7 @@ $(i386_ONLY)driver name=sd perms="* 0640 root sys" \ driver name=sgen perms="* 0600 root sys" \ alias=scsa,08.bfcp \ alias=scsa,08.bvhci +driver name=signalfd perms="* 0666 root sys" driver name=simnet clone_perms="simnet 0666 root sys" perms="* 0666 root sys" $(i386_ONLY)driver name=smbios perms="smbios 0444 root sys" driver name=softmac @@ -820,6 +824,9 @@ file path=lib/svc/manifest/system/scheduler.xml group=sys mode=0444 file path=lib/svc/method/svc-dumpadm mode=0555 file path=lib/svc/method/svc-intrd mode=0555 file path=lib/svc/method/svc-scheduler mode=0555 +file path=usr/kernel/drv/$(ARCH64)/signalfd group=sys +$(i386_ONLY)file path=usr/kernel/drv/signalfd group=sys +file path=usr/kernel/drv/signalfd.conf group=sys $(sparc_ONLY)file path=usr/share/man/man1m/monitor.1m $(sparc_ONLY)file path=usr/share/man/man1m/obpsym.1m # On SPARC driver/bscv is Serverblade1 specific, and in system/kernel/platform |