-
Notifications
You must be signed in to change notification settings - Fork 595
[cryptsetup] Collect information about Encrypted FileSystems #3948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Cryptsetup is a tool to create an encrypted filesystems. Certain information about these filesystems is located in /etc/crypttab. This plugin will include the /etc/crypttab file to a sos report **Signed-off-by: Ryan Stewart <ryan.stewart@canonical.com>**
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
|
A couple of comments As per Contribution Guidelines, you need to sign you commit. You should be able to do this via Also, would the crypttab be an addition item to the block plugin, where we collect the likes of the following items already? |
That's what I'm unsure of - should we move those items into this plugin, or just add the collection in this one to |
On second thought, I think it would make sense to move it here |
|
I'm onboard with that. @stew3254 if you could update this PR to also move the cryptsetup and luks bits from the |
|
@TurboTurtle Sure, that works for me. I'll do that when I get some time. I'm not sure why my commit wasn't signed though because usually all of my commits are signed. I'll look into that |
|
@stew3254 any updates on this PR at all |
|
Kindly reminding to apply the requested changes. |
Cryptsetup is a tool to create an encrypted filesystems.
Certain information about these filesystems is located in /etc/crypttab.
This plugin will include the /etc/crypttab file to a sos report
**
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines