Searched refs:allow (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dunallow.py25 import zfs.allow
27 do_unallow = zfs.allow.do_allow
/freebsd-9.3-release/etc/
H A Dhosts.allow2 # hosts.allow access control file for "tcp wrapped" applications.
6 # Place both 'allow' and 'deny' rules in the hosts.allow file.
23 ALL : ALL : allow
39 ALL : localhost 127.0.0.1 : allow
41 ALL : [::1] : allow
42 #ALL : my.machine.example.com 192.0.2.35 : allow
45 #ALL : [fe80::%fxp0]/10 : allow
48 #ALL : [2001:db8:2:1::]/64 : allow
51 sendmail : localhost : allow
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus-wpa_supplicant.conf6 <allow own="fi.epitest.hostap.WPASupplicant"/>
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
11 <allow own="fi.w1.wpa_supplicant1"/>
13 <allow send_destination="fi.w1.wpa_supplicant1"/>
14 <allow send_interface="fi.w1.wpa_supplicant1"/>
15 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
/freebsd-9.3-release/tools/regression/pjdfstest/tests/granular/
H A D02.t28 expect 0 prependacl ${n0} user:65534:read_acl::allow
35 expect EPERM -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow
36 expect 0 prependacl ${n0} user:65534:write_acl::allow
37 expect 0 -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow
43 expect 0 prependacl ${n0} user:65534:write_acl::allow
63 expect 0 prependacl ${n0} user:65534:write_acl::allow
70 expect 0 prependacl ${n0} user:65534:write_acl::allow
77 expect 0 prependacl ${n0} user:65534:write_acl::allow
83 expect 0 prependacl ${n0} user:65534:write_acl::allow
84 expect 0 -u 65534 -g 65534 prependacl ${n0} user:65534:write_data::allow
[all...]
H A D05.t26 expect 0 prependacl . user:65534:write_data::allow
33 expect 0 prependacl . user:65534:write_data::allow
39 expect 0 prependacl . user:65534:append_data::allow
49 expect 0 prependacl . user:65534:write_data::allow
88 expect 0 prependacl ${n0} user:65534:delete::allow
93 expect 0 prependacl ${n0} user:65534:delete::allow
102 # DELETE does not allow for overwriting a directory in a unwritable
109 expect 0 prependacl ${n0} user:65534:delete::allow
120 expect 0 prependacl . user:65534:delete_child::allow
140 expect 0 prependacl ${n0} user:65534:delete::allow
[all...]
H A D03.t26 expect 0 prependacl . user:65534:write_data::allow
33 expect 0 prependacl . user:65534:write_data::allow
46 expect 0 prependacl . user:65534:write_data::allow
83 expect 0 prependacl ${n0} user:65534:delete::allow
88 expect 0 prependacl ${n0} user:65534:delete::allow
96 # DELETE does not allow for overwriting a file in a unwritable
103 expect 0 prependacl ${n0} user:65534:delete::allow
111 expect 0 prependacl . user:65534:delete_child::allow
126 expect 0 prependacl ${n0} user:65534:delete::allow
H A D04.t26 expect 0 prependacl ${n0} user:65534:write_owner::allow
38 expect 0 prependacl ${n0} user:65534:write_owner::allow
48 expect 0 prependacl ${n0} user:65534:write_owner::allow
64 expect 0 prependacl ${n0} user:65534:write_owner::allow
H A D01.t28 expect 0 prependacl ${n0} user:65534:read_attributes::allow
H A D00.t38 expect 0 prependacl . user:65534:write_data::allow,user:65534:append_data::deny
74 expect 0 prependacl . user:65534:write_data::deny,user:65534:append_data::allow
106 expect 0 prependacl . user:65534:delete_child::allow
/freebsd-9.3-release/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c60 int pam_err, found, allow; local
105 allow = (openpam_get_option(pamh, "disallow") == NULL);
107 pam_err = allow ? PAM_SUCCESS : PAM_AUTH_ERR;
109 pam_err = allow ? PAM_AUTH_ERR : PAM_SUCCESS;
/freebsd-9.3-release/lib/libwrap/
H A DMakefile15 hosts_options.5 hosts.allow.5
22 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
/freebsd-9.3-release/crypto/heimdal/tests/ldap/
H A Dslapd.conf17 allow update_anon bind_anon_dn
/freebsd-9.3-release/tools/regression/acltools/
H A D01.t68 while :; do setfacl -a0 u:42:rwx:allow xxx 2> /dev/null; if [ $? -ne 0 ]; then break; fi; done
H A D02.t67 while :; do setfacl -a0 u:42:rwx:allow xxx 2> /dev/null; if [ $? -ne 0 ]; then break; fi; done
/freebsd-9.3-release/contrib/dialog/samples/
H A Deditbox-utf814 allow the user to enter or modify free-form text.
/freebsd-9.3-release/lib/libc/mips/sys/
H A Dbrk.S60 move a0, v0 # dont allow break < minbrk
/freebsd-9.3-release/tools/tools/net80211/scripts/mesh/
H A Dtopology.line14 ifconfig $WLAN mac:allow
H A Dtopology.star13 ifconfig $WLAN mac:allow
H A Dtopology.tree23 ifconfig $WLAN mac:allow
H A Dtopology.ring16 ifconfig $WLAN mac:allow
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dmisc.c352 FILE *allow, *deny; local
359 if ((allow = fopen(ALLOW_FILE, "r")) == NULL && errno != ENOENT)
363 Debug(DMISC, ("allow/deny enabled, %d/%d\n", !!allow, !!deny))
365 allow = NULL;
368 if (allow)
369 isallowed = in_file(username, allow);
379 out: if (allow)
380 fclose(allow);
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample187 # Although a TCP port may be used if you want to allow control
249 allow user brian
255 allow users
262 allow user dodgy
263 allow mode direct
293 # Once the line's up, allow these connections
317 allow mode auto # For autoconnect only
343 # Only allow dialup to be triggered by http, rlogin, rsh, telnet, ftp or
421 # If you wish to allow any user in the passwd database ppp access, you
432 # The easiest way to allow transparen
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in52 {allow.*,deny.*} [|user,user,... [|repos,repos,... [|branch,branch,...]]]
56 allow|deny - allow: commits are allowed; deny: prohibited
121 allow *all* files (including a restricted file) to be committed.
224 The 'cvsacl' file flags of 'allow' and 'deny' were intentionally
225 changed to 'allow' and 'deny' because there are enough differences
335 allow|cvsadmin|CVSROOT/commitinfo CVSROOT/cvsacl
354 "allowed" on all repository paths until 'allow' and 'deny' rules change
358 access to ALL users, then follow it with a matching 'allow' rule that will
363 beginning with "allow" o
[all...]
/freebsd-9.3-release/tools/regression/tls/ttls3/
H A DMakefile5 LDFLAGS=-shared -Bsymbolic --allow-shlib-undefined
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dblookup.c452 yp_get_record(DB *dbp, const DBT *key, DBT *data, int allow) argument
456 const DBT *key, DBT *data, int allow)
474 * the 'allow' flag.
476 if (!allow && !strncmp(key->data, "YP_", 3))
517 yp_first_record(const DB *dbp, DBT *key, DBT *data, int allow) argument
538 while (!strncmp(key->data, "YP_", 3) && !allow) {
569 yp_next_record(const DB *dbp, DBT *key, DBT *data, int all, int allow) argument
580 rval = yp_first_record(dbp,key,data,allow);
624 while (!strncmp(key->data, "YP_", 3) && !allow)
662 yp_select_map(char *map, char *domain, keydat *key, int allow) argument
[all...]

Completed in 178 milliseconds

1234