Skip to content
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

Deploy NetworkManager randomized mac configuration file under an already configured sys-net #3

Closed
tlaurion opened this issue Apr 9, 2018 · 6 comments
Assignees

Comments

@tlaurion
Copy link
Contributor

tlaurion commented Apr 9, 2018

Hey @marmarek @SkypLabs,

I am looking into deploying a NetworkManager configuration file under sys-net for it to randomize macs, since QubesOS didn't choose to deploy it by default. That is based on this

I'm reading how to deploy this but didn't figured out how to do it for already configured AppVMs.

Content of the files would be /etc/NetworkManager/conf.d/randomized_macs.conf:

[device]
wifi.scan-rand-mac-address=yes

[connection]
wifi.cloned-mac-address=random
ethernet.cloned-mac-address=random
connection.stable-id=${CONNECTION}/${BOOT}

User can then change the mac configuration for known networks, keeping the randomized mac stable if desired.

Any idea how a salt formula would look like?

@SkypLabs
Copy link
Owner

SkypLabs commented May 5, 2018

Actually, I had already planned to implement it 😃

Any idea how a salt formula would look like?

Yes. I will do it when I will find a moment.

@SkypLabs SkypLabs self-assigned this May 5, 2018
@tlaurion
Copy link
Contributor Author

tlaurion commented Jun 1, 2018

@SkypLabs discussion happened here

So I believe this would look something like viq/qubes-mgmt-salt-dom0-virtual-machines@02738ed
No, I did not test it, and I'm not sure how to tie it in with the
master_tops system, as the other *.top files present in this directory.

@SkypLabs
Copy link
Owner

SkypLabs commented Jun 7, 2018

Thanks @tlaurion for the link and your support in this project 😄

I'm pretty busy these days so don't worry if I don't answer you straight away but I take all your comments into account 👍

@tlaurion
Copy link
Contributor Author

tlaurion commented Nov 9, 2018

@viq : How would your recipe be applied? Commented here

@tlaurion
Copy link
Contributor Author

@unman?

@tlaurion
Copy link
Contributor Author

Upstreamed under accessible security nlnet grant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants