| /freebsd-14.2/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-14.2/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-14.2/lib/libpam/pam.d/ |
| H A D | passwd | 9 #password requisite pam_passwdqc.so enforce=users
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | sony,acx424akp.yaml | 29 enforce-video-mode: true
|
| /freebsd-14.2/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-14.2/sys/contrib/xen/xsm/ |
| H A D | flask_op.h | 205 xen_flask_setenforce_t enforce; member
|
| /freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | qcom-lmh.yaml | 15 Qualcomm SoCs that can enforce temperature and current limits as
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_dir.c | 760 enforce_res_t enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits() local 796 enforce = ENFORCE_ALWAYS; in dsl_enforce_ds_ss_limits() 799 enforce = ENFORCE_ABOVE; in dsl_enforce_ds_ss_limits() 803 return (enforce); in dsl_enforce_ds_ss_limits() 821 enforce_res_t enforce; in dsl_fs_ss_limit_check() local 848 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr, proc); in dsl_fs_ss_limit_check() 849 if (enforce == ENFORCE_NEVER) in dsl_fs_ss_limit_check() 887 if (enforce == ENFORCE_ALWAYS && (count + delta) > limit) in dsl_fs_ss_limit_check()
|
| /freebsd-14.2/contrib/libfido2/fuzz/ |
| H A D | README | 23 memory utilisation at a manageable level, you can either enforce limits at
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | dsi-controller.yaml | 64 enforce-video-mode:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpu/ |
| H A D | arm,mali-utgard.yaml | 64 # At least enforce the first 2 interrupts
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/src/powerpc/ |
| H A D | wii.dts | 212 sda-enforce-dir;
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_jail.c | 990 int born, created, cuflags, descend, drflags, enforce; in kern_jail_set() local 1070 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce)); in kern_jail_set() 1075 else if (enforce < 0 || enforce > 2) { in kern_jail_set() 1760 if (enforce < ppr->pr_enforce_statfs) { in kern_jail_set() 1933 pr->pr_enforce_statfs = enforce; in kern_jail_set() 1936 if (tpr->pr_enforce_statfs < enforce) in kern_jail_set() 1937 tpr->pr_enforce_statfs = enforce; in kern_jail_set()
|
| /freebsd-14.2/contrib/kyua/m4/ |
| H A D | getopt.m4 | 30 dnl Checks if getopt(3) supports a + sign to enforce POSIX correctness.
|
| /freebsd-14.2/contrib/blocklist/ |
| H A D | README | 4 communicate with a packet filter via a daemon to enforce opening and
|
| /freebsd-14.2/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-14.2/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-14.2/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
|