Add netprivacy module configuration#6
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds configuration for the netprivacy Calamares module to provide MAC address spoofing and IPv6 privacy options during the Kicksecure installation process. The module is pending in an upstream Calamares pull request.
Changes:
- Added netprivacy module to the installation sequence after locale selection
- Created netprivacy.conf with privacy-focused defaults (random MAC addresses and IPv6 privacy extensions enabled)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| etc/calamares/settings.conf.dist | Adds netprivacy to the show phase sequence between locale and keyboard modules |
| etc/calamares/modules/netprivacy.conf | Configures netprivacy module with macPolicy=1 (random) and ipv6Mode=1 (privacy extensions) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Not sure we'll use the But depending on how it is presented to the user, it actually might be suitable. Prerequisites:
Your e-mail domain |
|
@JPShag |
Adds configuration for the netprivacy Calamares module, which provides MAC address spoofing and IPv6 privacy options during installation.
Changes:
Requires upstream Calamares: https://codeberg.org/Calamares/calamares/pulls/2479