Home
last modified time | relevance | path

Searched full:intrusion (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/chassis-intrusion-monitor/
H A Dconfig.yaml8 - name: intrusion property
21 properties: intrusion property
22 callback: intrusion enable
28 properties: intrusion property
29 callback: intrusion disable
31 - name: intrusion enable
35 properties: intrusion property
42 - name: intrusion disable
46 properties: intrusion property
58 - start intrusion sensor
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/
H A DIntrusion.interface.yaml2 Interface to query intrusion detector status.
9 Status string of chassis intrusion detector. The value is defined in
16 Mode string of chassis intrusion detector. The value is defined in
22 Methods to rearm the chassis intrusion status.
48 One chassis intrusion sensor needs to implement the 'monitoring'
50 monitoring the security state against intrusion events.
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp57 "xyz.openbmc_project.Chassis.Intrusion.Status.HardwareIntrusion";
59 "xyz.openbmc_project.Chassis.Intrusion.Status.Normal";
61 "xyz.openbmc_project.Chassis.Intrusion.RearmMode.Manual";
63 "xyz.openbmc_project.Chassis.Intrusion.RearmMode.Automatic";
71 // Value to clear intrusion status hwmon file
92 // Manual Rearm mode requires a rearm action to clear the intrusion in updateValue()
162 std::cerr << "Timer of intrusion sensor is cancelled\n"; in pollSensorStatus()
213 << "Error on GPIO based intrusion sensor wait event\n"; in pollSensorStatus()
261 // Reset chassis intrusion status after every reading in readSensor()
278 std::cerr << "Timer of intrusion sensor is cancelled\n"; in pollSensorStatus()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/
H A Dmeson.build5 subdir('Intrusion') subdir
28 input: [ '../../../../yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml', ],
29 output: [ 'Intrusion.md' ],
36 'xyz/openbmc_project/Chassis/Intrusion',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Intrusion/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Intrusion'
8 '../../../../../yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml',
23 'xyz/openbmc_project/Chassis/Intrusion',
/openbmc/linux/Documentation/hwmon/
H A Dhp-wmi-sensors.rst44 ``intrusion[X]_alarm`` RW Chassis intrusion alarm indicator.
60 - ``intrusion``: The system's chassis has been opened.
64 ``intrusion[X]_alarm`` can only be manually reset by writing ``0`` to it.
129 - Only temperature, fan speed, and intrusion sensor types have been seen in
H A Dadm9240.rst54 temperature, two fan speeds and chassis intrusion. Measured values can
170 Chassis Intrusion
174 this pin. On an Intel SE440BX-2 the Chassis Intrusion header is
178 a 20 ms active low pulse to reset an external Chassis Intrusion latch.
H A Dsysfs-interface.rst575 Intrusion detection
578 `intrusion[0-*]_alarm`
579 Chassis intrusion detection.
581 `intrusion[0-*]_beep`
582 Chassis intrusion beep.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/
H A DItem.interface.yaml70 chassis intrusion sensor that is monitoring its security state against
71 intrusion events. Objects that implement Item can optionally implement
76 - xyz.openbmc_project.Chassis.Intrusion
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DChassisCapabilities.interface.yaml10 Provides intrusion. All other bits reserved.
14 Chassis Provides intrusion (physical security) sensor.
/openbmc/dbus-sensors/
H A Dmeson.options6 option('intrusion', type: 'feature', value: 'enabled', description: 'Enable intrusion sensor.',)
/openbmc/dbus-sensors/src/
H A Dmeson.build96 if get_option('intrusion').allowed()
97 subdir('intrusion') subdir
/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp56 "/xyz/openbmc_project/Intrusion/Chassis_Intrusion";
58 "xyz.openbmc_project.Chassis.Intrusion";
152 * Intrusion Status
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/
H A Dphosphor-dbus-monitor-config.bbappend1 PHOSPHOR_DBUS_MONITOR_CONFIGS:append:s6q = " chassis-intrusion-monitor"
H A Dchassis-intrusion-monitor.bb1 SUMMARY = "Chassis Intrusion monitor for meta-s6q"
/openbmc/dbus-sensors/service_files/
H A Dxyz.openbmc_project.intrusionsensor.service2 Description=Intrusion Sensor
H A Dmeson.build14 ['intrusion', 'xyz.openbmc_project.intrusionsensor.service'],
/openbmc/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c47 #define HP_WMI_PATTERN_INTRUSION_ALARM "Hood Intrusion"
387 * @has_intrusion: whether an intrusion sensor is present
388 * @intrusion: intrusion flag
396 bool intrusion; member
1148 /* Intrusion events have Name "Hood Intrusion". */ in classify_event()
1451 *out_val = state->intrusion ? 1 : 0; in hp_wmi_hwmon_read()
1504 state->intrusion = false; in hp_wmi_hwmon_write()
1658 state->intrusion = true; in hp_wmi_notify()
1859 * In addition to fan events, temperature (CPU/chassis) and intrusion in find_event_attributes()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/
H A Dsnort3_3.3.4.0.bb2 DESCRIPTION = "snort3 - a free lightweight network intrusion detection system for UNIX and Windows."
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp432 bool, // Chassis intrusion active
505 "/xyz/openbmc_project/Chassis/Intrusion"; in ipmiGetChassisStatus()
507 "xyz.openbmc_project.Chassis.Intrusion"; in ipmiGetChassisStatus()
514 log<level::ERR>("Failed to get Chassis Intrusion service", in ipmiGetChassisStatus()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp578 ipmi::RspType<bool, // chassis intrusion sensor
608 // [0] -1b = Chassis provides intrusion (physical security) sensor. in ipmiGetChassisCap()
626 lg2::error("Error to get chassis Intrusion flags"); in ipmiGetChassisCap()
633 lg2::error("Error to get chassis intrusion flags"); in ipmiGetChassisCap()
693 * @param intrusion - chassis intrusion
705 bool intrusion, bool fpLockout, uint6_t reserved1, in ipmiSetChassisCap() argument
766 chassisIntrusionProp, intrusion); in ipmiSetChassisCap()
1080 "/xyz/openbmc_project/Chassis/Intrusion"; in getChassisIntrusionStatus()
1082 "xyz.openbmc_project.Chassis.Intrusion"; in getChassisIntrusionStatus()
1100 lg2::error("Fail to get Chassis Intrusion Status property " in getChassisIntrusionStatus()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-hwmon930 Chassis intrusion detection
933 - 1: intrusion detected
944 Chassis intrusion beep
/openbmc/openbmc/meta-security/recipes-ids/aide/
H A Daide_0.18.8.bb1 SUMMARY = "Advanced Intrusion Detection Environment"
/openbmc/linux/arch/alpha/include/asm/
H A Derr_ev7.h146 * class PAL (14), type INTRUSION (13)
/openbmc/openbmc/meta-security/recipes-core/packagegroup/
H A Dpackagegroup-core-security.bb70 SUMMARY:packagegroup-security-ids = "Security Intrusion Detection systems"

123