/freebsd/contrib/openbsm/man/ |
H A D | audit_user.5 | 33 .Nd "events to be audited for given users" 38 If specified, these flags are combined with the system-wide audit flags in the 40 file to determine which classes of events to audit for that user. 56 or failed events. 62 .Bd -literal -offset indent 64 jdoe:-fc,ad:+fw 67 These settings would cause login/logout and administrative events that 71 No failure events are audited. 74 failed file creation events are audited, administrative events are 75 audited, and successful file write events are never audited. [all …]
|
H A D | audit_control.5 | 1 .\" Copyright (c) 2004-2009 Apple Inc. 7 .\" contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent 49 .Bl -tag -width indent 73 describes how to audit events for individual users. 81 security issues in the DNS protocol itself, the use of DNS 88 Contains the audit flags that define what classes of events are audited when 99 Maximum trail size in bytes; if set to a non-0 value, the audit daemon will 107 .It Va expire-after 112 If no expire-after parameter is given then audit log files will not 118 be in the kernel's post-commit queue pending write to disk. [all …]
|
H A D | auditon.2 | 1 .\"- 2 .\" Copyright (c) 2008-2009 Apple Inc. 57 .Bl -tag -width ".It Dv A_GETPINFO_ADDR" 74 on space and discontinue logging events until the low space condition is 76 If it is not set, audited events will block until the low space 78 Unaudited events, however, are unaffected. 104 that are created as a result of kernel events will contain 115 These masks are used for non-attributable audit event preselection. 118 specifies which classes of successful audit events are to be logged to the 122 specifies which classes of failed audit events are to be logged. [all …]
|
H A D | audit_event.5 | 37 file contains descriptions of the auditable events on the system. 52 .Bd -literal -offset indent 59 .Bl -tag -width ".Pa /etc/security/audit_event" -compact 60 .It Pa /etc/security/audit_event 68 The OpenBSM implementation was created by McAfee Research, the security 73 .An -nosplit 74 This software was created by McAfee Research, the security research division 81 The Basic Security Module (BSM) interface to audit records and audit event
|
/freebsd/share/man/man4/ |
H A D | audit.4 | 6 .\" contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent 35 .Nd Security Event Audit 39 Security Event Audit is a facility to provide fine-grained, configurable 40 logging of security-relevant events, and is intended to meet the requirements 71 events, such as requests to cycle the log, low disk 79 to track users and events in a fine-grained manner. 83 allows D scripts to enable capture of in-kernel audit records for kernel audit 114 implementation was created by McAfee Research, the security 124 .An -nosplit 125 This software was created by McAfee Research, the security research division [all …]
|
H A D | hwpmc.4 | 1 .\" Copyright (c) 2003-2008 Joseph Koshy 39 .Bd -ragged -offset indent 44 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 54 .Bd -ragged -offset indent 62 .Bd -ragged -offset indent 75 The driver supports multi-processor systems. 89 .Bl -tag -width ".Em Process-scope" 90 .It Em "Process-scope" 93 .It Em "System-scope" [all …]
|
H A D | dtrace_audit.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 8 .\" FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent Computing 39 events 46 .Bd -literal -offset indent 52 .Bd -literal -offset indent 58 provider allows users to trace events in the kernel security auditing 62 provides detailed logging of a configurable set of security-relevant system 64 copied race-free as the system call proceeds. 67 provider allows DTrace scripts to selectively enable in-kernel audit-record [all …]
|
H A D | auditpipe.4 | 30 .Nd "pseudo-device for live audit event tracking" 39 provide a reliable long-term store for audit log information, current log 41 unwieldy for live monitoring applications such as host-based intrusion 47 direct access to live BSM audit data for the purposes of real-time 64 Audit pipe devices are blocking by default, but support non-blocking I/O, 77 .Bl -tag -width ".Dv AUDITPIPE_GET_MAXAUDITDATA" 104 matched by the system-wide audit trail, configured by 107 alternative criteria, including pipe-local flags and naflags settings, as 108 well as auid-specific selection masks. 109 This allows applications to track events not captured in the global audit [all …]
|
/freebsd/contrib/openbsm/bin/praudit/ |
H A D | praudit.1 | 1 .\" Copyright (c) 2004-2009 Apple Inc. 44 human-readable form. 51 .Bl -tag -width indent 87 Events are displayed as per their descriptions given in 88 .Pa /etc/security/audit_event ; 90 dates and times are displayed in human-readable format. 92 .Ex -std 94 .Bl -tag -width ".Pa /etc/security/audit_control" -compact 95 .It Pa /etc/security/audit_class 97 .It Pa /etc/security/audit_event [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zed.8.in | 1 .\" SPDX-License-Identifier: CDDL-1.0 4 .\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). 5 .\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. 9 .\" Common Development and Distribution License Version 1.0 (CDDL-1.0). 10 .\" You can obtain a copy of the license from the top-level file 11 .\" "OPENSOLARIS.LICENSE" or at <http://opensource.org/licenses/CDDL-1.0>. 14 .\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049) 36 (ZFS Event Daemon) monitors events generated by the ZFS kernel 44 .Bl -tag -width "-h" 46 Display a summary of the command-line options. [all …]
|
/freebsd/sys/security/audit/ |
H A D | audit_dtrace.c | 1 /*- 7 * FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent Computing 48 #include <security/audit/audit.h> 49 #include <security/audit/audit_private.h> 51 /*- 53 * generated for various audit events, and then expose those records (in 57 * - "commit" passes the kernel-internal (unserialised) kaudit_record 61 * - "bsm" also passes generated BSM, and executes asynchronously in the audit 69 * access to BSM-formatted events (at a cost) allowing DTrace to extract BSM 74 * of /etc/security/audit_event into the kernel during audit setup, much as it [all …]
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | au_user.3 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 64 database, which describes per-user audit configuration. 69 events to always audit in 71 and events never to audit 131 The OpenBSM implementation was created by McAfee Research, the security 136 .An -nosplit 142 for McAfee Research, the security research division of McAfee, 145 The Basic Security Module (BSM) interface to audit records and audit event
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
H A D | events_002_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 25 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC. 30 # Verify ZED handles missed events from a pool when starting. 33 # 1. Clear the events and create a pool to generate some events. 34 # 2. Start the ZED and verify it handles missed events. 36 # 4. Generate additional events. 37 # 5. Start the ZED and verify it only handles the new missed events. 40 . $STF_SUITE/tests/functional/events/events_common.kshlib [all …]
|
H A D | events_common.kshlib | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 24 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC. 31 . $STF_SUITE/tests/functional/events/events.cfg 39 timeout=${3:-120} 43 until grep -q "^ZEVENT_CLASS=$event" $ZED_DEBUG_LOG ; do 44 if [[ $SECONDS -gt $timeout ]]; then 62 delay=${2:-3} 63 timeout=${3:-120} 67 while [ $(( $(date +%s) - $(stat -c %Y $file) )) -lt $delay ]; do [all …]
|
H A D | events_001_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 25 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC. 30 # Verify zpool events command logs events. 33 # 1. Execute zpool sub-commands on a pool. 34 # 2. Verify the expected events are logged in 'zpool events'. 35 # 3. Verify the expected events are logged by the ZED. 38 . $STF_SUITE/tests/functional/events/events_common.kshlib 49 [[ -f $file ]] && rm -f $file [all …]
|
H A D | zed_rc_filter.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 25 # Copyright (c) 2018 by Lawrence Livermore National Security, LLC. 33 # 1. Execute zpool sub-commands on a pool. 35 # 3. Execute zpool sub-commands on a pool. 39 . $STF_SUITE/tests/functional/events/events_common.kshlib 49 log_assert "Verify zpool sub-commands generate expected events" 52 log_must zpool events -c 61 run_and_verify -p "$TESTPOOL" -e "sysevent.fs.zfs.history_event" \ [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/deadman/ |
H A D | deadman_sync.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 25 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC. 47 log_must zinject -c all 64 log_must zpool events -c 67 log_must zinject -d $DISK1 -D10000:10 $TESTPOOL 70 log_must file_write -b 1048576 -c 8 -o create -d 0 -f $mntpnt/file 73 log_must zinject -c all 78 log_must zpool events [all …]
|
H A D | deadman_zio.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 25 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC. 50 log_must zinject -c all 72 log_must file_write -b 1048576 -c 8 -o create -d 0 -f $mntpnt/file1 73 log_must file_write -b 1048576 -c 8 -o create -d 0 -f $mntpnt/file2 76 log_must stat -t /$mntpnt/file1 77 log_must stat -t /$mntpnt/file2 80 log_must zpool events -c [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
H A D | zpool_events_errors.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 24 # Copyright (c) 2018 by Lawrence Livermore National Security, LLC. 28 # Verify the number of IO and checksum events match the error counters 35 # number of error events. 58 log_must zinject -c all 59 log_must zpool events -c 63 log_must rm -fd $VDEV1 $VDEV2 $VDEV3 $MOUNTDIR 66 log_assert "Check that the number of zpool errors match the number of events" [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | zpool_status_-s.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 25 # Copyright (c) 2018 by Lawrence Livermore National Security, LLC. 29 # Verify zpool status -s (slow IOs) works 34 # 3. Verify we can see the slow IOs with "zpool status -s". 35 # 4. Verify we can see delay events. 49 log_must zinject -c all 57 log_must zpool events -c 66 log_must zinject -d $DISK -D20:100 $TESTPOOL [all …]
|
/freebsd/lib/libsys/ |
H A D | ptrace.2 | 36 .Dq re-parented , 73 events in the traced process. 81 request to determine which events are associated with a 86 Note that multiple events may be associated with a single signal. 87 For example, events indicated by the 104 debugging events and then detach from all alive traced processes 117 Traced processes are un-stopped if needed, and then continue the execution 122 not yet consumed debug events, or sent by other means, the later should 141 For single-threaded processes there is no difference between specifying 150 .Bl -tag -width security.bsd.unprivileged_proc_debug [all …]
|
/freebsd/contrib/openbsm/bin/auditfilterd/ |
H A D | auditfilterd.8 | 1 .\"- 42 modules to track audit events from a live audit source. 47 .Bl -tag -width indent 60 .Bl -tag -width ".Pa /etc/security/audit_filterd" -compact 61 .It Pa /etc/security/audit_filterd 72 The OpenBSM implementation was created by McAfee Research, the security
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | ti,sci-inta.txt | 5 which handles the termination of system events to that they can 7 of 64 events can be mapped to a single interrupt. 11 +-----------------------------------------+ 13 | +--------------+ +------------+ | 14 m ------>| | vint | bit | | 0 |.....|63| vint0 | 15 . | +--------------+ +------------+ | +------+ 17 Globalevents ------>| . . |------>| IRQ | 19 . | . . | +------+ 20 n ------>| +--------------+ +------------+ | 22 | +--------------+ +------------+ | [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 7 * HE/IEEE 802.11ax/Wi-Fi 6 8 - various fixes 9 * EHT/IEEE 802.11be/Wi-Fi 7 10 - add preliminary support 15 * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3) 16 * EAP-SIM/AKA: support IMSI privacy [all …]
|