Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd/usr.bin/chpass/
H A Dedit.c137 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) || in display()
147 list[E_SHELL].restricted = 1; in display()
158 if (!list[E_NAME].restricted || master_mode) in display()
164 if (!list[E_LOCATE].restricted || master_mode) in display()
170 if (!list[E_BPHONE].restricted || master_mode) in display()
176 if (!list[E_HPHONE].restricted || master_mode) in display()
181 if (!list[E_OTHER].restricted || master_mode) in display()
232 if (ep->restricted && !master_mode) { in verify()
H A Dchpass.h48 int restricted; member
/freebsd/bin/ed/test/
H A DTODO8 4) red .. - error: restricted
9 5) red / - error: restricted
10 5) red !xx - error: restricted
/freebsd/crypto/openssh/
H A Dauth.c773 struct sshauthopt *restricted; in auth_restrict_session() local
778 if ((restricted = sshauthopt_new()) == NULL) in auth_restrict_session()
780 restricted->permit_pty_flag = 1; in auth_restrict_session()
781 restricted->restricted = 1; in auth_restrict_session()
783 if (auth_activate_options(ssh, restricted) != 0) in auth_restrict_session()
785 sshauthopt_free(restricted); in auth_restrict_session()
H A Dauth-options.h44 int restricted; member
H A Dauth-options.c344 ret->restricted = 1; in sshauthopt_parse()
674 OPTSCALAR(restricted); in sshauthopt_copy()
809 (r = sshbuf_put_u8(m, opts->restricted)) != 0 || in sshauthopt_serialise()
872 OPT_FLAG(restricted); in sshauthopt_deserialise()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c324 static const char *restricted = NULL; in zpool_skip_pool() local
333 restricted = getenv("__ZFS_POOL_RESTRICT"); in zpool_skip_pool()
347 if (NULL == restricted) in zpool_skip_pool()
350 cur = restricted; in zpool_skip_pool()
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config251 # vacmViewTreeFamilyStatus."restricted".$(internetoidlen).$(internetoid) = 4
279 #Read-write-notify access to restricted for SNMPv3 USM users with authPriv
282 # vacmAccessReadViewName.$(write)."".$(securityModelUSM).$(authPriv) = "restricted"
283 # vacmAccessWriteViewName.$(write)."".$(securityModelUSM).$(authPriv) = "restricted"
284 # vacmAccessNotifyViewName.$(write)."".$(securityModelUSM).$(authPriv) = "restricted"
/freebsd/usr.sbin/bhyve/
H A Dlibslirp.h144 int restricted; member
231 Slirp *slirp_init(int restricted, bool in_enabled, struct in_addr vnetwork,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td453 // These operations can be done in parallel. The DP is restricted so we need a
469 // These operations must be done sequentially.The DP is restricted so we need a
805 // Consecutive Store and ALU instructions. The store is restricted and requires
828 // Full 6 dispatches are required as this is both cracked and restricted.
849 // Full 6 dispatches are required as this is a restricted instruction.
892 // Single slice Restricted store operation. The restricted operation requires
1023 // Cracked, restricted, ALU operations.
1050 // One of the ALU ops is restricted the other is not so we have a total of
1087 // One of the ALU ops is restricted and takes 3 dispatches.
1102 // Both of the ALU ops are restricted and take 3 dispatches.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Drpmsg4 # rpmsg: file(1) magic for restricted-permission messages (or "rights-protected" messages)
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod48 set the digest to anything other than the restricted value. Otherwise these are
59 parameters are restricted. For example, setting a minimum salt length also
/freebsd/contrib/sendmail/smrsh/
H A DREADME2 README smrsh - sendmail restricted shell.
15 smrsh is a restricted shell utility that provides the ability to
114 sendmail to use the restricted shell. Save the current sendmail.cf
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dbrcm,sdhci-iproc.txt17 restricted to 32bit host accesses to SDHCI registers.
/freebsd/stand/common/
H A Dcommands.c309 const char *restricted[] = { in command_set() local
326 for (cp = restricted; *cp; cp++) { in command_set()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate.cfg45 # filesystem which is restricted to root for older versions of mount(8).
/freebsd/crypto/openssl/doc/man7/
H A DRSA-PSS.pod9 The B<RSA-PSS> EVP_PKEY implementation is a restricted version of the RSA
H A DEVP_PKEY-HMAC.pod15 and for a restricted set of algorithms. The preferred way of performing MAC
/freebsd/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp27 In addition, kernel time changes are restricted to less than
/freebsd/crypto/openssh/regress/unittests/authopt/
H A Dtests.c64 ret->restricted = 1; in default_authkey_restrict_opts()
104 FLAG_EQ(restricted); in compare_opts()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp35 props['aclinherit'] = {{'restricted','default'}, {nil, nil}}
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h74 long restricted; /* RS: restricted to those with local accts */ member
H A Dprintcap.c251 pp->restricted = capdb_getaltlog(bp, "rs", "daemon.restricted"); in getprintcap_int()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href-tvk1281618-r3.dtsi134 * data rate needs to be restricted to max 2Mbps which the
/freebsd/sys/contrib/openzfs/module/lua/
H A DREADME.zfs60 ability to do so is restricted to the root user, it's still possible to write

1234