Searched refs:security (Results 276 - 300 of 477) sorted by last modified time

<<11121314151617181920

/freebsd-11-stable/sys/kern/
H A Dvfs_extattr.c47 #include <security/audit/audit.h>
48 #include <security/mac/mac_framework.h>
H A Dkern_sendfile.c58 #include <security/audit/audit.h>
59 #include <security/mac/mac_framework.h>
/freebsd-11-stable/usr.bin/su/
H A Dsu.c99 #include <security/pam_appl.h>
100 #include <security/openpam.h>
/freebsd-11-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c66 #include <security/pam_appl.h>
67 #include <security/pam_modules.h>
68 #include <security/pam_mod_misc.h>
/freebsd-11-stable/tests/sys/mac/portacl/
H A Droot_test.sh9 # Verify if security.mac.portacl.suser_exempt=1 really exempts super-user.
13 sysctl security.mac.portacl.suser_exempt=1 >/dev/null
25 # Verify if security.mac.portacl.suser_exempt=0 really doesn't exempt super-user.
27 sysctl security.mac.portacl.suser_exempt=0 >/dev/null
39 # Verify if security.mac.portacl.port_high works for super-user.
41 sysctl security.mac.portacl.port_high=7778 >/dev/null
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
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/sys/compat/cloudabi/
H A Dcloudabi_file.c47 #include <security/mac/mac_framework.h>
/freebsd-11-stable/etc/periodic/security/
H A Dsecurity.functions27 # $FreeBSD: stable/11/etc/periodic/security/security.functions 324060 2017-09-27 15:05:49Z asomers $
32 */security.functions) exit 0 ;;
64 tmpf=`mktemp -t security`
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/crypto/openssh/
H A Dauth-pam.c64 #include <security/pam_appl.h>
/freebsd-11-stable/crypto/openssh/regress/unittests/
H A DMakefile.inc17 CDIAGFLAGS+= -Wformat-security
/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A DMakefile36 CDIAGFLAGS+= -Wformat-security
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c42 # include <sys/security.h>
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec58 up to date in terms of security and features, as well as removing all
72 up to date in terms of security and features, as well as removing all
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec94 BuildRequires: /usr/include/security/pam_appl.h
142 it up to date in terms of security and features, as well as removing
711 - Add BuildRequires on /usr/include/security/pam_appl.h to be sure we always
/freebsd-11-stable/sys/nfs/
H A Dnfs_nfssvc.c53 #include <security/audit/audit.h>
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c78 #include <security/audit/audit.h>
79 #include <security/mac/mac_framework.h>
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c40 * $FreeBSD: stable/11/sys/security/mac_bsdextended/mac_bsdextended.c 321055 2017-07-16 19:24:09Z emaste $
67 #include <security/mac/mac_policy.h>
68 #include <security/mac_bsdextended/mac_bsdextended.h>
69 #include <security/mac_bsdextended/ugidfw_internal.h>
/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/share/man/man7/
H A DMakefile31 security.7 \
39 MLINKS+= security.7 securelevel.7
/freebsd-11-stable/sys/modules/mac_test/
H A DMakefile3 .PATH: ${SRCTOP}/sys/security/mac_test
/freebsd-11-stable/sys/modules/mac_stub/
H A DMakefile3 .PATH: ${SRCTOP}/sys/security/mac_stub
/freebsd-11-stable/sys/modules/mac_seeotheruids/
H A DMakefile3 .PATH: ${SRCTOP}/sys/security/mac_seeotheruids
/freebsd-11-stable/sys/modules/mac_portacl/
H A DMakefile3 .PATH: ${SRCTOP}/sys/security/mac_portacl

Completed in 272 milliseconds

<<11121314151617181920