Searched refs:enforce (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/tools/test/stress2/misc/
H A Dmac_chkexec.sh49 sysctl security.mac.chkexec.enforce=1
53 sysctl security.mac.chkexec.enforce=0
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c252 if (!strncmp(*argv, "enforce=", 8)) {
324 int randomonly, enforce, retries_left, retry_wanted; local
412 enforce = params.flags & F_ENFORCE_USERS;
414 enforce = params.flags & F_ENFORCE_ROOT;
421 if (!curpass || (check_max(&params, pamh, curpass) && enforce))
426 if (enforce)
502 if (check_max(&params, pamh, newpass) && enforce) {
516 if (enforce) {
/freebsd-current/sys/contrib/xen/xsm/
H A Dflask_op.h205 xen_flask_setenforce_t enforce; member in union:xen_flask_op::__anon157
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c760 enforce_res_t enforce = ENFORCE_ALWAYS; local
796 enforce = ENFORCE_ALWAYS;
799 enforce = ENFORCE_ABOVE;
803 return (enforce);
821 enforce_res_t enforce; local
830 * We don't enforce the limit for temporary snapshots. This is
841 * If we're allowed to change the limit, don't enforce the limit
848 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr, proc);
849 if (enforce == ENFORCE_NEVER)
887 if (enforce
[all...]
/freebsd-current/sys/kern/
H A Dkern_jail.c993 int created, cuflags, descend, drflags, enforce; local
1073 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce));
1078 else if (enforce < 0 || enforce > 2) {
1744 if (enforce < ppr->pr_enforce_statfs) {
1917 pr->pr_enforce_statfs = enforce;
1920 if (tpr->pr_enforce_statfs < enforce)
1921 tpr->pr_enforce_statfs = enforce;
/freebsd-current/share/mk/
H A Dbsd.libnames.mk177 # enforce -lpthread, -lc, and -lsys to always be the last in that exact order
H A Dsrc.sys.obj.mk38 # but don't enforce TARGET.TARGET_ARCH unless we're at the top-level directory.

Completed in 94 milliseconds