定制 munkireport/security 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

munkireport/security

最新稳定版本:v4.6

Composer 安装命令:

composer require munkireport/security

包简介

Module for munkireport.

README 文档

README

The following information is stored in the security table:

  • Gatekeeper Status 10.7+
  • SIP Status 10.11+
  • Firmware Password State
  • Application Firewall State
  • User-Approved Kernel Extension Loading (UAKEL/SKEL) State

In the future, this module can be expanded to support xprotect, screen saver password, etc...

For the application firewall state, there are three possible values:

  • Disabled = 0 - the firewall is fully disabled
  • Enabled = 1 - the firewall is enabled.
  • Block All = 2 - the firewall is enabled, and "Block all incoming connections" is checked in the GUI

For the user-approved kernel extension loading state, there are two possible values:

  • User Approved = 0 - Machines with UAKEL/SKEL turned on in the default state (security.skel.user-approved)
  • Open = 1 - Pre-10.13 machines or machines where UAKEL/SKEL is in disabled state (security.skel.all-approved)

Table Schema

Database:

  • gatekeeper - varchar(255) - Status of Gatekeeper
  • sip - varchar(255) - Status of SIP
  • ssh_groups - varchar(255) - SSH enabled groups
  • ssh_users - varchar(255) - SSH enabled users
  • ard_groups - varchar(255) - Apple Remote Desktop enabled groups
  • root_user - varchar(255) - Status of root user account
  • ard_users - varchar(255) - Apple Remote Desktop enabled users
  • firmwarepw - varchar(255) - Status of firmware password
  • firewall_state - varchar(255) - Status of firewall
  • skel_state - varchar(255) - SKEL state
  • t2_secureboot - varchar(255) - State of SecureBoot
  • t2_externalboot - varchar(255) - State of External Boot
  • activation_lock - varchar(255) - Status of Activation lock
  • filevault_status - boolean - FileVault encrypted or unencrypted
  • filevault_users - varchar(255) - FileVault enabled users
  • as_security_mode - varchar(255) - Security Mode, Apple Silicon Macs only

统计信息

  • 总下载量: 11.91k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-04