Home
last modified time | relevance | path

Searched full:denied (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/freebsd/tests/sys/mac/bsdextended/
H A Dmatches_test.sh111 atf_check -s not-exit:0 -e match:"Permission denied" \
135 atf_check -s not-exit:0 -e match:"Permission denied" \
191 atf_check -s not-exit:0 -e match:"Permission denied" \
199 atf_check -s not-exit:0 -e match:"Permission denied" \
223 atf_check -s not-exit:0 -e match:"Permission denied" \
229 atf_check -s not-exit:0 -e match:"Permission denied" \
255 atf_check -s not-exit:0 -e match:"Permission denied" \
278 atf_check -s not-exit:0 -e match:"Permission denied" \
303 atf_check -s not-exit:0 -e match:"Permission denied" \
327 atf_check -s not-exit:0 -e match:"Permission denied" \
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpusers.511 contains a list of users that should be allowed or denied FTP
21 denied access.
24 contained a list of users that should be denied access.
/freebsd/crypto/openssh/regress/
H A Dallow-deny-users.sh36 …_auth "" "" true "user in neither DenyUsers nor AllowUsers denied"
40 test_auth "" "$other $me" true "user in AllowUsers denied"
41 test_auth "" "$me $other" true "user in AllowUsers denied"
H A Dcfgmatchlisten.sh91 # Retry previous with key option, should also be denied.
118 # Test that an incorrect bare port number is denied as expected
163 # correct server config, denied by key opts
/freebsd/contrib/pjdfstest/tests/granular/
H A D03.t51 # Denied DELETE changes nothing wrt removing.
56 # Denied DELETE changes nothing wrt moving elsewhere or from elsewhere.
93 # directory with DELETE_CHILD denied.
98 # directory with DELETE_CHILD denied.
130 # Denied DELETE changes nothing wrt removing.
H A D05.t55 # Denied DELETE changes nothing wrt removing.
60 # Denied DELETE changes nothing wrt moving elsewhere or from elsewhere.
99 # directory with DELETE_CHILD denied.
104 # directory with DELETE_CHILD denied.
145 # Denied DELETE changes nothing wrt removing.
/freebsd/crypto/openssh/
H A Dsftp-server.8106 will reply to any denied request with a failure.
110 If both denied and allowed lists are specified, then the denied list is
135 the state of the filesystem, will be denied.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_003_neg.ksh40 # dump device is denied.
69 log_assert "Verify zpool creation and newfs on dump zvol is denied."
82 log_pass "Verify zpool creation and newfs on dump zvol is denied."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh37 # 'zfs clone -o version=' could upgrade version, but downgrade is denied.
56 "but downgrade is denied."
83 "but downgrade is denied."
/freebsd/usr.bin/su/
H A Dsu.c211 errx(1, "Permission denied"); in main()
218 errx(1, "Permission denied"); in main()
253 errx(1, "Permission denied"); in main()
294 errx(1, "Permission denied"); in main()
302 errx(1, "Permission denied"); in main()
315 errx(1, "Permission denied"); in main()
331 errx(1, "Permission denied"); in main()
342 errx(1, "Permission denied"); in main()
357 errx(1, "Permission denied"); in main()
371 errx(1, "permission denied (shell)"); in main()
/freebsd/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_003_neg.ksh37 # Verify create storage pool or newfs over volume as dump device is denied.
68 log_assert "Verify create storage pool or newfs over dump volume is denied."
88 log_pass "Verify create storage pool or newfs over dump volume is denied."
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh35 # 'zfs clone -o version=' could upgrade version, but downgrade is denied.
74 "but downgrade is denied."
101 "but downgrade is denied."
/freebsd/lib/libsys/
H A Dconnect.2162 Search permission is denied for a component of the path prefix.
164 Write access to the named socket is denied.
168 Write access to the named socket is denied.
H A Dundelete.273 Search permission is denied for a component of the path prefix.
75 Write permission is denied on the directory containing the name
H A Dchdir.287 Search permission is denied for any component of
107 Search permission is denied for the directory referenced by the
H A Drmdir.273 Search permission is denied for a component of the path prefix.
75 Write permission is denied on the directory containing the link
/freebsd/tools/test/stress2/tools/
H A Dleaks.sh70 # 508/7778/5734 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
71 # 0/0/0 requests for jumbo clusters denied (4k/9k/16k)
73 # 0 requests for sfbufs denied
H A Dleaks2.sh60 # 508/7778/5734 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
61 # 0/0/0 requests for jumbo clusters denied (4k/9k/16k)
63 # 0 requests for sfbufs denied
/freebsd/share/man/man9/
H A Dcr_cansee.974 The MAC subsystem denied visibility.
77 denied visibility according to the BSD security policies in force.
H A Dp_candebug.993 denied visibility according to the BSD security policies in force.
132 denied debuggability
/freebsd/lib/libpam/pam.d/
H A DREADME34 modules are run, but the request will be denied.
40 modules are run, but the request will be denied.
/freebsd/contrib/tcp_wrappers/
H A Dhosts_access.362 access should be denied.
69 returns zero if access should be denied.
/freebsd/contrib/unbound/contrib/
H A Dunbound.service.in30 ; (SUID) or set-group-ID (SGID) bits on files or directories will be denied.
33 ; scheduling in a process invoked by the unit will be denied.
/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c175 int denied, explicitly_denied, access_mask, is_directory, in vaccess_acl_nfs4() local
221 denied = _acl_denies(aclp, access_mask, cred, file_uid, file_gid, in vaccess_acl_nfs4()
226 denied = EPERM; in vaccess_acl_nfs4()
236 if (!denied && !is_directory && (accmode & VEXEC) && in vaccess_acl_nfs4()
238 denied = EACCES; in vaccess_acl_nfs4()
240 if (!denied) in vaccess_acl_nfs4()
244 * Access failed. Iff it was not denied explicitly and in vaccess_acl_nfs4()
290 denied = EPERM; in vaccess_acl_nfs4()
292 denied = EACCES; in vaccess_acl_nfs4()
294 return (denied); in vaccess_acl_nfs4()
/freebsd/share/man/man5/
H A Dperiodic.conf.5946 to show log entries for packets denied by
961 to show log entries for packets denied by
976 to show log entries for packets denied by
981 Space-separated list of additional anchors whose denied packets log entries to
1043 to display connections denied by tcpwrappers (see

12345678910>>...20