MX-14 beta 2

Message
Author
User avatar
BitJam
Developer
Posts: 2303
Joined: Sat Aug 22, 2009 11:36 pm

Re: MX-14 beta 2

#211 Post by BitJam »

golinuxgo wrote:Is there a list of that 'stuff' somewhere? Thanks!
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.

User avatar
anticapitalista
Developer
Posts: 4285
Joined: Sat Jul 15, 2006 10:40 am

Re: MX-14 beta 2

#212 Post by anticapitalista »

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

User avatar
jdmeaux1952
Posts: 77
Joined: Wed Jan 08, 2014 10:55 pm

Re: MX-14 beta 2

#213 Post by jdmeaux1952 »

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.
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

User avatar
BitJam
Developer
Posts: 2303
Joined: Sat Aug 22, 2009 11:36 pm

Re: MX-14 beta 2

#214 Post by BitJam »

anticapitalista wrote:Or simply don't use sudo.
I think golinuxgo wanted to know what might get broken if he removes sudo entirely.

golinuxgo
Posts: 34
Joined: Fri Jan 03, 2014 1:07 am

Re: MX-14 beta 2

#215 Post by golinuxgo »

BitJam wrote:
anticapitalista wrote:Or simply don't use sudo.
I think golinuxgo wanted to know what might get broken if he removes sudo entirely.
Precisely. She, BTW (an an old one at that). ;)

User avatar
anticapitalista
Developer
Posts: 4285
Joined: Sat Jul 15, 2006 10:40 am

Re: MX-14 beta 2

#216 Post by anticapitalista »

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

User avatar
BitJam
Developer
Posts: 2303
Joined: Sat Aug 22, 2009 11:36 pm

Re: MX-14 beta 2

#217 Post by BitJam »

golinuxgo wrote:Precisely. She, BTW (an an old one at that). ;)
Oops. Sorry about that. Please excuse me.

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/*
Ninja'ed by anti.

golinuxgo
Posts: 34
Joined: Fri Jan 03, 2014 1:07 am

Re: MX-14 beta 2

#218 Post by golinuxgo »

anticapitalista wrote:Why do you want to remove sudo?
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). ;)

User avatar
uncle mark
Posts: 853
Joined: Sat Nov 11, 2006 9:42 pm

Re: MX-14 beta 2

#219 Post by uncle mark »

golinuxgo wrote:
anticapitalista wrote:Why do you want to remove sudo?
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). ;)
I react the same way to Windows.
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

golinuxgo
Posts: 34
Joined: Fri Jan 03, 2014 1:07 am

Re: MX-14 beta 2

#220 Post by golinuxgo »

BitJam wrote:
golinuxgo wrote:Precisely. She, BTW (an an old one at that). ;)
Oops. Sorry about that. Please excuse me.
Not a problem at all so no need to apologize.
BitJam wrote:May I ask why you don't like sudo?
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: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.
Probably hasn't been an issue for me because I'm used to doing it the old-fashioned, user-unfriendly way. ;)
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/*
I'll check out the list when I get on that computer later tonight. Thanks.

Post Reply

Return to “Older Versions”