Home
last modified time | relevance | path

Searched refs:wheel (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/usr.sbin/bluetooth/bcmfw/
H A DREADME6 drwxr-xr-x 3 julian wheel 512 May 10 00:40 .
7 drwxr-xr-x 11 julian wheel 512 May 10 14:48 ..
8 -rw-r--r-- 1 julian wheel 154 May 10 00:41 BCM-LEGAL.txt
9 -rw-r--r-- 1 julian wheel 56 May 10 00:14 BCM2033-FW.bin.md5
10 -rw-r--r-- 1 julian wheel 158049 May 10 00:14 BCM2033-FW.bin.uue
11 -rw-r--r-- 1 julian wheel 56 May 10 00:14 BCM2033-MD.hex.md5
12 -rw-r--r-- 1 julian wheel 4505 May 10 00:14 BCM2033-MD.hex.uue
13 drwxr-xr-x 2 julian wheel 512 May 10 00:52 CVS
14 -rw-r--r-- 1 julian wheel 516 May 10 00:14 Makefile
15 -rw-r--r-- 1 julian wheel 3013 May 10 00:14 bcmfw.8
[all …]
/freebsd/release/
H A DMakefile288 …echo "./etc/resolv.conf type=link uname=root gname=wheel mode=0644 link=/tmp/bsdinstall_etc/resolv…
289 echo "./etc/rc.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
290 echo "./etc/sysctl.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
291 echo "./boot/loader.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
292 echo "./etc/rc.local type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
310 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG
311 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
332 …echo "./etc/resolv.conf type=link uname=root gname=wheel mode=0644 link=/tmp/bsdinstall_etc/resolv…
333 echo "./etc/rc.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
334 echo "./etc/sysctl.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
[all …]
/freebsd/sys/netinet/
H A Dsctp_ss_functions.c58 TAILQ_INIT(&asoc->ss_data.out.wheel); in sctp_ss_default_init()
78 while (!TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_clear()
81 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_clear()
83 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_clear()
116 TAILQ_INSERT_TAIL(&asoc->ss_data.out.wheel, in sctp_ss_default_add()
128 return (TAILQ_EMPTY(&asoc->ss_data.out.wheel)); in sctp_ss_default_is_empty()
148 asoc->ss_data.last_out_stream = TAILQ_LAST(&asoc->ss_data.out.wheel, in sctp_ss_default_remove()
158 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_remove()
184 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_select()
188 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_select()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/
H A Dposixmode.ksh63 wheel=root
65 wheel=wheel
76 log_must chown :$wheel $dir
81 log_must chown :$wheel $file
86 log_must chown :$wheel $file
112 log_must chown :$wheel $file
117 log_must chown :$wheel $file
/freebsd/share/mk/
H A Dbsd.own.mk169 BINGRP?= wheel
180 DTBGRP?= wheel
184 EFIGRP?= wheel
210 SHAREGRP?= wheel
215 CONFGRP?= wheel
224 DIRGRP?= wheel
/freebsd/tests/sys/acl/
H A Dtools-posix.test42 > # group: wheel
56 > # group: wheel
73 > # group: wheel
95 > # group: wheel
117 > # group: wheel
128 > # group: wheel
141 > # group: wheel
152 > # group: wheel
170 > # group: wheel
185 > # group: wheel
[all …]
H A Dtools-nfs4-psarc.test42 > # group: wheel
56 > # group: wheel
66 > # group: wheel
80 > # group: wheel
96 > # group: wheel
110 > # group: wheel
123 > # group: wheel
143 > # group: wheel
159 > # group: wheel
170 > # group: wheel
[all …]
H A Dtools-nfs4.test42 > # group: wheel
62 > # group: wheel
75 > # group: wheel
92 > # group: wheel
112 > # group: wheel
128 > # group: wheel
143 > # group: wheel
165 > # group: wheel
183 > # group: wheel
195 > # group: wheel
[all …]
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh140 ./etc/group type=file uname=root gname=wheel mode=0644 contents=${tmpdir}/group
141 ./etc/master.passwd type=file uname=root gname=wheel mode=0600 contents=${tmpdir}/master.passwd
142 ./etc/passwd type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/passwd
143 ./etc/pwd.db type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/pwd.db
144 ./etc/spwd.db type=file mode=0600 uname=root gname=wheel contents=${tmpdir}/spwd.db
/freebsd/etc/mtree/
H A DBSD.var.dist5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
22 remote uname=auditdistd gname=wheel mode=0700
27 /set gname=wheel
101 /set gname=wheel
H A DBSD.release.dist5 /set type=dir uname=root gname=wheel mode=0755
H A DBSD.lib32.dist5 /set type=dir uname=root gname=wheel mode=0755
/freebsd/usr.sbin/praudit/tests/input/
H A Ddel_comma5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
H A Dno_args5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
H A Dsame_line1 …omain,argument,2,0x2,type,argument,3,0x0,protocol,subject,root,root,wheel,root,wheel,7053,4724,376…
H A Dshort_form5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
/freebsd/usr.sbin/pw/tests/
H A Dpw_groupdel_test.sh14 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel
17 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel
H A Dgroup2 wheel:*:0:root
/freebsd/libexec/rc/rc.d/
H A Dmotd38 install -c -o root -g wheel -m ${PERMS} /dev/null "${TEMPLATE}"
51 install -C -o root -g wheel -m "${PERMS}" "$T" "${TARGET}"
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
86 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
108 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
130 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
155 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
185 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
/freebsd/usr.bin/login/
H A Dlogin.access34 #-:ALL EXCEPT wheel shutdown sync:console
36 # Disallow non-local logins to privileged accounts (group wheel).
38 #-:wheel:ALL EXCEPT LOCAL .win.tue.nl
/freebsd/libexec/nuageinit/tests/
H A Dnuageinit.sh46 wheel:*:0:root
112 wheel:*:0:root
140 wheel:*:0:root,freebsd
181 wheel:*:0:root
259 wheel:*:0:root
286 wheel:*:0:root
332 wheel:*:0:root
496 wheel:*:0:root
534 wheel:*:0:root
586 wheel:*:0:root
[all …]
/freebsd/tools/tools/nanobsd/dhcpd/
H A Dos-base180 chown -R root:wheel ${NANO_WORLDDIR}/root
183 chown -R root:wheel ${NANO_WORLDDIR}/etc
184 chown -R root:wheel ${NANO_WORLDDIR}/boot
185 chown root:wheel ${NANO_WORLDDIR}/
186 chown root:wheel ${NANO_WORLDDIR}/usr
/freebsd/tools/tools/nanobsd/embedded/
H A Dcommon508 chown -R root:wheel ${NANO_WORLDDIR}/root
511 chown -R root:wheel ${NANO_WORLDDIR}/etc
512 chown -R root:wheel ${NANO_WORLDDIR}/boot
513 chown root:wheel ${NANO_WORLDDIR}/
514 chown root:wheel ${NANO_WORLDDIR}/usr
/freebsd/sys/dev/hid/
H A Dhms.c135 int32_t wheel; in hms_intr() local
151 wheel = hid_get_data(buf, len, &sc->wheel_loc); in hms_intr()
153 wheel = 0; in hms_intr()
156 wheel == 0) { in hms_intr()

1234