Home
last modified time | relevance | path

Searched refs:enforce (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c324 int randomonly, enforce, retries_left, retry_wanted; in pam_sm_chauthtok() local
412 enforce = params.flags & F_ENFORCE_USERS; in pam_sm_chauthtok()
414 enforce = params.flags & F_ENFORCE_ROOT; in pam_sm_chauthtok()
421 if (!curpass || (check_max(&params, pamh, curpass) && enforce)) in pam_sm_chauthtok()
426 if (enforce) in pam_sm_chauthtok()
502 if (check_max(&params, pamh, newpass) && enforce) { in pam_sm_chauthtok()
516 if (enforce) { in pam_sm_chauthtok()
H A DREADME97 enforce=none|users|everyone [enforce=everyone]
100 actually enforce strong passwords. The "users" setting will enforce
H A DPLATFORMS27 You will likely also need to set "max=8" in order to actually enforce
/freebsd/tools/test/stress2/misc/
H A Dmac_chkexec.sh49 sysctl security.mac.chkexec.enforce=1
53 sysctl security.mac.chkexec.enforce=0
/freebsd/lib/libpam/pam.d/
H A Dpasswd9 #password requisite pam_passwdqc.so enforce=users
/freebsd/contrib/expat/
H A Dconfigure.ac236 [enforce the use of arc4random function in the system @<:@default=check@:>@])
244 [enforce the use of arc4random_buf function in the system @<:@default=check@:>@])
299 [enforce the use of getentropy function in the system @<:@default=check@:>@])
341 [enforce the use of getrandom function in the system @<:@default=check@:>@])
366 [enforce the use of syscall SYS_getrandom function in the system @<:@default=check@:>@])
418 [enforce the use of /dev/urandom in the system @<:@default=no@:>@])
420 [enforce not using /dev/urandom in the system @<:@default=no@:>@])],
456 [enforce XML to man page compilation @<:@default=check@:>@])
/freebsd/contrib/libfido2/examples/
H A DREADME.adoc64 The -T option may be used to enforce a timeout of <seconds>. If the
84 The -T option may be used to enforce a timeout of <seconds>. If the
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt82 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht…
89 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht…
286 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht…
293 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht…
/freebsd/sys/contrib/xen/xsm/
H A Dflask_op.h205 xen_flask_setenforce_t enforce; member
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-statm.md58 to retrieve the value and enforce the maximum ACK delay if appropriate.
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c755 enforce_res_t enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits() local
783 enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits()
786 enforce = ENFORCE_ABOVE; in dsl_enforce_ds_ss_limits()
790 return (enforce); in dsl_enforce_ds_ss_limits()
808 enforce_res_t enforce; in dsl_fs_ss_limit_check() local
835 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr); in dsl_fs_ss_limit_check()
836 if (enforce == ENFORCE_NEVER) in dsl_fs_ss_limit_check()
874 if (enforce == ENFORCE_ALWAYS && (count + delta) > limit) in dsl_fs_ss_limit_check()
/freebsd/contrib/libfido2/fuzz/
H A DREADME23 memory utilisation at a manageable level, you can either enforce limits at
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod38 The B<OSS_STORE> API does nothing to enforce any specific format or
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dwii.dts212 sda-enforce-dir;
/freebsd/contrib/blocklist/
H A DREADME4 communicate with a packet filter via a daemon to enforce opening and
/freebsd/contrib/kyua/m4/
H A Dgetopt.m430 dnl Checks if getopt(3) supports a + sign to enforce POSIX correctness.
/freebsd/sys/kern/
H A Dkern_jail.c1049 int created, cuflags, descend, drflags, enforce; in kern_jail_set() local
1200 error = vfs_copyopt(opts, JAIL_PARAM_ENFORCE_STATFS, &enforce, in kern_jail_set()
1201 sizeof(enforce)); in kern_jail_set()
1206 else if (enforce < 0 || enforce > 2) { in kern_jail_set()
1951 if (enforce < ppr->pr_enforce_statfs) { in kern_jail_set()
2125 pr->pr_enforce_statfs = enforce; in kern_jail_set()
2128 if (tpr->pr_enforce_statfs < enforce) in kern_jail_set()
2129 tpr->pr_enforce_statfs = enforce; in kern_jail_set()
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst64 The above-described ordering rules are easy to enforce during review, reduce
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-dsa.pod.in138 Don't enforce PVK encoding.
H A Dopenssl-rsa.pod.in148 Don't enforce PVK encoding.
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-jaguar-pre-ict-tester.dtso83 * issue. Therefore, let's enforce a pull-up (which is
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td291 // use FU_Issue to enforce the 1 load/store per cycle limit
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_backrefs.rst48 The ``--warn-backrefs`` option can also provide a check to enforce a
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config190 // - `quick-enforce` terminates the program as fast as possible (via trapping);
191 // - `enforce` logs an error and then terminates the program.
208 // The default is for production-capable modes to use `quick-enforce` (i.e., trap) and for the `deb…
209 // `enforce` (i.e., log and abort).

123