Searched refs:security (Results 51 - 75 of 477) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_prompt.c46 #include <security/pam_appl.h>
47 #include <security/openpam.h>
H A Dpam_info.c46 #include <security/pam_appl.h>
47 #include <security/openpam.h>
H A Dopenpam_free_envlist.c36 #include <security/pam_appl.h>
H A Dopenpam_features.c36 #include <security/pam_appl.h>
H A Dopenpam_static.c44 #include <security/pam_appl.h>
H A Dpam_setcred.c44 #include <security/pam_appl.h>
H A Dpam_close_session.c44 #include <security/pam_appl.h>
H A Dpam_authenticate.c44 #include <security/pam_appl.h>
H A Dopenpam_nullconv.c44 #include <security/pam_appl.h>
H A Dpam_open_session.c44 #include <security/pam_appl.h>
/freebsd-11-stable/contrib/openpam/t/
H A Dt_pam_err.c41 #include <security/pam_appl.h>
42 #include <security/openpam.h>
/freebsd-11-stable/etc/periodic/security/
H A D500.ipfwdenied38 . /etc/periodic/security/security.functions
46 TMP=`mktemp -t security`
H A D510.ipfdenied38 . /etc/periodic/security/security.functions
46 TMP=`mktemp -t security`
H A D610.ipf6denied38 . /etc/periodic/security/security.functions
46 TMP=`mktemp ${TMPDIR:-/tmp}/security.XXXXXXXXXX`
H A D520.pfdenied27 # $FreeBSD: stable/11/etc/periodic/security/520.pfdenied 357290 2020-01-30 09:56:57Z kp $
38 . /etc/periodic/security/security.functions
46 TMP=`mktemp -t security`
H A D200.chkmounts41 . /etc/periodic/security/security.functions
H A D100.chksetuid27 # $FreeBSD: stable/11/etc/periodic/security/100.chksetuid 324060 2017-09-27 15:05:49Z asomers $
38 . /etc/periodic/security/security.functions
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dhardening37 --checklist "Choose system security hardening options:" \
53 echo security.bsd.see_other_uids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
56 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
59 echo security.bsd.unprivileged_read_msgbuf=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
62 echo security.bsd.unprivileged_proc_debug=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
68 echo security.bsd.stack_guard_page=1 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
/freebsd-11-stable/lib/libpam/modules/pam_self/
H A Dpam_self.c48 #include <security/pam_appl.h>
49 #include <security/pam_modules.h>
50 #include <security/pam_mod_misc.h>
/freebsd-11-stable/sys/security/mac/
H A Dmac_priv.c49 #include <security/mac/mac_framework.h>
50 #include <security/mac/mac_internal.h>
51 #include <security/mac/mac_policy.h>
/freebsd-11-stable/etc/rc.d/
H A Dhostname46 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
47 if [ `$SYSCTL_N security.jail.set_hostname_allowed` -eq 0 ]; then
/freebsd-11-stable/tests/sys/mac/portacl/
H A Dmisc.sh4 sysctl security.mac.portacl >/dev/null 2>&1
66 sysctl security.mac.portacl.rules= >/dev/null
84 sysctl security.mac.portacl.rules=${idtype}:${idstr}:${proto}:${port} >/dev/null
95 sysctl security.mac.portacl.rules= >/dev/null
99 suser_exempt=$(sysctl -n security.mac.portacl.suser_exempt)
100 port_high=$(sysctl -n security.mac.portacl.port_high)
104 sysctl -n security.mac.portacl.suser_exempt=${suser_exempt} >/dev/null
105 sysctl -n security.mac.portacl.port_high=${port_high} >/dev/null
/freebsd-11-stable/etc/periodic/monthly/
H A DMakefile7 FILES= 450.status-security \
/freebsd-11-stable/etc/periodic/weekly/
H A DMakefile6 450.status-security \
/freebsd-11-stable/sys/modules/mac_bsdextended/
H A DMakefile3 .PATH: ${SRCTOP}/sys/security/mac_bsdextended

Completed in 141 milliseconds

1234567891011>>