xref: /titanic_52/usr/src/pkg/manifests/system-kernel.mf (revision 3f7d54a6b84904c8f4d8daa4c7b577bede7df8b9)
1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23*3f7d54a6SGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ead1f93eSLiane Praza#
27ead1f93eSLiane Praza# This package will install successfully into any zone, global or
28ead1f93eSLiane Praza# non-global.  The files, directories, links, and hardlinks, however,
29ead1f93eSLiane Praza# will only be installed into the global zone.
30ead1f93eSLiane Praza#
31ead1f93eSLiane Praza<include hollow_zone_pkg>
32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/kernel@$(PKGVERS)
33ead1f93eSLiane Prazaset name=pkg.description \
34ead1f93eSLiane Praza    value="core kernel software for a specific instruction-set architecture"
35ead1f93eSLiane Prazaset name=pkg.summary value="Core Solaris Kernel"
36ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core
37ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
38ead1f93eSLiane Prazaset name=variant.opensolaris.zone value=global value=nonglobal
39ead1f93eSLiane Prazadir path=boot group=sys
40ead1f93eSLiane Praza$(i386_ONLY)dir path=boot/acpi group=sys
41ead1f93eSLiane Praza$(i386_ONLY)dir path=boot/acpi/tables group=sys
42ead1f93eSLiane Prazadir path=boot/solaris group=sys
43ead1f93eSLiane Prazadir path=boot/solaris/bin group=sys
44ead1f93eSLiane Prazadir path=etc group=sys
45ead1f93eSLiane Prazadir path=etc/crypto group=sys
46ead1f93eSLiane Prazadir path=kernel group=sys
47ead1f93eSLiane Praza$(i386_ONLY)dir path=kernel/$(ARCH64) group=sys
48ead1f93eSLiane Prazadir path=kernel/crypto group=sys
49ead1f93eSLiane Prazadir path=kernel/crypto/$(ARCH64) group=sys
50ead1f93eSLiane Prazadir path=kernel/dacf group=sys
51ead1f93eSLiane Prazadir path=kernel/dacf/$(ARCH64) group=sys
52ead1f93eSLiane Prazadir path=kernel/drv group=sys
53ead1f93eSLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
54ead1f93eSLiane Prazadir path=kernel/exec group=sys
55ead1f93eSLiane Prazadir path=kernel/exec/$(ARCH64) group=sys
56ead1f93eSLiane Prazadir path=kernel/fs group=sys
57ead1f93eSLiane Prazadir path=kernel/fs/$(ARCH64) group=sys
58ead1f93eSLiane Prazadir path=kernel/ipp group=sys
59ead1f93eSLiane Prazadir path=kernel/ipp/$(ARCH64) group=sys
60ead1f93eSLiane Prazadir path=kernel/kiconv group=sys
61ead1f93eSLiane Prazadir path=kernel/kiconv/$(ARCH64) group=sys
62ead1f93eSLiane Prazadir path=kernel/mac group=sys
63ead1f93eSLiane Prazadir path=kernel/mac/$(ARCH64) group=sys
64ead1f93eSLiane Prazadir path=kernel/misc group=sys
65ead1f93eSLiane Prazadir path=kernel/misc/$(ARCH64) group=sys
66ead1f93eSLiane Prazadir path=kernel/misc/scsi_vhci group=sys
67ead1f93eSLiane Prazadir path=kernel/misc/scsi_vhci/$(ARCH64) group=sys
68ead1f93eSLiane Prazadir path=kernel/sched group=sys
69ead1f93eSLiane Prazadir path=kernel/sched/$(ARCH64) group=sys
70ead1f93eSLiane Prazadir path=kernel/socketmod group=sys
71ead1f93eSLiane Prazadir path=kernel/socketmod/$(ARCH64) group=sys
72ead1f93eSLiane Prazadir path=kernel/strmod group=sys
73ead1f93eSLiane Prazadir path=kernel/strmod/$(ARCH64) group=sys
74ead1f93eSLiane Prazadir path=kernel/sys group=sys
75ead1f93eSLiane Prazadir path=kernel/sys/$(ARCH64) group=sys
76ead1f93eSLiane Prazadir path=lib
77ead1f93eSLiane Prazadir path=lib/svc
78ead1f93eSLiane Prazadir path=lib/svc/method
799444c26fSTom Whittendir path=lib/svc/manifest group=sys
809444c26fSTom Whittendir path=lib/svc/manifest/system group=sys
81ead1f93eSLiane Praza$(i386_ONLY)driver name=acpi_drv perms="* 0666 root sys"
82ead1f93eSLiane Prazadriver name=aggr perms="* 0666 root sys"
83ead1f93eSLiane Prazadriver name=arp perms="arp 0666 root sys"
84ead1f93eSLiane Prazadriver name=bl perms="* 0666 root sys"
85ead1f93eSLiane Prazadriver name=bridge clone_perms="bridge 0666 root sys" \
86ead1f93eSLiane Praza    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
87ead1f93eSLiane Praza$(sparc_ONLY)driver name=bscbus alias=SUNW,bscbus
88ead1f93eSLiane Praza$(i386_ONLY)driver name=bscbus alias=SVI0101
89ead1f93eSLiane Praza$(sparc_ONLY)driver name=bscv alias=SUNW,bscv perms="* 0644 root sys"
90ead1f93eSLiane Praza$(i386_ONLY)driver name=bscv
91ead1f93eSLiane Prazadriver name=clone
92ead1f93eSLiane Prazadriver name=cn perms="* 0620 root tty"
93ead1f93eSLiane Prazadriver name=conskbd perms="kbd 0666 root sys"
94ead1f93eSLiane Prazadriver name=consms perms="mouse 0666 root sys"
95ead1f93eSLiane Prazadriver name=cpuid perms="self 0644 root sys"
96ead1f93eSLiane Praza$(i386_ONLY)driver name=cpunex alias=cpus
97ead1f93eSLiane Prazadriver name=crypto perms="crypto 0666 root sys"
98ead1f93eSLiane Prazadriver name=cryptoadm perms="cryptoadm 0644 root sys"
99ead1f93eSLiane Praza$(sparc_ONLY)driver name=dad alias=ide-disk perms="* 0640 root sys"
100ead1f93eSLiane Prazadriver name=devinfo perms="devinfo 0640 root sys" \
101ead1f93eSLiane Praza    perms="devinfo,ro 0444 root sys"
102ead1f93eSLiane Prazadriver name=dld perms="* 0666 root sys"
103ead1f93eSLiane Prazadriver name=dlpistub perms="* 0666 root sys"
104ead1f93eSLiane Praza$(sparc_ONLY)driver name=i8042 alias=8042
105ead1f93eSLiane Praza$(i386_ONLY)driver name=i8042
106ead1f93eSLiane Prazadriver name=icmp perms="icmp 0666 root sys" \
107ead1f93eSLiane Praza    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
108ead1f93eSLiane Prazadriver name=icmp6 perms="icmp6 0666 root sys" \
109ead1f93eSLiane Praza    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
110ead1f93eSLiane Praza$(i386_ONLY)driver name=intel_nb5000 \
111ead1f93eSLiane Praza    alias=pci8086,25c0 \
112ead1f93eSLiane Praza    alias=pci8086,25d0 \
113ead1f93eSLiane Praza    alias=pci8086,25d4 \
114ead1f93eSLiane Praza    alias=pci8086,25d8 \
115ead1f93eSLiane Praza    alias=pci8086,3600 \
116ead1f93eSLiane Praza    alias=pci8086,4000 \
117ead1f93eSLiane Praza    alias=pci8086,4001 \
118ead1f93eSLiane Praza    alias=pci8086,4003 \
119ead1f93eSLiane Praza    alias=pci8086,65c0
120ead1f93eSLiane Praza$(i386_ONLY)driver name=intel_nhm \
121ead1f93eSLiane Praza    alias=pci8086,3423 \
122ead1f93eSLiane Praza    alias=pci8086,372a
123ead1f93eSLiane Praza$(i386_ONLY)driver name=intel_nhmex alias=pci8086,3422
124ead1f93eSLiane Prazadriver name=ip perms="ip 0666 root sys" \
125ead1f93eSLiane Praza    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
126ead1f93eSLiane Prazadriver name=ip6 perms="ip6 0666 root sys" \
127ead1f93eSLiane Praza    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
128ead1f93eSLiane Prazadriver name=ipnet perms="lo0 0666 root sys" \
129ead1f93eSLiane Praza    policy="read_priv_set=net_observability write_priv_set=net_observability"
130ead1f93eSLiane Prazadriver name=ippctl
131ead1f93eSLiane Prazadriver name=ipsecah perms="ipsecah 0666 root sys" \
132ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
133ead1f93eSLiane Prazadriver name=ipsecesp perms="ipsecesp 0666 root sys" \
134ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
135ead1f93eSLiane Prazadriver name=iptun
136ead1f93eSLiane Prazadriver name=iwscn
137ead1f93eSLiane Prazadriver name=kb8042 alias=pnpPNP,303
138ead1f93eSLiane Prazadriver name=keysock perms="keysock 0666 root sys" \
139ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
140ead1f93eSLiane Prazadriver name=kmdb
141ead1f93eSLiane Prazadriver name=kssl perms="* 0666 root sys"
142ead1f93eSLiane Prazadriver name=llc1 clone_perms="llc1 0666 root sys"
143ead1f93eSLiane Prazadriver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys"
144ead1f93eSLiane Prazadriver name=log perms="conslog 0666 root sys" perms="log 0640 root sys"
145ead1f93eSLiane Praza$(i386_ONLY)driver name=mc-amd \
146ead1f93eSLiane Praza    alias=pci1022,1100 \
147ead1f93eSLiane Praza    alias=pci1022,1101 \
148ead1f93eSLiane Praza    alias=pci1022,1102
149ead1f93eSLiane Prazadriver name=mm perms="allkmem 0600 root sys" perms="kmem 0640 root sys" \
150ead1f93eSLiane Praza    perms="mem 0640 root sys" perms="null 0666 root sys" \
151ead1f93eSLiane Praza    perms="zero 0666 root sys" \
152ead1f93eSLiane Praza    policy="allkmem read_priv_set=all write_priv_set=all" \
153ead1f93eSLiane Praza    policy="kmem read_priv_set=none write_priv_set=all" \
154ead1f93eSLiane Praza    policy="mem read_priv_set=none write_priv_set=all"
155ead1f93eSLiane Prazadriver name=mouse8042 alias=pnpPNP,f03
156ead1f93eSLiane Praza$(i386_ONLY)driver name=mpt class=scsi \
157ead1f93eSLiane Praza    alias=pci1000,30 \
158ead1f93eSLiane Praza    alias=pci1000,50 \
159ead1f93eSLiane Praza    alias=pci1000,54 \
160ead1f93eSLiane Praza    alias=pci1000,56 \
161ead1f93eSLiane Praza    alias=pci1000,58 \
162ead1f93eSLiane Praza    alias=pci1000,62 \
163ead1f93eSLiane Praza    alias=pciex1000,56 \
164ead1f93eSLiane Praza    alias=pciex1000,58 \
165ead1f93eSLiane Praza    alias=pciex1000,62
166ead1f93eSLiane Prazadriver name=nulldriver \
167ead1f93eSLiane Praza    alias=scsa,nodev \
168ead1f93eSLiane Praza    alias=scsa,probe
169ead1f93eSLiane Prazadriver name=openeepr perms="openprom 0640 root sys" policy=write_priv_set=all
170ead1f93eSLiane Prazadriver name=options
171ead1f93eSLiane Praza$(sparc_ONLY)driver name=pci_pci class=pci \
172ead1f93eSLiane Praza    alias=pci1011,1 \
173ead1f93eSLiane Praza    alias=pci1011,21 \
174ead1f93eSLiane Praza    alias=pci1011,24 \
175ead1f93eSLiane Praza    alias=pci1011,25 \
176ead1f93eSLiane Praza    alias=pci1011,26 \
177ead1f93eSLiane Praza    alias=pci1014,22 \
178ead1f93eSLiane Praza    alias=pciclass,060400
179ead1f93eSLiane Praza$(i386_ONLY)driver name=pci_pci class=pci \
180ead1f93eSLiane Praza    alias=pci1011,1 \
181ead1f93eSLiane Praza    alias=pci1011,21 \
182ead1f93eSLiane Praza    alias=pci1014,22 \
183ead1f93eSLiane Praza    alias=pciclass,060400 \
184ead1f93eSLiane Praza    alias=pciclass,060401
185ead1f93eSLiane Praza$(sparc_ONLY)driver name=pcieb \
186ead1f93eSLiane Praza    alias=pciex108e,9010 \
187ead1f93eSLiane Praza    alias=pciex108e,9020 \
188ead1f93eSLiane Praza    alias=pciex10b5,8114 \
189ead1f93eSLiane Praza    alias=pciex10b5,8516 \
190ead1f93eSLiane Praza    alias=pciex10b5,8517 \
191ead1f93eSLiane Praza    alias=pciex10b5,8518 \
192ead1f93eSLiane Praza    alias=pciex10b5,8532 \
193ead1f93eSLiane Praza    alias=pciex10b5,8533 \
194ead1f93eSLiane Praza    alias=pciex10b5,8548 \
195ead1f93eSLiane Praza    alias=pciexclass,060400
196ead1f93eSLiane Praza$(i386_ONLY)driver name=pcieb \
197ead1f93eSLiane Praza    alias=pciexclass,060400 \
198ead1f93eSLiane Praza    alias=pciexclass,060401
199ead1f93eSLiane Praza$(sparc_ONLY)driver name=pcieb_bcm alias=pciex1166,103
200ead1f93eSLiane Prazadriver name=physmem perms="* 0600 root sys"
201ead1f93eSLiane Prazadriver name=poll perms="* 0666 root sys"
202ead1f93eSLiane Praza$(sparc_ONLY)driver name=power alias=ali1535d+-power
203ead1f93eSLiane Praza$(i386_ONLY)driver name=power
204ead1f93eSLiane Prazadriver name=pseudo alias=zconsnex
205ead1f93eSLiane Prazadriver name=ptc perms="* 0666 root sys"
206ead1f93eSLiane Prazadriver name=ptsl perms="* 0666 root sys"
207ead1f93eSLiane Praza$(sparc_ONLY)driver name=ramdisk alias=SUNW,ramdisk perms="* 0600 root sys" \
208ead1f93eSLiane Praza    perms="ctl 0644 root sys"
209ead1f93eSLiane Praza$(i386_ONLY)driver name=ramdisk perms="* 0600 root sys" \
210ead1f93eSLiane Praza    perms="ctl 0644 root sys"
211ead1f93eSLiane Prazadriver name=random perms="* 0644 root sys" policy=write_priv_set=sys_devices
212ead1f93eSLiane Prazadriver name=rts perms="rts 0666 root sys"
213ead1f93eSLiane Prazadriver name=sad perms="admin 0666 root sys" perms="user 0666 root sys"
214ead1f93eSLiane Prazadriver name=scsi_vhci class=scsi-self-identifying perms="* 0666 root sys" \
215ead1f93eSLiane Praza    policy="devctl write_priv_set=sys_devices"
216ead1f93eSLiane Praza$(sparc_ONLY)driver name=sd perms="* 0640 root sys" \
217ead1f93eSLiane Praza    alias=ide-cdrom \
218ead1f93eSLiane Praza    alias=scsiclass,00 \
219ead1f93eSLiane Praza    alias=scsiclass,05
220ead1f93eSLiane Praza$(i386_ONLY)driver name=sd perms="* 0640 root sys" \
221ead1f93eSLiane Praza    alias=scsiclass,00 \
222ead1f93eSLiane Praza    alias=scsiclass,05
223ead1f93eSLiane Prazadriver name=sgen perms="* 0600 root sys" \
224ead1f93eSLiane Praza    alias=scsa,08.bfcp \
225ead1f93eSLiane Praza    alias=scsa,08.bvhci
226ead1f93eSLiane Prazadriver name=simnet clone_perms="simnet 0666 root sys" perms="* 0666 root sys"
227ead1f93eSLiane Praza$(i386_ONLY)driver name=smbios perms="smbios 0444 root sys"
228ead1f93eSLiane Prazadriver name=softmac
229ead1f93eSLiane Prazadriver name=spdsock perms="spdsock 0666 root sys" \
230ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
231ead1f93eSLiane Prazadriver name=st alias=scsiclass,01 perms="* 0666 root sys"
232ead1f93eSLiane Prazadriver name=sy perms="tty 0666 root tty"
233ead1f93eSLiane Prazadriver name=sysevent perms="* 0600 root sys"
234ead1f93eSLiane Prazadriver name=sysmsg perms="msglog 0600 root sys" perms="sysmsg 0600 root sys"
235ead1f93eSLiane Prazadriver name=tcp perms="tcp 0666 root sys"
236ead1f93eSLiane Prazadriver name=tcp6 perms="tcp6 0666 root sys"
237ead1f93eSLiane Prazadriver name=tl perms="* 0666 root sys" clone_perms="ticlts 0666 root sys" \
238ead1f93eSLiane Praza    clone_perms="ticots 0666 root sys" clone_perms="ticotsord 0666 root sys"
239ead1f93eSLiane Praza$(sparc_ONLY)driver name=ttymux alias=multiplexer
240ead1f93eSLiane Praza$(i386_ONLY)driver name=tzmon
241ead1f93eSLiane Praza$(sparc_ONLY)driver name=uata \
242ead1f93eSLiane Praza    alias=pci1095,646 \
243ead1f93eSLiane Praza    alias=pci1095,649 \
244ead1f93eSLiane Praza    alias=pci1095,680 \
245ead1f93eSLiane Praza    alias=pci10b9,5229 \
246ead1f93eSLiane Praza    alias=pci10b9,5288 class=dada class=scsi
247ead1f93eSLiane Praza$(i386_ONLY)driver name=ucode perms="* 0644 root sys"
248ead1f93eSLiane Prazadriver name=udp perms="udp 0666 root sys"
249ead1f93eSLiane Prazadriver name=udp6 perms="udp6 0666 root sys"
250ead1f93eSLiane Praza$(i386_ONLY)driver name=vgatext \
251ead1f93eSLiane Praza    alias=pciclass,000100 \
252ead1f93eSLiane Praza    alias=pciclass,030000 \
253ead1f93eSLiane Praza    alias=pciclass,030001 \
254ead1f93eSLiane Praza    alias=pnpPNP,900
255ead1f93eSLiane Prazadriver name=vnic clone_perms="vnic 0666 root sys" perms="* 0666 root sys"
256ead1f93eSLiane Prazadriver name=wc perms="* 0600 root sys"
257ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/create_diskmap group=sys mode=0555
258ead1f93eSLiane Prazafile path=boot/solaris/bin/create_ramdisk group=sys mode=0555
259ead1f93eSLiane Prazafile path=boot/solaris/bin/extract_boot_filelist group=sys mode=0555
260ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/mbr group=sys mode=0555
261ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/symdef group=sys mode=0555
262ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/update_grub group=sys mode=0555
263ead1f93eSLiane Prazafile path=boot/solaris/filelist.ramdisk group=sys
264ead1f93eSLiane Prazafile path=boot/solaris/filelist.safe group=sys
265ead1f93eSLiane Prazafile path=etc/crypto/kcf.conf group=sys \
266ead1f93eSLiane Praza    original_name=SUNWckr:etc/crypto/kcf.conf preserve=true
267ead1f93eSLiane Prazafile path=etc/name_to_sysnum group=sys original_name=SUNWckr:etc/name_to_sysnum \
268ead1f93eSLiane Praza    preserve=renameold
269ead1f93eSLiane Prazafile path=etc/system group=sys original_name=SUNWckr:etc/system preserve=true
270ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/$(ARCH64)/genunix group=sys mode=0755 \
271ead1f93eSLiane Praza    reboot-needed=true
272ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755 reboot-needed=true
273ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755 reboot-needed=true
274ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755 \
275ead1f93eSLiane Praza    reboot-needed=true
276ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/des group=sys mode=0755 reboot-needed=true
277ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755 reboot-needed=true
278ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/md4 group=sys mode=0755 reboot-needed=true
279ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/md5 group=sys mode=0755 reboot-needed=true
280ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/rsa group=sys mode=0755 reboot-needed=true
281ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/sha1 group=sys mode=0755 reboot-needed=true
282ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/sha2 group=sys mode=0755 reboot-needed=true
283ead1f93eSLiane Prazafile path=kernel/crypto/$(ARCH64)/swrand group=sys mode=0755 reboot-needed=true
284ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/aes group=sys mode=0755 reboot-needed=true
285ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/arcfour group=sys mode=0755 \
286ead1f93eSLiane Praza    reboot-needed=true
287ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/blowfish group=sys mode=0755 \
288ead1f93eSLiane Praza    reboot-needed=true
289ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/des group=sys mode=0755 reboot-needed=true
290ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/ecc group=sys mode=0755 reboot-needed=true
291ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/md4 group=sys mode=0755 reboot-needed=true
292ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/md5 group=sys mode=0755 reboot-needed=true
293ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/rsa group=sys mode=0755 reboot-needed=true
294ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/sha1 group=sys mode=0755 reboot-needed=true
295ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/sha2 group=sys mode=0755 reboot-needed=true
296ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/crypto/swrand group=sys mode=0755 \
297ead1f93eSLiane Praza    reboot-needed=true
298ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/dacf/$(ARCH64)/consconfig_dacf group=sys mode=0755 \
299ead1f93eSLiane Praza    reboot-needed=true
300ead1f93eSLiane Prazafile path=kernel/dacf/$(ARCH64)/net_dacf group=sys mode=0755 reboot-needed=true
301ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/dacf/net_dacf group=sys mode=0755 \
302ead1f93eSLiane Praza    reboot-needed=true
303ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_drv group=sys
304ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_toshiba group=sys
305ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/aggr group=sys
306ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/arp group=sys
307ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/bl group=sys
308ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/bridge group=sys
309ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/bscbus group=sys
310ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/bscv group=sys
311ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/clone group=sys
312ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cn group=sys
313ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/conskbd group=sys
314ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/consms group=sys
315ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cpuid group=sys
316ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/cpunex group=sys
317ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/crypto group=sys
318ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cryptoadm group=sys
319ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/dad group=sys
320ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/devinfo group=sys
321ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/dld group=sys
322ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/dlpistub group=sys
323ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/i8042 group=sys
324ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/icmp group=sys
325ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/icmp6 group=sys
326ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nb5000 group=sys
327ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhm group=sys
328ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhmex group=sys
329ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ip group=sys
330ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ip6 group=sys
331ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipnet group=sys
332ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ippctl group=sys
333ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipsecah group=sys
334ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipsecesp group=sys
335ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/iptun group=sys
336ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/iwscn group=sys
337ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kb8042 group=sys
338ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/keysock group=sys
339ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kmdb group=sys
340ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kssl group=sys
341ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/llc1 group=sys
342ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/lofi group=sys
343ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/log group=sys
344ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mc-amd group=sys
345ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/mm group=sys
346ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/mouse8042 group=sys
347ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mpt group=sys
348ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/nulldriver group=sys
349ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/openeepr group=sys
350ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/options group=sys
351ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pci_pci group=sys
352ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pcieb group=sys
353ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/pcieb_bcm group=sys
354ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/physmem group=sys
355ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/poll group=sys
356ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/power group=sys
357ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pseudo group=sys
358ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ptc group=sys
359ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ptsl group=sys
360ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ramdisk group=sys
361ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/random group=sys
362ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/rts group=sys
363ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sad group=sys
364ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/scsi_vhci group=sys
365ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sd group=sys
366ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sgen group=sys
367ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/simnet group=sys
368ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/smbios group=sys
369ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/softmac group=sys
370ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/spdsock group=sys
371ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/st group=sys
372ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sy group=sys
373ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sysevent group=sys
374ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sysmsg group=sys
375ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tcp group=sys
376ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tcp6 group=sys
377ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tl group=sys
378ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/ttymux group=sys
379ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/tzmon group=sys
380ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/uata group=sys
381ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/ucode group=sys
382ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/udp group=sys
383ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/udp6 group=sys
384ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/vgatext group=sys
385ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/vnic group=sys
386ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/wc group=sys
387ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/acpi_drv group=sys
388ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/acpi_drv.conf group=sys reboot-needed=false
389ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/acpi_toshiba group=sys
390ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/aggr group=sys
391ead1f93eSLiane Prazafile path=kernel/drv/aggr.conf group=sys reboot-needed=false
392ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/arp group=sys
393ead1f93eSLiane Prazafile path=kernel/drv/arp.conf group=sys reboot-needed=false
394ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/bl group=sys
395ead1f93eSLiane Prazafile path=kernel/drv/bl.conf group=sys reboot-needed=false
396ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/bridge group=sys
397ead1f93eSLiane Prazafile path=kernel/drv/bridge.conf group=sys reboot-needed=false
398ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/bscbus group=sys
399ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/bscbus.conf group=sys reboot-needed=false
400ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/bscv group=sys
401ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/bscv.conf group=sys reboot-needed=false
402ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/clone group=sys
403ead1f93eSLiane Prazafile path=kernel/drv/clone.conf group=sys reboot-needed=false
404ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/cn group=sys
405ead1f93eSLiane Prazafile path=kernel/drv/cn.conf group=sys reboot-needed=false
406ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/conskbd group=sys
407ead1f93eSLiane Prazafile path=kernel/drv/conskbd.conf group=sys reboot-needed=false
408ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/consms group=sys
409ead1f93eSLiane Prazafile path=kernel/drv/consms.conf group=sys reboot-needed=false
410ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/cpuid group=sys
411ead1f93eSLiane Prazafile path=kernel/drv/cpuid.conf group=sys reboot-needed=false
412ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/cpunex group=sys
413ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/crypto group=sys
414ead1f93eSLiane Prazafile path=kernel/drv/crypto.conf group=sys reboot-needed=false
415ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/cryptoadm group=sys
416ead1f93eSLiane Prazafile path=kernel/drv/cryptoadm.conf group=sys reboot-needed=false
417ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/dad.conf group=sys reboot-needed=false
418ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/devinfo group=sys
419ead1f93eSLiane Prazafile path=kernel/drv/devinfo.conf group=sys reboot-needed=false
420ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/dld group=sys
421ead1f93eSLiane Prazafile path=kernel/drv/dld.conf group=sys reboot-needed=false
422ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/dlpistub group=sys
423ead1f93eSLiane Prazafile path=kernel/drv/dlpistub.conf group=sys reboot-needed=false
424ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/i8042 group=sys
425ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/icmp group=sys
426ead1f93eSLiane Prazafile path=kernel/drv/icmp.conf group=sys reboot-needed=false
427ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/icmp6 group=sys
428ead1f93eSLiane Prazafile path=kernel/drv/icmp6.conf group=sys reboot-needed=false
429ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/intel_nb5000 group=sys
430ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/intel_nb5000.conf group=sys reboot-needed=false
431ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/intel_nhm group=sys
432ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/intel_nhm.conf group=sys reboot-needed=false
433ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/intel_nhmex group=sys
434ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/intel_nhmex.conf group=sys reboot-needed=false
435ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ip group=sys
436ead1f93eSLiane Prazafile path=kernel/drv/ip.conf group=sys reboot-needed=false
437ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ip6 group=sys
438ead1f93eSLiane Prazafile path=kernel/drv/ip6.conf group=sys reboot-needed=false
439ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ipnet group=sys
440ead1f93eSLiane Prazafile path=kernel/drv/ipnet.conf group=sys reboot-needed=false
441ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ippctl group=sys
442ead1f93eSLiane Prazafile path=kernel/drv/ippctl.conf group=sys reboot-needed=false
443ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ipsecah group=sys
444ead1f93eSLiane Prazafile path=kernel/drv/ipsecah.conf group=sys reboot-needed=false
445ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ipsecesp group=sys
446ead1f93eSLiane Prazafile path=kernel/drv/ipsecesp.conf group=sys reboot-needed=false
447ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/iptun group=sys
448ead1f93eSLiane Prazafile path=kernel/drv/iptun.conf group=sys reboot-needed=false
449ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/iwscn group=sys
450ead1f93eSLiane Prazafile path=kernel/drv/iwscn.conf group=sys reboot-needed=false
451ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/kb8042 group=sys
452ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/keysock group=sys
453ead1f93eSLiane Prazafile path=kernel/drv/keysock.conf group=sys reboot-needed=false
454ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/kmdb group=sys
455ead1f93eSLiane Prazafile path=kernel/drv/kmdb.conf group=sys reboot-needed=false
456ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/kssl group=sys
457ead1f93eSLiane Prazafile path=kernel/drv/kssl.conf group=sys reboot-needed=false
458ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/llc1 group=sys
459ead1f93eSLiane Prazafile path=kernel/drv/llc1.conf group=sys reboot-needed=false
460ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/lofi group=sys
461ead1f93eSLiane Prazafile path=kernel/drv/lofi.conf group=sys reboot-needed=false
462ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/log group=sys
463ead1f93eSLiane Prazafile path=kernel/drv/log.conf group=sys \
464ead1f93eSLiane Praza    original_name=SUNWckr:kernel/drv/log.conf preserve=true reboot-needed=false
465ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mc-amd group=sys
466ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mc-amd.conf group=sys reboot-needed=false
467ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mm group=sys
468ead1f93eSLiane Prazafile path=kernel/drv/mm.conf group=sys reboot-needed=false
469ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mouse8042 group=sys
470ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mpt group=sys
471ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mpt.conf group=sys \
472ead1f93eSLiane Praza    original_name=SUNWckr:kernel/drv/mpt.conf preserve=true reboot-needed=false
473ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/nulldriver group=sys
474ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/openeepr group=sys
475ead1f93eSLiane Prazafile path=kernel/drv/openeepr.conf group=sys reboot-needed=false
476ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/options group=sys
477ead1f93eSLiane Prazafile path=kernel/drv/options.conf group=sys reboot-needed=false
478ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/pci_pci group=sys
479ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/pcieb group=sys
480ead1f93eSLiane Prazafile path=kernel/drv/pcieb.conf group=sys reboot-needed=false
481ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/physmem group=sys
482ead1f93eSLiane Prazafile path=kernel/drv/physmem.conf group=sys reboot-needed=false
483ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/poll group=sys
484ead1f93eSLiane Prazafile path=kernel/drv/poll.conf group=sys reboot-needed=false
485ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/power group=sys
486ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/power.conf group=sys reboot-needed=false
487ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/pseudo group=sys
488ead1f93eSLiane Prazafile path=kernel/drv/pseudo.conf group=sys reboot-needed=false
489ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ptc group=sys
490ead1f93eSLiane Prazafile path=kernel/drv/ptc.conf group=sys reboot-needed=false
491ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ptsl group=sys
492ead1f93eSLiane Prazafile path=kernel/drv/ptsl.conf group=sys reboot-needed=false
493ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ramdisk group=sys
494ead1f93eSLiane Prazafile path=kernel/drv/ramdisk.conf group=sys reboot-needed=false
495ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/random group=sys
496ead1f93eSLiane Prazafile path=kernel/drv/random.conf group=sys reboot-needed=false
497ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/rts group=sys
498ead1f93eSLiane Prazafile path=kernel/drv/rts.conf group=sys reboot-needed=false
499ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/sad group=sys
500ead1f93eSLiane Prazafile path=kernel/drv/sad.conf group=sys reboot-needed=false
501ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/scsi_vhci group=sys
502ead1f93eSLiane Prazafile path=kernel/drv/scsi_vhci.conf group=sys \
503ead1f93eSLiane Praza    original_name=SUNWckr:kernel/drv/scsi_vhci.conf preserve=true \
504ead1f93eSLiane Praza    reboot-needed=false
505ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/sd.conf group=sys \
506ead1f93eSLiane Praza    original_name=SUNWckr:kernel/drv/sd.conf preserve=true reboot-needed=false
507ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/sgen group=sys
508ead1f93eSLiane Prazafile path=kernel/drv/sgen.conf group=sys \
509ead1f93eSLiane Praza    original_name=SUNWckr:kernel/drv/sgen.conf preserve=true \
510ead1f93eSLiane Praza    reboot-needed=false
511ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/simnet group=sys
512ead1f93eSLiane Prazafile path=kernel/drv/simnet.conf group=sys reboot-needed=false
513ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/smbios group=sys
514ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/smbios.conf group=sys reboot-needed=false
515ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/softmac group=sys
516ead1f93eSLiane Prazafile path=kernel/drv/softmac.conf group=sys reboot-needed=false
517ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/spdsock group=sys
518ead1f93eSLiane Prazafile path=kernel/drv/spdsock.conf group=sys reboot-needed=false
519ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/st group=sys
520ead1f93eSLiane Prazafile path=kernel/drv/st.conf group=sys original_name=SUNWckr:kernel/drv/st.conf \
521ead1f93eSLiane Praza    preserve=true reboot-needed=false
522ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/sy group=sys
523ead1f93eSLiane Prazafile path=kernel/drv/sy.conf group=sys reboot-needed=false
524ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/sysevent group=sys
525ead1f93eSLiane Prazafile path=kernel/drv/sysevent.conf group=sys reboot-needed=false
526ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/sysmsg group=sys
527ead1f93eSLiane Prazafile path=kernel/drv/sysmsg.conf group=sys reboot-needed=false
528ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/tcp group=sys
529ead1f93eSLiane Prazafile path=kernel/drv/tcp.conf group=sys reboot-needed=false
530ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/tcp6 group=sys
531ead1f93eSLiane Prazafile path=kernel/drv/tcp6.conf group=sys reboot-needed=false
532ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/tl group=sys
533ead1f93eSLiane Prazafile path=kernel/drv/tl.conf group=sys reboot-needed=false
534ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/tzmon group=sys
535ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/tzmon.conf group=sys reboot-needed=false
536ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/uata.conf group=sys \
537ead1f93eSLiane Praza    original_name=SUNWckr:kernel/drv/uata.conf preserve=true \
538ead1f93eSLiane Praza    reboot-needed=false
539ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ucode group=sys
540ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ucode.conf group=sys reboot-needed=false
541ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/udp group=sys
542ead1f93eSLiane Prazafile path=kernel/drv/udp.conf group=sys reboot-needed=false
543ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/udp6 group=sys
544ead1f93eSLiane Prazafile path=kernel/drv/udp6.conf group=sys reboot-needed=false
545ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/vgatext group=sys
546ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/vnic group=sys
547ead1f93eSLiane Prazafile path=kernel/drv/vnic.conf group=sys reboot-needed=false
548ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/wc group=sys
549ead1f93eSLiane Prazafile path=kernel/drv/wc.conf group=sys reboot-needed=false
550ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/exec/$(ARCH64)/aoutexec group=sys mode=0755 \
551ead1f93eSLiane Praza    reboot-needed=true
552ead1f93eSLiane Prazafile path=kernel/exec/$(ARCH64)/elfexec group=sys mode=0755 reboot-needed=true
553ead1f93eSLiane Prazafile path=kernel/exec/$(ARCH64)/intpexec group=sys mode=0755 reboot-needed=true
554ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/exec/elfexec group=sys mode=0755 reboot-needed=true
555ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/exec/intpexec group=sys mode=0755 \
556ead1f93eSLiane Praza    reboot-needed=true
557ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/autofs group=sys mode=0755 reboot-needed=true
558ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/cachefs group=sys mode=0755 reboot-needed=true
559ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/ctfs group=sys mode=0755 reboot-needed=true
560ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/dcfs group=sys mode=0755 reboot-needed=true
561ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/dev group=sys mode=0755 reboot-needed=true
562ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/devfs group=sys mode=0755 reboot-needed=true
563ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/fifofs group=sys mode=0755 reboot-needed=true
564ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/hsfs group=sys mode=0755 reboot-needed=true
565ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/lofs group=sys mode=0755 reboot-needed=true
566ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/mntfs group=sys mode=0755 reboot-needed=true
567ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/namefs group=sys mode=0755 reboot-needed=true
568ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/objfs group=sys mode=0755 reboot-needed=true
569ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/procfs group=sys mode=0755 reboot-needed=true
570ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/sharefs group=sys mode=0755 reboot-needed=true
571ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/sockfs group=sys mode=0755 reboot-needed=true
572ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/specfs group=sys mode=0755 reboot-needed=true
573ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/tmpfs group=sys mode=0755 reboot-needed=true
574ead1f93eSLiane Prazafile path=kernel/fs/$(ARCH64)/ufs group=sys mode=0755 reboot-needed=true
575ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/autofs group=sys mode=0755 reboot-needed=true
576ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/cachefs group=sys mode=0755 reboot-needed=true
577ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/ctfs group=sys mode=0755 reboot-needed=true
578ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/dcfs group=sys mode=0755 reboot-needed=true
579ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/dev group=sys mode=0755 reboot-needed=true
580ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/devfs group=sys mode=0755 reboot-needed=true
581ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/fifofs group=sys mode=0755 reboot-needed=true
582ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/hsfs group=sys mode=0755 reboot-needed=true
583ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/lofs group=sys mode=0755 reboot-needed=true
584ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/mntfs group=sys mode=0755 reboot-needed=true
585ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/namefs group=sys mode=0755 reboot-needed=true
586ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/objfs group=sys mode=0755 reboot-needed=true
587ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/procfs group=sys mode=0755 reboot-needed=true
588ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/sharefs group=sys mode=0755 reboot-needed=true
589ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/sockfs group=sys mode=0755 reboot-needed=true
590ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/specfs group=sys mode=0755 reboot-needed=true
591ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/tmpfs group=sys mode=0755 reboot-needed=true
592ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/fs/ufs group=sys mode=0755 reboot-needed=true
593ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/genunix group=sys mode=0755 reboot-needed=true
594ead1f93eSLiane Prazafile path=kernel/ipp/$(ARCH64)/ipgpc group=sys mode=0755 reboot-needed=true
595ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/ipp/ipgpc group=sys mode=0755 reboot-needed=true
596ead1f93eSLiane Prazafile path=kernel/kiconv/$(ARCH64)/kiconv_emea group=sys mode=0755 \
597ead1f93eSLiane Praza    reboot-needed=true
598ead1f93eSLiane Prazafile path=kernel/kiconv/$(ARCH64)/kiconv_ja group=sys mode=0755 \
599ead1f93eSLiane Praza    reboot-needed=true
600ead1f93eSLiane Prazafile path=kernel/kiconv/$(ARCH64)/kiconv_ko group=sys mode=0755 \
601ead1f93eSLiane Praza    reboot-needed=true
602ead1f93eSLiane Prazafile path=kernel/kiconv/$(ARCH64)/kiconv_sc group=sys mode=0755 \
603ead1f93eSLiane Praza    reboot-needed=true
604ead1f93eSLiane Prazafile path=kernel/kiconv/$(ARCH64)/kiconv_tc group=sys mode=0755 \
605ead1f93eSLiane Praza    reboot-needed=true
606ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/kiconv/kiconv_emea group=sys mode=0755 \
607ead1f93eSLiane Praza    reboot-needed=true
608ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/kiconv/kiconv_ja group=sys mode=0755 \
609ead1f93eSLiane Praza    reboot-needed=true
610ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/kiconv/kiconv_ko group=sys mode=0755 \
611ead1f93eSLiane Praza    reboot-needed=true
612ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/kiconv/kiconv_sc group=sys mode=0755 \
613ead1f93eSLiane Praza    reboot-needed=true
614ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/kiconv/kiconv_tc group=sys mode=0755 \
615ead1f93eSLiane Praza    reboot-needed=true
616ead1f93eSLiane Prazafile path=kernel/mac/$(ARCH64)/mac_6to4 group=sys mode=0755 reboot-needed=true
617ead1f93eSLiane Prazafile path=kernel/mac/$(ARCH64)/mac_ether group=sys mode=0755 reboot-needed=true
618ead1f93eSLiane Prazafile path=kernel/mac/$(ARCH64)/mac_ib group=sys mode=0755 reboot-needed=true
619ead1f93eSLiane Prazafile path=kernel/mac/$(ARCH64)/mac_ipv4 group=sys mode=0755 reboot-needed=true
620ead1f93eSLiane Prazafile path=kernel/mac/$(ARCH64)/mac_ipv6 group=sys mode=0755 reboot-needed=true
621ead1f93eSLiane Prazafile path=kernel/mac/$(ARCH64)/mac_wifi group=sys mode=0755 reboot-needed=true
622ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/mac/mac_6to4 group=sys mode=0755 reboot-needed=true
623ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/mac/mac_ether group=sys mode=0755 \
624ead1f93eSLiane Praza    reboot-needed=true
625ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/mac/mac_ib group=sys mode=0755 reboot-needed=true
626ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/mac/mac_ipv4 group=sys mode=0755 reboot-needed=true
627ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/mac/mac_ipv6 group=sys mode=0755 reboot-needed=true
628ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/mac/mac_wifi group=sys mode=0755 reboot-needed=true
629ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/acpica group=sys mode=0755 \
630ead1f93eSLiane Praza    reboot-needed=true
631ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/agpmaster group=sys mode=0755 \
632ead1f93eSLiane Praza    reboot-needed=true
633ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/bignum group=sys mode=0755 reboot-needed=true
634ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755 \
635ead1f93eSLiane Praza    reboot-needed=true
636ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/busra group=sys mode=0755 reboot-needed=true
637ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/cardbus group=sys mode=0755 reboot-needed=true
638ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/cmlb group=sys mode=0755 reboot-needed=true
639ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/consconfig group=sys mode=0755 \
640ead1f93eSLiane Praza    reboot-needed=true
641ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/ctf group=sys mode=0755 reboot-needed=true
642ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/misc/$(ARCH64)/dada group=sys mode=0755 \
643ead1f93eSLiane Praza    reboot-needed=true
644ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/dls group=sys mode=0755 reboot-needed=true
645ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/fssnap_if group=sys mode=0755 reboot-needed=true
646ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/gld group=sys mode=0755 reboot-needed=true
647ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/hook group=sys mode=0755 reboot-needed=true
648ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/hpcsvc group=sys mode=0755 reboot-needed=true
649ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/idmap group=sys mode=0755 reboot-needed=true
650ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/iommulib group=sys mode=0755 \
651ead1f93eSLiane Praza    reboot-needed=true
652ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/ipc group=sys mode=0755 reboot-needed=true
653ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/kbtrans group=sys mode=0755 reboot-needed=true
654ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/kcf group=sys mode=0755 reboot-needed=true
655ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/kmdbmod group=sys mode=0755 \
656ead1f93eSLiane Praza    reboot-needed=true
657ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/ksocket group=sys mode=0755 reboot-needed=true
658ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/mac group=sys mode=0755 reboot-needed=true
659ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/mii group=sys mode=0755 reboot-needed=true
660ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/net80211 group=sys mode=0755 \
661ead1f93eSLiane Praza    reboot-needed=true
662ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/neti group=sys mode=0755 reboot-needed=true
663ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pci_autoconfig group=sys mode=0755 \
664ead1f93eSLiane Praza    reboot-needed=true
665ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755 \
666ead1f93eSLiane Praza    reboot-needed=true
667ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcie group=sys mode=0755 \
668ead1f93eSLiane Praza    reboot-needed=true
669ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/pcihp group=sys mode=0755 reboot-needed=true
670ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/pcmcia group=sys mode=0755 reboot-needed=true
671ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/rpcsec group=sys mode=0755 reboot-needed=true
672ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/$(ARCH64)/sata group=sys mode=0755 \
673ead1f93eSLiane Praza    reboot-needed=true
674ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/scsi group=sys mode=0755 reboot-needed=true
675ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/strplumb group=sys mode=0755 reboot-needed=true
676ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/misc/$(ARCH64)/swapgeneric group=sys mode=0755 \
677ead1f93eSLiane Praza    reboot-needed=true
678ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/tem group=sys mode=0755 reboot-needed=true
679ead1f93eSLiane Prazafile path=kernel/misc/$(ARCH64)/tlimod group=sys mode=0755 reboot-needed=true
680ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/acpica group=sys mode=0755 reboot-needed=true
681ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/agpmaster group=sys mode=0755 \
682ead1f93eSLiane Praza    reboot-needed=true
683ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/bignum group=sys mode=0755 reboot-needed=true
684ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/bootdev group=sys mode=0755 reboot-needed=true
685ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/busra group=sys mode=0755 reboot-needed=true
686ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/cardbus group=sys mode=0755 reboot-needed=true
687ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/cmlb group=sys mode=0755 reboot-needed=true
688ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/consconfig group=sys mode=0755 \
689ead1f93eSLiane Praza    reboot-needed=true
690ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/ctf group=sys mode=0755 reboot-needed=true
691ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/dls group=sys mode=0755 reboot-needed=true
692ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/fssnap_if group=sys mode=0755 \
693ead1f93eSLiane Praza    reboot-needed=true
694ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/gld group=sys mode=0755 reboot-needed=true
695ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/hook group=sys mode=0755 reboot-needed=true
696ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/hpcsvc group=sys mode=0755 reboot-needed=true
697ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/idmap group=sys mode=0755 reboot-needed=true
698ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/iommulib group=sys mode=0755 \
699ead1f93eSLiane Praza    reboot-needed=true
700ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/ipc group=sys mode=0755 reboot-needed=true
701ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/kbtrans group=sys mode=0755 reboot-needed=true
702ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/kcf group=sys mode=0755 reboot-needed=true
703ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/kmdbmod group=sys mode=0755 reboot-needed=true
704ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/ksocket group=sys mode=0755 reboot-needed=true
705ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/mac group=sys mode=0755 reboot-needed=true
706ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/mii group=sys mode=0755 reboot-needed=true
707ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/net80211 group=sys mode=0755 \
708ead1f93eSLiane Praza    reboot-needed=true
709ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/neti group=sys mode=0755 reboot-needed=true
710ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/pci_autoconfig group=sys mode=0755 \
711ead1f93eSLiane Praza    reboot-needed=true
712ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/pcicfg group=sys mode=0755 reboot-needed=true
713ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/pcie group=sys mode=0755 reboot-needed=true
714ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/pcihp group=sys mode=0755 reboot-needed=true
715ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/pcmcia group=sys mode=0755 reboot-needed=true
716ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/rpcsec group=sys mode=0755 reboot-needed=true
717ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/sata group=sys mode=0755 reboot-needed=true
718ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi group=sys mode=0755 reboot-needed=true
719ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_emc group=sys \
720ead1f93eSLiane Praza    mode=0755 reboot-needed=true
721ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_lsi group=sys \
722ead1f93eSLiane Praza    mode=0755 reboot-needed=true
723ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_sun group=sys \
724ead1f93eSLiane Praza    mode=0755 reboot-needed=true
725ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym group=sys mode=0755 \
726ead1f93eSLiane Praza    reboot-needed=true
727ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_emc group=sys \
728ead1f93eSLiane Praza    mode=0755 reboot-needed=true
729ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_hds group=sys \
730ead1f93eSLiane Praza    mode=0755 reboot-needed=true
731ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tape group=sys mode=0755 \
732ead1f93eSLiane Praza    reboot-needed=true
733ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs group=sys mode=0755 \
734ead1f93eSLiane Praza    reboot-needed=true
735ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs_tape group=sys \
736ead1f93eSLiane Praza    mode=0755 reboot-needed=true
737ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_asym_emc group=sys \
738ead1f93eSLiane Praza    mode=0755 reboot-needed=true
739ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_asym_lsi group=sys \
740ead1f93eSLiane Praza    mode=0755 reboot-needed=true
741ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_asym_sun group=sys \
742ead1f93eSLiane Praza    mode=0755 reboot-needed=true
743ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym group=sys mode=0755 \
744ead1f93eSLiane Praza    reboot-needed=true
745ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_emc group=sys \
746ead1f93eSLiane Praza    mode=0755 reboot-needed=true
747ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_hds group=sys \
748ead1f93eSLiane Praza    mode=0755 reboot-needed=true
749ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tape group=sys mode=0755 \
750ead1f93eSLiane Praza    reboot-needed=true
751ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs group=sys mode=0755 \
752ead1f93eSLiane Praza    reboot-needed=true
753ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs_tape group=sys \
754ead1f93eSLiane Praza    mode=0755 reboot-needed=true
755ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/strplumb group=sys mode=0755 \
756ead1f93eSLiane Praza    reboot-needed=true
757ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/tem group=sys mode=0755 reboot-needed=true
758ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/tlimod group=sys mode=0755 reboot-needed=true
759ead1f93eSLiane Prazafile path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755 reboot-needed=true
760ead1f93eSLiane Prazafile path=kernel/sched/$(ARCH64)/TS group=sys mode=0755 reboot-needed=true
761ead1f93eSLiane Prazafile path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755 reboot-needed=true
762ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sched/SDC group=sys mode=0755 reboot-needed=true
763ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sched/TS group=sys mode=0755 reboot-needed=true
764ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sched/TS_DPTBL group=sys mode=0755 \
765ead1f93eSLiane Praza    reboot-needed=true
766ead1f93eSLiane Prazafile path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755 \
767ead1f93eSLiane Praza    reboot-needed=true
768ead1f93eSLiane Prazafile path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755 \
769ead1f93eSLiane Praza    reboot-needed=true
770ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/socketmod/socksctp group=sys mode=0755 \
771ead1f93eSLiane Praza    reboot-needed=true
772ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/socketmod/trill group=sys mode=0755 \
773ead1f93eSLiane Praza    reboot-needed=true
774ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755 reboot-needed=true
775ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755 reboot-needed=true
776ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755 reboot-needed=true
777ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755 \
778ead1f93eSLiane Praza    reboot-needed=true
779ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755 reboot-needed=true
780ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/ms group=sys mode=0755 \
781ead1f93eSLiane Praza    reboot-needed=true
782ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755 reboot-needed=true
783ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755 reboot-needed=true
784ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755 reboot-needed=true
785ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755 reboot-needed=true
786ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755 \
787ead1f93eSLiane Praza    reboot-needed=true
788ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755 reboot-needed=true
789ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755 reboot-needed=true
790ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755 reboot-needed=true
791ead1f93eSLiane Prazafile path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755 \
792ead1f93eSLiane Praza    reboot-needed=true
793ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/vuid3ps2 group=sys mode=0755 \
794ead1f93eSLiane Praza    reboot-needed=true
795ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/bufmod group=sys mode=0755 \
796ead1f93eSLiane Praza    reboot-needed=true
797ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/connld group=sys mode=0755 \
798ead1f93eSLiane Praza    reboot-needed=true
799ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/dedump group=sys mode=0755 \
800ead1f93eSLiane Praza    reboot-needed=true
801ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/drcompat group=sys mode=0755 \
802ead1f93eSLiane Praza    reboot-needed=true
803ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/ldterm group=sys mode=0755 \
804ead1f93eSLiane Praza    reboot-needed=true
805ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/pckt group=sys mode=0755 reboot-needed=true
806ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/pfmod group=sys mode=0755 reboot-needed=true
807ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/pipemod group=sys mode=0755 \
808ead1f93eSLiane Praza    reboot-needed=true
809ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/ptem group=sys mode=0755 reboot-needed=true
810ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/redirmod group=sys mode=0755 \
811ead1f93eSLiane Praza    reboot-needed=true
812ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/rpcmod group=sys mode=0755 \
813ead1f93eSLiane Praza    reboot-needed=true
814ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/timod group=sys mode=0755 reboot-needed=true
815ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/tirdwr group=sys mode=0755 \
816ead1f93eSLiane Praza    reboot-needed=true
817ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/strmod/ttcompat group=sys mode=0755 \
818ead1f93eSLiane Praza    reboot-needed=true
819ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/c2audit group=sys mode=0755 reboot-needed=true
820ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/doorfs group=sys mode=0755 reboot-needed=true
821ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/inst_sync group=sys mode=0755 reboot-needed=true
822ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/kaio group=sys mode=0755 reboot-needed=true
823ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/msgsys group=sys mode=0755 reboot-needed=true
824ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/pipe group=sys mode=0755 reboot-needed=true
825ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/portfs group=sys mode=0755 reboot-needed=true
826ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/pset group=sys mode=0755 reboot-needed=true
827ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/semsys group=sys mode=0755 reboot-needed=true
828ead1f93eSLiane Prazafile path=kernel/sys/$(ARCH64)/shmsys group=sys mode=0755 reboot-needed=true
829ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/c2audit group=sys mode=0755 reboot-needed=true
830ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/doorfs group=sys mode=0755 reboot-needed=true
831ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/inst_sync group=sys mode=0755 \
832ead1f93eSLiane Praza    reboot-needed=true
833ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/kaio group=sys mode=0755 reboot-needed=true
834ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/msgsys group=sys mode=0755 reboot-needed=true
835ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/pipe group=sys mode=0755 reboot-needed=true
836ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/portfs group=sys mode=0755 reboot-needed=true
837ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/pset group=sys mode=0755 reboot-needed=true
838ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/semsys group=sys mode=0755 reboot-needed=true
839ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/sys/shmsys group=sys mode=0755 reboot-needed=true
840ead1f93eSLiane Prazafile path=lib/svc/method/svc-dumpadm mode=0555
841ead1f93eSLiane Prazafile path=lib/svc/method/svc-intrd mode=0555
842ead1f93eSLiane Prazafile path=lib/svc/method/svc-scheduler mode=0555
8439444c26fSTom Whittenfile path=lib/svc/manifest/system/dumpadm.xml group=sys mode=0444
8449444c26fSTom Whittenfile path=lib/svc/manifest/system/fmd.xml group=sys mode=0444
8459444c26fSTom Whittenfile path=lib/svc/manifest/system/intrd.xml group=sys mode=0444
8469444c26fSTom Whittenfile path=lib/svc/manifest/system/scheduler.xml group=sys mode=0444
847ead1f93eSLiane Prazahardlink path=kernel/misc/$(ARCH64)/md5 \
848ead1f93eSLiane Praza    target=../../../kernel/crypto/$(ARCH64)/md5
849ead1f93eSLiane Prazahardlink path=kernel/misc/$(ARCH64)/sha1 \
850ead1f93eSLiane Praza    target=../../../kernel/crypto/$(ARCH64)/sha1
851ead1f93eSLiane Prazahardlink path=kernel/misc/$(ARCH64)/sha2 \
852ead1f93eSLiane Praza    target=../../../kernel/crypto/$(ARCH64)/sha2
853ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/misc/md5 target=../../kernel/crypto/md5
854ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/misc/sha1 target=../../kernel/crypto/sha1
855ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/misc/sha2 target=../../kernel/crypto/sha2
856ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/icmp \
857ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/icmp
858ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/rts \
859ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/rts
860ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/tcp \
861ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/tcp
862ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/udp \
863ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/udp
864ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/socketmod/icmp target=../../kernel/drv/icmp
865ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/socketmod/rts target=../../kernel/drv/rts
866ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/socketmod/tcp target=../../kernel/drv/tcp
867ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/socketmod/udp target=../../kernel/drv/udp
868ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/arp \
869ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/arp
870ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/icmp \
871ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/icmp
872ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/ip target=../../../kernel/drv/$(ARCH64)/ip
873ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/ipsecah \
874ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/ipsecah
875ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/ipsecesp \
876ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/ipsecesp
877ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/keysock \
878ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/keysock
879ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/tcp \
880ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/tcp
881ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/udp \
882ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/udp
883ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/arp target=../../kernel/drv/arp
884ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/icmp target=../../kernel/drv/icmp
885ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/ip target=../../kernel/drv/ip
886ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/ipsecah target=../../kernel/drv/ipsecah
887ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/ipsecesp \
888ead1f93eSLiane Praza    target=../../kernel/drv/ipsecesp
889ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/keysock target=../../kernel/drv/keysock
890ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/tcp target=../../kernel/drv/tcp
891ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/strmod/udp target=../../kernel/drv/udp
892ead1f93eSLiane Prazahardlink path=kernel/sys/$(ARCH64)/autofs \
893ead1f93eSLiane Praza    target=../../../kernel/fs/$(ARCH64)/autofs
894ead1f93eSLiane Prazahardlink path=kernel/sys/$(ARCH64)/rpcmod \
895ead1f93eSLiane Praza    target=../../../kernel/strmod/$(ARCH64)/rpcmod
896ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/sys/autofs target=../../kernel/fs/autofs
897ead1f93eSLiane Praza$(i386_ONLY)hardlink path=kernel/sys/rpcmod target=../../kernel/strmod/rpcmod
898ead1f93eSLiane Prazalegacy pkg=SUNWckr arch=$(ARCH) category=system \
899ead1f93eSLiane Praza    desc="core kernel software for a specific instruction-set architecture" \
900ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
901ead1f93eSLiane Praza    name="Core Solaris Kernel (Root)" vendor="Sun Microsystems, Inc." \
902ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
903ead1f93eSLiane Prazalicense common/crypto/THIRDPARTYLICENSE.cryptogams \
904ead1f93eSLiane Praza    license=common/crypto/THIRDPARTYLICENSE.cryptogams
905ead1f93eSLiane Prazalicense common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman \
906ead1f93eSLiane Praza    license=common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman
907ead1f93eSLiane Prazalicense common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl \
908ead1f93eSLiane Praza    license=common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl
909ead1f93eSLiane Prazalicense common/crypto/ecc/THIRDPARTYLICENSE \
910ead1f93eSLiane Praza    license=common/crypto/ecc/THIRDPARTYLICENSE
911ead1f93eSLiane Prazalicense common/crypto/md5/amd64/THIRDPARTYLICENSE \
912ead1f93eSLiane Praza    license=common/crypto/md5/amd64/THIRDPARTYLICENSE
913ead1f93eSLiane Prazalicense common/mpi/THIRDPARTYLICENSE license=common/mpi/THIRDPARTYLICENSE
914ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
915ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
916ead1f93eSLiane Prazalicense uts/common/inet/ip/THIRDPARTYLICENSE.rts \
917ead1f93eSLiane Praza    license=uts/common/inet/ip/THIRDPARTYLICENSE.rts
918ead1f93eSLiane Prazalicense uts/common/inet/tcp/THIRDPARTYLICENSE \
919ead1f93eSLiane Praza    license=uts/common/inet/tcp/THIRDPARTYLICENSE
920ead1f93eSLiane Prazalicense uts/common/io/THIRDPARTYLICENSE.etheraddr \
921ead1f93eSLiane Praza    license=uts/common/io/THIRDPARTYLICENSE.etheraddr
922ead1f93eSLiane Prazalicense uts/common/sys/THIRDPARTYLICENSE.icu \
923ead1f93eSLiane Praza    license=uts/common/sys/THIRDPARTYLICENSE.icu
924ead1f93eSLiane Prazalicense uts/common/sys/THIRDPARTYLICENSE.unicode \
925ead1f93eSLiane Praza    license=uts/common/sys/THIRDPARTYLICENSE.unicode
926ead1f93eSLiane Prazalicense uts/intel/io/acpica/THIRDPARTYLICENSE \
927ead1f93eSLiane Praza    license=uts/intel/io/acpica/THIRDPARTYLICENSE
928ead1f93eSLiane Praza$(i386_ONLY)link path=boot/solaris/bin/root_archive \
929ead1f93eSLiane Praza    target=../../../usr/sbin/root_archive
930ead1f93eSLiane Prazalink path=dev/dld target=../devices/pseudo/dld@0:ctl
931ead1f93eSLiane Prazalink path=kernel/misc/$(ARCH64)/des target=../../../kernel/crypto/$(ARCH64)/des
932ead1f93eSLiane Praza$(i386_ONLY)link path=kernel/misc/des target=../../kernel/crypto/des
933ead1f93eSLiane Praza$(USE_INTERNAL_CRYPTO)depend fmri=driver/crypto/dprov type=require
934