Connecting to a new wireless network without an admin password

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
therealvincent

Connecting to a new wireless network without an admin password

Post by therealvincent »

Hi all,

I recently installed Linux Mint on a shared laptop and I was scolded almost immediately afterwards for doing so...
Apparently as a standard user, an admin password is needed to connect to a new wireless network?
Is there any way around this?

Ideally I would not give the shared user admin rights as some of the other users are not the most tech savvy (and of course I can't be adding every library/school/coffeeshop network preemptively).

Anyone advice?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Connecting to a new wireless network without an admin password

Post by smurphos »

Trying adding each user to the netdev group.

Command line method...

sudo usermod -a -G netdev <user>

So to add user steve it would look like this

sudo usermod -a -G netdev steve

https://wiki.ubuntu.com/Security/Privil ... t_networks
https://wiki.debian.org/SystemGroups
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
Locked

Return to “Networking”