Home
last modified time | relevance | path

Searched full:enforce (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/freebsd/sbin/veriexec/
H A Dveriexec.893 .Ql enforce
98 .Bl -tag -width enforce
109 .It Ar enforce
235 .Ql enforce
H A Dveriexec.c99 else if (strncmp(arg_text, "enforce", len) == 0) in veriexec_state_query()
126 else if (strncmp(arg_text, "enforce", len) == 0) in veriexec_state_modify()
221 /* Strictly enforce certificate validity */ in main()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME97 enforce=none|users|everyone [enforce=everyone]
100 actually enforce strong passwords. The "users" setting will enforce
H A Dpam_passwdqc.c252 if (!strncmp(*argv, "enforce=", 8)) { in parse()
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(&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 DPLATFORMS27 You will likely also need to set "max=8" in order to actually enforce
/freebsd/lib/libpam/modules/pam_passwdqc/
H A Dpam_passwdqc.8182 .Cm enforce No = Cm none | users | everyone
185 .Pq Cm enforce Ns = Ns Cm everyone
187 actually enforce strong passwords.
190 setting will enforce strong passwords for non-root users only.
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontroltestsane.sh6 # does sanity check enforce leading slash?
13 # does sanity check enforce one and only one slash?
20 # does sanity check enforce length limit?
/freebsd/share/man/man4/
H A Dmac_ipacl.477 Enforce
82 Enforce
100 If the interface is left empty then it is a wildcard to enforce the
H A Dmac_portacl.4125 Enforce the
132 will enforce rules for.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.h11 /// CustomBehaviour. This class is used by the tool llvm-mca to enforce
13 /// scheduling model for mca to enforce it automatically.
/freebsd/tools/test/stress2/misc/
H A Dmac_chkexec.sh49 sysctl security.mac.chkexec.enforce=1
53 sysctl security.mac.chkexec.enforce=0
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h11 /// CustomBehaviour. This class is used by the tool llvm-mca to enforce
13 /// scheduling model for mca to enforce it automatically.
/freebsd/contrib/libfido2/examples/
H A DREADME.adoc64 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 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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp124 // Enforce -mlocal-sdata. in IsGlobalInSmallSectionImpl()
128 // Enforce -mextern-sdata. in IsGlobalInSmallSectionImpl()
133 // Enforce -membedded-data. in IsGlobalInSmallSectionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCLowerPrePass.cpp65 // NOTE: this is a ModulePass since we need to enforce that this code has run
68 // something like createBarrierNoopPass() to enforce ordering.
/freebsd/share/doc/papers/jail/
H A Dimplementation.ms41 hard to enforce the new root directory.
91 to enforce that a particular virtual terminal were not accessed from more
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h11 /// CustomBehaviour. This class is used by the tool llvm-mca to enforce
13 /// scheduling model for mca to enforce it automatically.
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc1709 Enforce MAC policies for file system accesses.
1715 Enforce MAC policies on
1722 Enforce MAC policies on network interfaces.
1728 Enforce MAC policies on pipes.
1734 Enforce MAC policies between system processes
1743 Enforce MAC policies on sockets.
1749 Enforce MAC policies on system-related items
1759 Enforce MAC policies on
/freebsd/lib/libpam/pam.d/
H A Dpasswd9 #password requisite pam_passwdqc.so enforce=users
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp80 // We enforce a maximum alignment, to keep fields smaller and generally prevent in reportHeaderCorruption()
89 // See above, we also enforce a maximum size.
/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/device-tree/Bindings/display/panel/
H A Dsony,acx424akp.yaml32 enforce-video-mode: true
/freebsd/crypto/heimdal/kdc/
H A Dconfig.c252 "enforce-transited-policy", NULL)) in configure()
253 krb5_errx(context, 1, "enforce-transited-policy deprecated, " in configure()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dclzerointrin.h22 /// to enforce ordering.

12345678910>>...24