Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions modules/rhcos-add-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ While adding software packages to {op-system} systems is generally
discouraged, the MCO provides an `extensions` feature you can use to add
a minimal set of features to {op-system} nodes.

Currently, the following extensions are available:
Currently, the following extension is available:

* **usbguard**: Adding the `usbguard` extension protects {op-system} systems
from attacks from intrusive USB devices.
See link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/security_hardening/index#usbguard_protecting-systems-against-intrusive-usb-devices[USBGuard]
for details.
* **kernel-devel**: Adding `kernel-devel` allows you to build modules
on your {op-system} systems to allow it to be able to build third-party
kernel modules directly on the {op-system} system.

The following procedure describes how to use a MachineConfig to add
one or more extensions to your {op-system} nodes.
Expand Down