/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.c | 324 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(¶ms, pamh, curpass) && enforce)) in pam_sm_chauthtok() 426 if (enforce) in pam_sm_chauthtok() 502 if (check_max(¶ms, pamh, newpass) && enforce) { in pam_sm_chauthtok() 516 if (enforce) { in pam_sm_chauthtok()
|
H A D | README | 97 enforce=none|users|everyone [enforce=everyone] 100 actually enforce strong passwords. The "users" setting will enforce
|
H A D | PLATFORMS | 27 You will likely also need to set "max=8" in order to actually enforce
|
/freebsd/tools/test/stress2/misc/ |
H A D | mac_chkexec.sh | 49 sysctl security.mac.chkexec.enforce=1 53 sysctl security.mac.chkexec.enforce=0
|
/freebsd/lib/libpam/pam.d/ |
H A D | passwd | 9 #password requisite pam_passwdqc.so enforce=users
|
/freebsd/contrib/libfido2/examples/ |
H A D | README.adoc | 64 The -T option may be used to enforce a timeout of <seconds>. If the 83 The -T option may be used to enforce a timeout of <seconds>. If the
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_output_test_golden.txt | 82 … 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 D | flask_op.h | 205 xen_flask_setenforce_t enforce; member
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_dir.c | 763 enforce_res_t enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits() local 799 enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits() 802 enforce = ENFORCE_ABOVE; in dsl_enforce_ds_ss_limits() 806 return (enforce); in dsl_enforce_ds_ss_limits() 824 enforce_res_t enforce; in dsl_fs_ss_limit_check() local 851 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr, proc); in dsl_fs_ss_limit_check() 852 if (enforce == ENFORCE_NEVER) in dsl_fs_ss_limit_check() 890 if (enforce == ENFORCE_ALWAYS && (count + delta) > limit) in dsl_fs_ss_limit_check()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | README | 23 memory utilisation at a manageable level, you can either enforce limits at
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl_store.pod | 38 The B<OSS_STORE> API does nothing to enforce any specific format or
|
/freebsd/contrib/expat/ |
H A D | configure.ac | 247 [enforce the use of getrandom function in the system @<:@default=check@:>@]) 270 [enforce the use of syscall SYS_getrandom function in the system @<:@default=check@:>@]) 341 [enforce XML to man page compilation @<:@default=check@:>@])
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | wii.dts | 212 sda-enforce-dir;
|
/freebsd/sys/kern/ |
H A D | kern_jail.c | 1001 int created, cuflags, descend, drflags, enforce; in kern_jail_set() local 1081 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce)); in kern_jail_set() 1086 else if (enforce < 0 || enforce > 2) { in kern_jail_set() 1761 if (enforce < ppr->pr_enforce_statfs) { in kern_jail_set() 1934 pr->pr_enforce_statfs = enforce; in kern_jail_set() 1937 if (tpr->pr_enforce_statfs < enforce) in kern_jail_set() 1938 tpr->pr_enforce_statfs = enforce; in kern_jail_set()
|
/freebsd/contrib/blocklist/ |
H A D | README | 4 communicate with a packet filter via a daemon to enforce opening and
|
/freebsd/contrib/kyua/m4/ |
H A D | getopt.m4 | 30 dnl Checks if getopt(3) supports a + sign to enforce POSIX correctness.
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | dts-coding-style.rst | 64 The above-described ordering rules are easy to enforce during review, reduce
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-dsa.pod.in | 137 Don't enforce PVK encoding.
|
H A D | openssl-rsa.pod.in | 147 Don't enforce PVK encoding.
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 48 The ``--warn-backrefs`` option can also provide a check to enforce a
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleV6.td | 291 // use FU_Issue to enforce the 1 load/store per cycle limit
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_code_coverage.m4 | 179 # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL | 632 If the server doesn't enforce a specific limit, then the field may be 633 set to 0. This implies the server relies on the OS to enforce limits
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2003 | 22 * lib/hdb/hdb.asn1: remove enforce-transited-policy, its no longer 243 * kdc/kdc.8: document enforce-transited-policy 250 * lib/hdb/hdb.asn1: add flag to enforce transited policy
|