Searched refs:security (Results 101 - 125 of 477) sorted by relevance

1234567891011>>

/freebsd-11-stable/etc/rc.d/
H A Dugidfw43 rulecount=$(sysctl -in security.mac.bsdextended.rule_count)
H A Dzfsbe53 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
/freebsd-11-stable/etc/
H A Drc.shutdown84 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
86 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
H A Drc80 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
82 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
/freebsd-11-stable/etc/periodic/security/
H A DMakefile1 # $FreeBSD: stable/11/etc/periodic/security/Makefile 315347 2017-03-16 01:48:08Z ngie $
15 DATA= security.functions
H A D550.ipfwlimit51 TMP=`mktemp -t security`
/freebsd-11-stable/usr.sbin/rpcbind/
H A DMakefile9 rpcb_svc.c rpcb_svc_com.c security.c warmstart.c util.c
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_setenv.c47 #include <security/pam_appl.h>
H A Dpam_chauthtok.c44 #include <security/pam_appl.h>
H A Dpam_getenvlist.c45 #include <security/pam_appl.h>
H A Dpam_get_user.c46 #include <security/pam_appl.h>
47 #include <security/openpam.h>
H A Dopenpam_restore_cred.c50 #include <security/pam_appl.h>
H A Dopenpam_straddch.c39 #include <security/pam_appl.h>
H A Dpam_end.c44 #include <security/pam_appl.h>
H A Dopenpam_readline.c45 #include <security/pam_appl.h>
/freebsd-11-stable/contrib/unbound/services/cache/
H A Drrset.c133 if( newd->security == sec_status_secure &&
134 cached->security != sec_status_secure)
136 if( cached->security == sec_status_bogus &&
137 newd->security != sec_status_bogus && !equal)
144 cached->security == sec_status_bogus)
387 if(updata->security > cachedata->security) {
391 cachedata->security = updata->security;
396 updata->security
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_deny/
H A Dpam_deny.c37 #include <security/pam_appl.h>
38 #include <security/pam_modules.h>
/freebsd-11-stable/lib/libpam/modules/pam_permit/
H A Dpam_permit.c37 #include <security/pam_appl.h>
38 #include <security/pam_modules.h>
/freebsd-11-stable/tests/sys/mac/portacl/
H A Dnobody_test.sh9 # security.mac.portacl.suser_exempt value doesn't affect unprivileged users
15 sysctl security.mac.portacl.suser_exempt=1 >/dev/null
28 sysctl security.mac.portacl.suser_exempt=0 >/dev/null
40 # Verify if security.mac.portacl.port_high works.
42 sysctl security.mac.portacl.port_high=7778 >/dev/null
57 sysctl security.mac.portacl.port_high=7776 >/dev/null
/freebsd-11-stable/contrib/unbound/validator/
H A Dvalidator.c354 if (ret_msg && ret_msg->rep->security > sec_status_bogus)
357 sec_status_to_string(ret_msg->rep->security));
606 ((struct packed_rrset_data*)s->entry.data)->security =
628 chase_reply->security = sec_status_bogus;
655 chase_reply->security = sec_status_bogus;
700 ->entry.data)->security == sec_status_secure)
705 ->entry.data)->security != sec_status_secure)
805 chase_reply->security = sec_status_bogus;
850 chase_reply->security = sec_status_insecure;
862 chase_reply->security
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_echo/
H A Dpam_echo.c42 #include <security/pam_appl.h>
43 #include <security/pam_modules.h>
44 #include <security/openpam.h>
/freebsd-11-stable/lib/libpam/modules/pam_group/
H A Dpam_group.c52 #include <security/pam_appl.h>
53 #include <security/pam_modules.h>
54 #include <security/openpam.h>
/freebsd-11-stable/sys/security/mac/
H A Dmac_sysv_sem.c60 #include <security/mac/mac_framework.h>
61 #include <security/mac/mac_internal.h>
62 #include <security/mac/mac_policy.h>
H A Dmac_sysv_shm.c60 #include <security/mac/mac_framework.h>
61 #include <security/mac/mac_internal.h>
62 #include <security/mac/mac_policy.h>
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_ldap_init.h39 * Macro to detect security related return values.
52 #error The security return codes must be added to support this LDAP toolkit.
136 * @param secure The security mode to set

Completed in 1153 milliseconds

1234567891011>>