You can get a list with the commands "sudo cat /etc/sudoers.d/antixers". It is possible that some of these are not required by MX.golinuxgo wrote:Is there a list of that 'stuff' somewhere? Thanks!
MX-14 beta 2
Re: MX-14 beta 2
- anticapitalista
- Developer
- Posts: 4285
- Joined: Sat Jul 15, 2006 10:40 am
Re: MX-14 beta 2
Or simply don't use sudo.
anticapitalista
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
- jdmeaux1952
- Posts: 77
- Joined: Wed Jan 08, 2014 10:55 pm
Re: MX-14 beta 2
Referring back to my earlier post from today (Post # 329212 Re: MX-14 beta 2), I had to change out the motherboard on my JUNKBOX. Same model, but it has a bad timer so my P III is now running at 334 Mhz. It's so slow I could cook a turkey by the time it refreshes a page. (I told you it was a JUNKBOX made from old computer parts.
But Beta 2 is up and running with the TIME set okay. Now to seriously play around with it.
But Beta 2 is up and running with the TIME set okay. Now to seriously play around with it.
MSI S6000 i5-460M 4Gb mem
I am not CrAzY. And I have a paper from the doctors to prove it!
LRU# 563815
Phear the Penguin
I am not CrAzY. And I have a paper from the doctors to prove it!
LRU# 563815
Phear the Penguin
Re: MX-14 beta 2
I think golinuxgo wanted to know what might get broken if he removes sudo entirely.anticapitalista wrote:Or simply don't use sudo.
Re: MX-14 beta 2
Precisely. She, BTW (an an old one at that).BitJam wrote:I think golinuxgo wanted to know what might get broken if he removes sudo entirely.anticapitalista wrote:Or simply don't use sudo.

- anticapitalista
- Developer
- Posts: 4285
- Joined: Sat Jul 15, 2006 10:40 am
Re: MX-14 beta 2
Why do you want to remove sudo?
anticapitalista
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Re: MX-14 beta 2
Oops. Sorry about that. Please excuse me.golinuxgo wrote:Precisely. She, BTW (an an old one at that).
May I ask why you don't like sudo? From the developer's perspective it can be very handy to give normal users the ability to use certain commands without having to enter a password. Other routes have problems. For example, altering commands to be SUID will get nuked whenever a package containing the command gets upgraded.
BTW, other ways to see where sudo is used by MX is with these commands:
Code: Select all
grep sudo $(find / -name "*.desktop" 2> /dev/null) 2>/dev/null
grep sudo /usr/local/bin/*
Re: MX-14 beta 2
Irrational prejudice because of my introduction to it with Ubuntu many years ago @2004-5. The thought of having anything reminiscent of 'buntu on my box makes my skin crawl and blood pressure go up (not really but it feels like that).anticapitalista wrote:Why do you want to remove sudo?

- uncle mark
- Posts: 853
- Joined: Sat Nov 11, 2006 9:42 pm
Re: MX-14 beta 2
I react the same way to Windows.golinuxgo wrote:Irrational prejudice because of my introduction to it with Ubuntu many years ago @2004-5. The thought of having anything reminiscent of 'buntu on my box makes my skin crawl and blood pressure go up (not really but it feels like that).anticapitalista wrote:Why do you want to remove sudo?
Custom build Asus/AMD/nVidia circa 2011 -- MX 19.2 KDE
Acer Aspire 5250 -- MX 21 KDE
Toshiba Satellite C55 -- MX 18.3 Xfce
Assorted Junk -- assorted Linuxes
Acer Aspire 5250 -- MX 21 KDE
Toshiba Satellite C55 -- MX 18.3 Xfce
Assorted Junk -- assorted Linuxes
Re: MX-14 beta 2
Not a problem at all so no need to apologize.BitJam wrote:Oops. Sorry about that. Please excuse me.golinuxgo wrote:Precisely. She, BTW (an an old one at that).
See above response to anti. But then there's the hard-core Debian disdain for sudo. Many mountains to climb. Maybe MX can reverse my well-ingrained aversion to sudo.BitJam wrote:May I ask why you don't like sudo?
Probably hasn't been an issue for me because I'm used to doing it the old-fashioned, user-unfriendly way.BitJam wrote:From the developer's perspective it can be very handy to give normal users the ability to use certain commands without having to enter a password. Other routes have problems. For example, altering commands to be SUID will get nuked whenever a package containing the command gets upgraded.

I'll check out the list when I get on that computer later tonight. Thanks.BitJam wrote:BTW, other ways to see where sudo is used by MX is with these commands:Code: Select all
grep sudo $(find / -name "*.desktop" 2> /dev/null) 2>/dev/null grep sudo /usr/local/bin/*