Searched refs:permit (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/etc/examples/
H A Ddoas.conf6 #permit nopass setenv { \
14 permit keepenv :wheel
/openbsd-current/regress/usr.bin/doas/
H A Dt-fail-quotes.conf0 permit :wheel cmd echo"
2 permit :wheel cmd echo
H A Dt-okay.conf0 permit :wheel
4 permit nopass root
5 permit :wheel cmd echo
6 permit :wheel cmd /bin/echo
7 permit :wheel cmd "/bin/echo"
8 permit :wheel cmd "/bi"n"/echo"
10 permit :wheel cmd echo args
11 permit :wheel cmd echo args \
13 permit :wheel cmd echo args \
16 permit
[all...]
H A Dt-permit-1.conf0 permit :wobj as root cmd echo args la-la-la
2 permit :wobj as operator cmd echo args
3 permit nopass :wobj as www cmd echo args slackers
H A Dt-run-keepenv-path.conf0 permit nopass setenv { PATH JUNK } nobody as root cmd echo args okay
H A DMakefile14 t-permit-1 \
33 .for t in ${REGRESS_TARGETS:N*-fail*:N*-permit*:N*-run*}
49 .for t in ${REGRESS_TARGETS:M*-permit*}
72 echo "FAILED: permit with error return" >&2; \
/openbsd-current/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeload.t24 $c->permit(qw(require caller entereval unpack rand));
H A Dsafeuniversal.t19 $c->permit(qw(require caller));
H A Dsafe2.t36 $cpt->permit(qw(:base_io));
/openbsd-current/gnu/usr.bin/perl/ext/Win32CORE/
H A DWin32CORE.pm35 cygwin and regular win32 builds. This will permit these functions to
/openbsd-current/usr.bin/doas/
H A Ddoas.c136 permit(uid_t uid, gid_t *groups, int ngroups, const struct rule **lastr, function
194 rv = permit(uid, groups, ngroups, &rule, target, argv[0],
197 printf("permit%s\n", (rule->options & NOPASS) ? " nopass" : "");
418 rv = permit(uid, groups, ngroups, &rule, target, cmd,
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm163 # use permit/deny methods instead till interface issues resolved
244 sub untrap { shift->permit(@_) }
255 sub permit { subroutine
482 $compartment->permit(qw(time sort :browse));
575 consideration. Use the permit and deny methods described below.
582 =head2 permit (OP, ...)
608 The trap and untrap methods are synonyms for deny and permit
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dcode.t242 $safe->permit(qw(:default require caller));
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dmodule-version.t133 copies of the Software, and to permit persons to whom the Software is
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DModuleVersion.pm272 copies of the Software, and to permit persons to whom the Software is
H A DConfig.pm195 copies of the Software, and to permit persons to whom the Software is
/openbsd-current/usr.bin/ssh/
H A Dchannels.c4149 u_int i, permit, permit_adm = 1; local
4154 permit = pset->all_permitted;
4155 if (!permit) {
4159 permit = 1;
4176 return permit && permit_adm;
4756 u_int i, permit, permit_adm = 1; local
4760 permit = pset->all_permitted;
4761 if (!permit) {
4765 permit = 1;
4782 if (!permit || !permit_ad
4815 u_int i, permit, permit_adm = 1; local
[all...]
H A Dmonitor.c193 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) argument
198 ent->flags |= permit ? MON_PERMIT : 0;
206 monitor_permit_authentications(int permit) argument
213 ent->flags |= permit ? MON_PERMIT : 0;
/openbsd-current/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/
H A DSimple.pm332 copies of the Software, and to permit persons to whom the Software is
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/
H A DRRA.pm287 copies of the Software, and to permit persons to whom the Software is
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA/
H A DConfig.pm195 copies of the Software, and to permit persons to whom the Software is
/openbsd-current/share/locale/ctype/
H A Dgen_ctype_utf8.pl66 * the Data Files or Software, and to permit persons to whom the Data Files
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DRRA.pm295 copies of the Software, and to permit persons to whom the Software is
/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.xs421 permit = 1
/openbsd-current/gnu/usr.bin/perl/regen/
H A Debcdic.pl233 of the Software, and to permit persons to whom the Software is furnished to do

Completed in 1296 milliseconds

12