-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu 24.04 1.1.1.6 Ensure overlayfs kernel module is not available
- Loading branch information
1 parent
18a737b
commit 95860bb
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
linux_os/guide/system/permissions/mounting/kernel_module_overlayfs_disabled/rule.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
documentation_complete: true | ||
|
||
title: 'Ensure overlayfs kernel module is not available' | ||
|
||
description: |- | ||
{{{ describe_module_disable(module="overlayfs") }}} | ||
overlayfs is a Linux filesystem that layers multiple filesystems to create a single | ||
unified view which allows a user to "merge" several mount points into a unified | ||
filesystem. | ||
rationale: |- | ||
The overlayfs has known CVE's. Disabling the overlayfs reduces the local attack | ||
surface by removing support for unnecessary filesystem types and mitigates potential | ||
risks associated with unauthorized execution of setuid files, enhancing the overall | ||
system security. | ||
severity: low | ||
|
||
platform: system_with_kernel | ||
|
||
template: | ||
name: kernel_module_disabled | ||
vars: | ||
kernmodule: overlayfs |