在Solaris上的Oracle CPU (修补程序信息)中,引用并反映了"Oracle系统(组件:实用程序)“。
您可以在这里看到在各种网站的CVE信息中也提到过的信息,例如:
https://www.cvedetails.com/cve-details.php?t=1&cve_id=CVE-2022-21416
但是,有没有人知道这是什么?如果它说的是“文件系统”或“内核”,那么这是显而易见的。这很奇怪。有人能解释或猜出什么是什么意思吗?
我看过这里的所有文件:
https://docs.oracle.com/en/operating-systems/solaris.html
然而,“效用”的含义仍不清楚。
发布于 2022-04-24 16:59:05
它通常指命令行实用程序或程序。列出的组件是Oracle的Solaris内部bug数据库中的组件类型字段,常用值如下:
CONFIG - Configuration files and issues (not tools)
CPU-MOD - Kernel & library modules to support specific CPUs
DATABASE - Database software bundled in the OS
DOC - Documentation, other than man pages
DRIVER - Drivers for hardware devices
FILESYSTEM - Filesystems
G11N - Globalization (i18n/l10n)
JAVA-CLASS - Java classes, other than JDK/JRE bundled
KERNEL - Kernel, other than drivers & filesystems
LIBRARY - Libraries
PERL-MOD - Perl modules, other than the core set
PYTHON-MOD - Python modules, other than the core set
SERVICE - Services and daemons
UTILITY - Utility commands and programshttps://unix.stackexchange.com/questions/699645
复制相似问题