• Yet Another New systemd Feature

    From Lawrence D'Oliveiro@21:1/5 to All on Sun May 5 23:17:04 2024
    Lennart Poettering wants to get rid of sudo now, and replace it with a
    new systemd feature called “run0” <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    It is hard to write code that runs setuid, and sudo has had quite a
    few security vulnerabilities over the years. So Poettering’s idea is
    to replace the setuid executable with another use of the existing
    PolicyKit system.

    Interesting that Poettering thinks we should get rid of the whole idea
    of setuid altogether. AT&T actually got a patent on the concept, back
    in the early days of Unix. Other OSes had the concept of privileged
    code, but what made setuid different is that any user can set this
    mode on any executable they create, and when other users run this
    executable (if they are allowed to), they temporarily get the
    permissions of the owning user.

    On Linux, this concept was always constrained a bit: I think it only
    works on compiled machine-code executables, not on interpreted
    scripts.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Mon May 6 08:24:18 2024
    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:
    Lennart Poettering wants to get rid of sudo now, and replace it with a
    new systemd feature called “run0” <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.



    --
    “The urge to save humanity is almost always only a false face for the
    urge to rule it.”
    – H. L. Mencken

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to The Natural Philosopher on Mon May 6 10:00:32 2024
    On 2024-05-06 09:24, The Natural Philosopher wrote:
    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:
    Lennart Poettering wants to get rid of sudo now, and replace it with a
    new systemd feature called “run0”
    <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.

    Fat chance :-p

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Mon May 6 08:11:55 2024
    On Mon, 6 May 2024 08:24:18 +0100, The Natural Philosopher wrote:

    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:

    Lennart Poettering wants to get rid of sudo now, and replace it with a
    new systemd feature called “run0”
    <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.

    Unfortunately, the existing tool is far from perfect.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to All on Mon May 6 09:32:07 2024
    VGhlIE5hdHVyYWwgUGhpbG9zb3BoZXIgd3JvdGU6DQoNCj4gTGF3cmVuY2UgRCdPbGl2ZWly byB3cm90ZToNCj4NCj4+IExlbm5hcnQgUG9ldHRlcmluZyB3YW50cyB0byBnZXQgcmlkIG9m IHN1ZG8gbm93LCBhbmQgcmVwbGFjZSBpdCB3aXRoIGENCj4+IG5ldyBzeXN0ZW1kIGZlYXR1 cmUgY2FsbGVkIOKAnHJ1bjDigJ0NCj4gDQo+IEkgd2lzaCBoZSB3b3VsZCBzdG9wIHJlaW52 ZW50aW5nIHdoZWVscyBhbmQgbWFraW5nIHRoZW0gc3F1YXJlLg0KDQpUaGF0J3MgZ2VuZXJh bGx5IG15IGF0dGl0dWRlIHRvIGhpcyB3b3JrLCBidXQgbWF5YmUgdGhpcyB0aW1lIHJ1bjAg bWFrZXMgDQpzZW5zZT8NCg0KTm93YWRheXMgeW91IGhhdmUgdG8gZ28gb3V0IG9mIHlvdXIg d2F5IHRvIG5vdCBiZSByZWxpYW50IG9uIHN5c3RlbWQsIA0Kd2hpY2ggYWxyZWFkeSBoYXMg dGhlIGFiaWxpdHkgdG8gbGF1bmNoIHByb2Nlc3NlcyBhcyBzcGVjaWZpYyB1c2VycywgDQp3 aXRob3V0IGNsdWRneSBzZXR1aWQvc3Vkbywgc28gd2h5IG5vdCByZS11c2UgaXQgLi4uDQoN ClBlcnNvbmFsbHkgSSdtIG1vcmUgb2YgYSBzdSB1c2VyIHRoYW4gc3VkbyB1c2VyLCB0aG91 Z2ggSSByZWFsaXNlIHRoYXQgDQpyZWxpZXMgb24gdHJ1c3RpbmcgZXZlcnlvbmUgd2hvIGtu b3dzIHRoZSByb290IHBhc3N3b3JkLCB3ZSBtYW5hZ2VkIG9uIA0KZXZlcnkgKm5peCBib3gg SSB3YXMgaW52b2x2ZWQgd2l0aC4NCg==

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Andy Burns on Mon May 6 11:41:38 2024
    On 06/05/2024 09:32, Andy Burns wrote:
    The Natural Philosopher wrote:

    Lawrence D'Oliveiro wrote:

    Lennart Poettering wants to get rid of sudo now, and replace it with a
    new systemd feature called “run0”

    I wish he would stop reinventing wheels and making them square.

    That's generally my attitude to his work, but maybe this time run0 makes sense?

    Nowadays you have to go out of your way to not be reliant on systemd,
    which already has the ability to launch processes as specific users,
    without cludgy setuid/sudo, so why not re-use it ...

    Personally I'm more of a su user than sudo user, though I realise that
    relies on trusting everyone who knows the root password, we managed on
    every *nix box I was involved with.

    For casual personal use to do one thing, sudo is fine.
    For specific tasks by users on a multiuser machine sudo is well controlled
    For doing engine out maintenance by skilled personnel, its a sodding encumbrance.

    --
    It is the folly of too many to mistake the echo of a London coffee-house
    for the voice of the kingdom.

    Jonathan Swift

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Kyonshi on Mon May 6 11:42:47 2024
    On 06/05/2024 09:50, Kyonshi wrote:
    On 5/6/2024 10:11 AM, Lawrence D'Oliveiro wrote:
    On Mon, 6 May 2024 08:24:18 +0100, The Natural Philosopher wrote:

    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:

    Lennart Poettering wants to get rid of sudo now, and replace it with a >>>> new systemd feature called “run0”
    <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.

    Unfortunately, the existing tool is far from perfect.

    yes, but why integrate it all into his tool?

    So his 'tool' gets to be bigger than anyone else's, and he can wave it
    around boastfully.


    --
    “Some people like to travel by train because it combines the slowness of
    a car with the cramped public exposure of 
an airplane.”

    Dennis Miller

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Mon May 6 11:39:13 2024
    On 06/05/2024 09:11, Lawrence D'Oliveiro wrote:
    On Mon, 6 May 2024 08:24:18 +0100, The Natural Philosopher wrote:

    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:

    Lennart Poettering wants to get rid of sudo now, and replace it with a
    new systemd feature called “run0”
    <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.

    Unfortunately, the existing tool is far from perfect.

    Yebbut nobut making it square has a bad knock on effects elsewhere.

    Simply fit better brakes or something

    "Square wheels are superior in that if they are prevented from rotating
    there is more tyre in contact with the road"

    Lennart Poettering

    --
    It is the folly of too many to mistake the echo of a London coffee-house
    for the voice of the kingdom.

    Jonathan Swift

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to The Natural Philosopher on Mon May 6 14:00:32 2024
    The Natural Philosopher <tnp@invalid.invalid> writes:

    "Square wheels are superior in that if they are prevented from
    rotating there is more tyre in contact with the road"

    Lennart Poettering

    Hackaday
    Square-Wheeled Bike Is Actually An Amazing Tracked Build <https://hackaday.com/2023/04/13/square-wheeled-bike-is-actually-an-amazing-tracked-build/>

    --
    /"\ This virus has not been found by antivirus software. /"\
    \!/ To replicate it needs your help: \!/
    _|_ Please copy it to your signature to ensure its survival. _|_
    / V \ _____ \\o o// \o/ _____ THANKS!! _____ \o/ \\o o// _____ / V \

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From G@21:1/5 to The Natural Philosopher on Mon May 6 17:29:24 2024
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 06/05/2024 09:11, Lawrence D'Oliveiro wrote:
    On Mon, 6 May 2024 08:24:18 +0100, The Natural Philosopher wrote:

    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:

    Lennart Poettering wants to get rid of sudo now, and replace it with a >>>> new systemd feature called “run0”
    <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.

    Unfortunately, the existing tool is far from perfect.

    Yebbut nobut making it square has a bad knock on effects elsewhere.

    Simply fit better brakes or something

    "Square wheels are superior in that if they are prevented from rotating
    there is more tyre in contact with the road"

    Lennart Poettering


    Triangular wheels are even better as it eliminates one of the bumps.
    (from an old BC cartoon)

    G

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Kyonshi on Mon May 6 19:29:42 2024
    On 2024-05-06 15:09, Kyonshi wrote:
    On 5/6/2024 12:42 PM, The Natural Philosopher wrote:
    On 06/05/2024 09:50, Kyonshi wrote:
    On 5/6/2024 10:11 AM, Lawrence D'Oliveiro wrote:
    On Mon, 6 May 2024 08:24:18 +0100, The Natural Philosopher wrote:

    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:

    Lennart Poettering wants to get rid of sudo now, and replace it
    with a
    new systemd feature called “run0”
    <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.

    Unfortunately, the existing tool is far from perfect.

    yes, but why integrate it all into his tool?

    So his 'tool' gets to be bigger than anyone else's, and he can wave it
    around boastfully.



    Why not create his own OS? Worked for Linus after all.

    Why would he?

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John McCue@21:1/5 to yeti on Mon May 6 17:15:20 2024
    yeti <yeti@tilde.institute> wrote:
    The Natural Philosopher <tnp@invalid.invalid> writes:

    "Square wheels are superior in that if they are prevented from
    rotating there is more tyre in contact with the road"

    Lennart Poettering

    Hackaday
    Square-Wheeled Bike Is Actually An Amazing Tracked Build <https://hackaday.com/2023/04/13/square-wheeled-bike-is-actually-an-amazing-tracked-build/>

    Now that is interesting :)

    --
    [t]csh(1) - "An elegant shell, for a more... civilized age."
    - Paraphrasing Star Wars

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Andy Burns on Mon May 6 13:53:59 2024
    On 5/6/24 03:32, Andy Burns wrote:
    That's generally my attitude to his work, but maybe this time run0
    makes sense?

    I can see some logic in systemd-run / run0 in some situations. Just not situations around me.

    Nowadays you have to go out of your way to not be reliant on systemd,
    which already has the ability to launch processes as specific users,
    without cludgy setuid/sudo, so why not re-use it ...

    systemd-run / run0 can't do crap on systems that aren't running systemd.
    Systems like Linux distros avoiding systemd; Solaris, AIX, HP-UX,
    OpenServer, UnixWare, OpenMVS, etc.

    Personally I'm more of a su user than sudo user, though I realise
    that relies on trusting everyone who knows the root password, we
    managed on every *nix box I was involved with.

    Trusting the source user to know the password of the target user. The
    target user isn't always root. ;-)

    There are other alternatives that don't require knowing the target
    user's password. pam_ssh_agent_auth.so comes to mind. Put the source
    user's public key in ~root/.su.authorized_keys and configure
    /etc/pam.d/su to use pam_ssh_agent_auth.so. Kerberized su comes to mind
    too.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to All on Mon May 6 20:00:03 2024
    R3JhbnQgVGF5bG9yIHdyb3RlOg0KDQo+IHN5c3RlbWQtcnVuIC8gcnVuMCBjYW4ndCBkbyBj cmFwIG9uIHN5c3RlbXMgdGhhdCBhcmVuJ3QgcnVubmluZyBzeXN0ZW1kLiANCj4gU3lzdGVt cyBsaWtlIExpbnV4IGRpc3Ryb3MgYXZvaWRpbmcgc3lzdGVtZDsgU29sYXJpcywgQUlYLCBI UC1VWCwgDQo+IE9wZW5TZXJ2ZXIsIFVuaXhXYXJlLCBPcGVuTVZTLCBldGMuDQoNCkxldCB0 aG9zZSBzdGljayB3aXRoIHN1L3N1ZG8vc2V0dWlkDQo+IFRoZXJlIGFyZSBvdGhlciBhbHRl cm5hdGl2ZXMgdGhhdCBkb24ndCByZXF1aXJlIGtub3dpbmcgdGhlIHRhcmdldCANCj4gdXNl cidzIHBhc3N3b3JkLsKgIHBhbV9zc2hfYWdlbnRfYXV0aC5zbyBjb21lcyB0byBtaW5kLsKg IFB1dCB0aGUgc291cmNlIA0KPiB1c2VyJ3MgcHVibGljIGtleSBpbiB+cm9vdC8uc3UuYXV0 aG9yaXplZF9rZXlzIGFuZCBjb25maWd1cmUgDQo+IC9ldGMvcGFtLmQvc3UgdG8gdXNlIHBh bV9zc2hfYWdlbnRfYXV0aC5zby4gIA0KDQpJJ3ZlIGFsd2F5cyBiZWVuIHVuZWFzeSBhYm91 dCBwYW0sIGlmIGp1c3QgZm9yIHRoZSBwb3RlbnRhbCBjb21wbGV4aXR5IA0Kb2YgY29uZmln DQoNCj4gS2VyYmVyaXplZCBzdSBjb21lcyB0byBtaW5kICB0b28uDQoNCk5ldmVyIGVuY291 bnRlcmVkIGl0Lg0K

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Kyonshi on Mon May 6 13:56:19 2024
    On 5/6/24 08:09, Kyonshi wrote:
    Why not create his own OS? Worked for Linus after all.

    Linux made a kernel and re-used other open source software; notably GNU
    suite.

    Pottering is working on a software suite and will make use of the Linux
    kernel.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to The Natural Philosopher on Mon May 6 20:08:09 2024
    The Natural Philosopher wrote:

    For casual personal use to do one thing, sudo is fine.

    AFAIR, /usr/bin/sudo is a 'sticky' binary owned by root, so it
    immediately gets root access, better hope nobody finds a way to abuse
    that before it's decided whether or not to let you do what you asked it.

    For specific tasks by users on a multiuser machine sudo is well controlled

    I've encountered plenty, not so well controlled, where all it takes is
    "sudo su -"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to The Natural Philosopher on Mon May 6 13:55:04 2024
    On 5/6/24 05:41, The Natural Philosopher wrote:
    For doing engine out maintenance by skilled personnel, its a sodding encumbrance.

    I'd suggest that you might be using the tool incorrectly if it's getting
    in your way. }:-)



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Kyonshi on Mon May 6 20:35:30 2024
    On 06/05/2024 14:09, Kyonshi wrote:
    On 5/6/2024 12:42 PM, The Natural Philosopher wrote:
    On 06/05/2024 09:50, Kyonshi wrote:
    On 5/6/2024 10:11 AM, Lawrence D'Oliveiro wrote:
    On Mon, 6 May 2024 08:24:18 +0100, The Natural Philosopher wrote:

    On 06/05/2024 00:17, Lawrence D'Oliveiro wrote:

    Lennart Poettering wants to get rid of sudo now, and replace it
    with a
    new systemd feature called “run0”
    <https://itwire.com/business-it-news/open-source/poettering-announces-tool-in-new-systemd-version-to-replace-sudo.html>.

    I wish he would stop reinventing wheels and making them square.

    Unfortunately, the existing tool is far from perfect.

    yes, but why integrate it all into his tool?

    So his 'tool' gets to be bigger than anyone else's, and he can wave it
    around boastfully.



    Why not create his own OS? Worked for Linus after all.

    Because he actually insn't that smart

    --
    "Nature does not give up the winter because people dislike the cold."

    ― Confucius

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to Andy Burns on Mon May 6 19:43:59 2024
    On Mon, 6 May 2024 09:32:07 +0100, Andy Burns wrote:


    Nowadays you have to go out of your way to not be reliant on systemd,
    which already has the ability to launch processes as specific users,
    without cludgy setuid/sudo, so why not re-use it ...

    Personally I'm more of a su user than sudo user, though I realise that
    relies on trusting everyone who knows the root password, we managed on
    every *nix box I was involved with.


    Yes. You are just another totally ignorant GNU/Linux user and it is
    people like you that have allowed systemd to infiltrate as far as it
    has.

    Myself, for my minimalist standalone workstation, I run without systemd
    and, moreover, I run always as ROOT.

    This latter fact alone will be enough to send all the GNU/Linux ignoramuses into "panty twist" mode, but for those TRUE GNU/LINUX EXPERTS this
    is nothing whatsoever unusual.

    The truth about systemd is that, for standalone workstations, systemd
    is both totally unnecessary and a total encumbrance.

    Systemd persists only, and emphatically ONLY, because the majority
    of GNU/Linux users are helpless lackeys to their chosen distro.

    Please. Don't bother responding. I am well aware and sick of
    all your acquiescent and ignoramus responses.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Kyonshi on Mon May 6 21:56:45 2024
    On Mon, 6 May 2024 10:50:26 +0200, Kyonshi wrote:

    On 5/6/2024 10:11 AM, Lawrence D'Oliveiro wrote:

    Unfortunately, the existing tool is far from perfect.

    yes, but why integrate it all into his tool?

    He is not. He is creating an entirely new, simpler one.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Mon May 6 21:58:37 2024
    On Mon, 6 May 2024 11:39:13 +0100, The Natural Philosopher wrote:

    Yebbut nobut making it square has a bad knock on effects elsewhere.

    You’re one of those people who type “sudo su”, aren’t you?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Mon May 6 22:00:06 2024
    On Mon, 6 May 2024 11:41:38 +0100, The Natural Philosopher wrote:

    For specific tasks by users on a multiuser machine sudo is well
    controlled For doing engine out maintenance by skilled personnel, its a sodding encumbrance.

    Pro tip: one of the commands you can feed to sudo is “/bin/bash”.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Andy Burns on Mon May 6 19:11:01 2024
    On 5/6/24 14:08, Andy Burns wrote:
    AFAIR, /usr/bin/sudo is a 'sticky' binary owned by root, so it
    immediately gets root access, better hope nobody finds a way to abuse
    that before it's decided whether or not to let you do what you asked it.

    You are correct.

    Thankfully we have 30+ years of sudo history and people trying to do
    exactly that and others defending against that very thing.

    I've encountered plenty, not so well controlled, where all it takes is
    "sudo su -"

    That's why I would tend to allow non-SA teams to have sudo with a
    specific command (possibly without needing to re-enter their password)
    while only allowing the Unix SAs to have `sudo su` et al. access.

    Sudo is, or very much so should be, an explicitly allow known good and
    block everything else by default.

    Negation never works as one might hope when it comes to security.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to John McCue on Mon May 6 23:18:51 2024
    On 2024-05-06, John McCue <jmccue@magnetar.jmcunx.com> wrote:

    yeti <yeti@tilde.institute> wrote:

    The Natural Philosopher <tnp@invalid.invalid> writes:

    "Square wheels are superior in that if they are prevented from
    rotating there is more tyre in contact with the road"

    Lennart Poettering

    Hackaday
    Square-Wheeled Bike Is Actually An Amazing Tracked Build
    <https://hackaday.com/2023/04/13/square-wheeled-bike-is-actually-an-amazing-tracked-build/>

    Now that is interesting :)

    It'd be even more interesting if the video were watchable.

    --
    /~\ Charlie Gibbs | The Internet is like a big city:
    \ / <cgibbs@kltpzyxm.invalid> | it has plenty of bright lights and
    X I'm really at ac.dekanfrus | excitement, but also dark alleys
    / \ if you read it the right way. | down which the unwary get mugged.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Andy Burns on Mon May 6 19:13:41 2024
    On 5/6/24 14:00, Andy Burns wrote:
    Let those stick with su/sudo/setuid

    ACK

    I've always been uneasy about pam, if just for the potental complexity
    of config

    I've found PAM to be a *LOT* easier to configure than sudo. The syntax
    is MUCH simpler, and needs FAR FEWER changes.

    Never encountered it.

    Microsoft adopted it (and extended it as they do) as part of Active
    Directory for Windows 2000.

    Sun used it for about 10 years prior to that.

    I've used it on and off and been very happy with it.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Woozy Song@21:1/5 to Andy Burns on Tue May 7 13:35:01 2024
    Andy Burns wrote:

    Nowadays you have to go out of your way to not be reliant on systemd,
    which already has the ability to launch processes as specific users,
    without cludgy setuid/sudo, so why not re-use it ...

    Personally I'm more of a su user than sudo user, though I realise that
    relies on trusting everyone who knows the root password, we managed on
    every *nix box I was involved with.

    I don't use sudo, just su, as usually have to do more than one command.
    mkdir -p /opt/foobar
    dnf install foo
    dnf install foo-devel
    systemctl enable food

    et cetera

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Lawrence D'Oliveiro on Tue May 7 08:59:32 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Mon, 6 May 2024 11:41:38 +0100, The Natural Philosopher wrote:
    For specific tasks by users on a multiuser machine sudo is well
    controlled For doing engine out maintenance by skilled personnel, its a
    sodding encumbrance.

    Pro tip: one of the commands you can feed to sudo is “/bin/bash”.

    I am wondering why people are so darn creative to work around a simple
    sudo -i.

    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Lawrence D'Oliveiro on Tue May 7 07:19:34 2024
    On Mon, 6 May 2024 22:00:06 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Pro tip: one of the commands you can feed to sudo is “/bin/bash”.

    And for added points, you know how you open a terminal as an ordinary
    user, only to type “sudo /bin/bash” into it? But that means you create a process running “sudo”, which in turns spawns the process running bash. Thus, to terminate the session, you have to type CTRL/D twice.

    Whereas, if the command you typed was “exec sudo /bin/bash”, then you only spawn one process, and only need one CTRL/D to terminate.

    Of course, if you get your password wrong, you lose the terminal window
    and have to open it again ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Andy Burns on Tue May 7 09:26:01 2024
    Andy Burns <usenet@andyburns.uk> wrote:
    Grant Taylor wrote:

    systemd-run / run0 can't do crap on systems that aren't running systemd.
    Systems like Linux distros avoiding systemd; Solaris, AIX, HP-UX,
    OpenServer, UnixWare, OpenMVS, etc.

    Let those stick with su/sudo/setuid

    Linux can also stick with that. All mechanisms can be used together.

    There is nothing to discuss here.

    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Tue May 7 08:28:37 2024
    On 06/05/2024 22:58, Lawrence D'Oliveiro wrote:
    On Mon, 6 May 2024 11:39:13 +0100, The Natural Philosopher wrote:

    Yebbut nobut making it square has a bad knock on effects elsewhere.

    You’re one of those people who type “sudo su”, aren’t you?

    No. I use su -

    --
    Microsoft : the best reason to go to Linux that ever existed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Charlie Gibbs on Tue May 7 09:34:45 2024
    On 2024-05-07 01:18, Charlie Gibbs wrote:
    On 2024-05-06, John McCue <jmccue@magnetar.jmcunx.com> wrote:

    yeti <yeti@tilde.institute> wrote:

    The Natural Philosopher <tnp@invalid.invalid> writes:

    "Square wheels are superior in that if they are prevented from
    rotating there is more tyre in contact with the road"

    Lennart Poettering

    Hackaday
    Square-Wheeled Bike Is Actually An Amazing Tracked Build
    <https://hackaday.com/2023/04/13/square-wheeled-bike-is-actually-an-amazing-tracked-build/>

    Now that is interesting :)

    It'd be even more interesting if the video were watchable.


    Works here just fine.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E.R. on Tue May 7 08:50:00 2024
    On 07/05/2024 08:34, Carlos E.R. wrote:
    On 2024-05-07 01:18, Charlie Gibbs wrote:
    On 2024-05-06, John McCue <jmccue@magnetar.jmcunx.com> wrote:

    yeti <yeti@tilde.institute> wrote:

    The Natural Philosopher <tnp@invalid.invalid> writes:

    "Square wheels are superior in that if they are prevented from
    rotating there is more tyre in contact with the road"

    Lennart Poettering

    Hackaday
    Square-Wheeled Bike Is Actually An Amazing Tracked Build
    <https://hackaday.com/2023/04/13/square-wheeled-bike-is-actually-an-amazing-tracked-build/>

    Now that is interesting :)

    It'd be even more interesting if the video were watchable.


    Works here just fine.

    Well the video works.
    It does seem to be about as pointless as Poettering's ideas though.

    --
    Any fool can believe in principles - and most of them do!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fritz Wuehler@21:1/5 to All on Tue May 7 14:40:15 2024
    Lawrence D'Oliveiro <...@nz.invalid> [LD]:
    Unfortunately, the existing tool [sudo] is far from perfect.

    Will Deich has written a nice sudo alternative, called "super", with
    lots of bells and whistles.

    Its man page:
    https://www.ucolick.org/~will/RUE/super/super.1.html

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to All on Tue May 7 15:45:05 2024
    Fritz Wuehler <fritz@spamexpire-202405.rodent.frell.theremailer.net>
    wrote:
    Lawrence D'Oliveiro <...@nz.invalid> [LD]:
    Unfortunately, the existing tool [sudo] is far from perfect.

    Will Deich has written a nice sudo alternative, called "super", with
    lots of bells and whistles.

    And there is also doas, which less bells and whistles (which is what I
    would want for a suid program), from the BSD world.

    Greetings
    Marc (who maintains sudo in Debian and is thus stuck with sudo)
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Joe Beanfish@21:1/5 to The Natural Philosopher on Tue May 7 15:32:05 2024
    On Tue, 07 May 2024 08:50:00 +0100, The Natural Philosopher wrote:

    On 07/05/2024 08:34, Carlos E.R. wrote:
    On 2024-05-07 01:18, Charlie Gibbs wrote:
    On 2024-05-06, John McCue <jmccue@magnetar.jmcunx.com> wrote:

    yeti <yeti@tilde.institute> wrote:

    The Natural Philosopher <tnp@invalid.invalid> writes:

    "Square wheels are superior in that if they are prevented from
    rotating there is more tyre in contact with the road"

    Lennart Poettering

    Hackaday
    Square-Wheeled Bike Is Actually An Amazing Tracked Build
    <https://hackaday.com/2023/04/13/square-wheeled-bike-is-actually-an-amazing-tracked-build/>

    Now that is interesting :)

    It'd be even more interesting if the video were watchable.


    Works here just fine.

    Well the video works.
    It does seem to be about as pointless as Poettering's ideas though.

    And it's not wheels at all. It's a bike with tracks, like a tank,
    instead of wheels.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to Grant Taylor on Tue May 7 16:29:30 2024
    Grant Taylor <gtaylor@tnetconsulting.net> writes:
    On 5/6/24 14:08, Andy Burns wrote:
    I've encountered plenty, not so well controlled, where all it takes
    is "sudo su -"

    That's why I would tend to allow non-SA teams to have sudo with a
    specific command (possibly without needing to re-enter their password)
    while only allowing the Unix SAs to have `sudo su` et al. access.

    I think this is optimistic at best.

    One reason is the difficulty of writing correct setuid programs. sudo’s
    CVE record shows how hard this is (as if there were any doubt by
    now). Some of the historical CVEs stem from it being written in C but
    for others the implementation language doesn’t seem to be very relevant.

    The other is that impracticality of ensuring the the commands you want
    to run don’t allow further escalation. Of course you may be auditing all
    the commands you permit in this way but realistically, most people doing
    this aren’t.

    Some of these issues translate to any other strategy for managing
    privilege escalation (there is no free lunch); others don’t. Certainly getting the escalated process out of the calling user’s environment, as
    run0 does, is a real improvement. Being able to remove setuid/setgid
    programs from Linux would be a big step forward in security terms.

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Tue May 7 16:00:10 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 22:00 this Monday (GMT):
    On Mon, 6 May 2024 11:41:38 +0100, The Natural Philosopher wrote:

    For specific tasks by users on a multiuser machine sudo is well
    controlled For doing engine out maintenance by skilled personnel, its a
    sodding encumbrance.

    Pro tip: one of the commands you can feed to sudo is “/bin/bash”.


    That's basically the same as sudo su.. unless the root user's shell was changed.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Marc Haber on Tue May 7 21:03:14 2024
    On Tue, 7 May 2024, Marc Haber wrote:

    Fritz Wuehler <fritz@spamexpire-202405.rodent.frell.theremailer.net>
    wrote:
    Lawrence D'Oliveiro <...@nz.invalid> [LD]:
    Unfortunately, the existing tool [sudo] is far from perfect.

    Will Deich has written a nice sudo alternative, called "super", with
    lots of bells and whistles.

    And there is also doas, which less bells and whistles (which is what I
    would want for a suid program), from the BSD world.

    Greetings
    Marc (who maintains sudo in Debian and is thus stuck with sudo)

    Hello Marc,

    Since you are the expert witness... what is the point of OpenBSD:s doas
    instead of sudo? If the two were to battle to the death with the lirpa,
    which one would win?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to All on Tue May 7 14:21:47 2024
    On 5/7/24 11:00, candycanearter07 wrote:
    That's basically the same as sudo su.. unless the root user's shell
    was changed.

    Chuckle.

    That's a very Linux / FreeBSD centric answer.

    Most of the platforms that I used sudo on didn't have bash installed.
    Most of them had root's shell set to /bin/sh.

    People were more likely to sudo /bin/ksh



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to nospam@example.net on Tue May 7 21:59:22 2024
    D <nospam@example.net> wrote:
    Since you are the expert witness... what is the point of OpenBSD:s doas >instead of sudo? If the two were to battle to the death with the lirpa,
    which one would win?

    runas is much simpler and thus has less attack surface. Sudo has a
    complex parser of a historically grown configuration file format, a
    plugin interface. I'd rather not have that in a suid root binary.

    When I took over sudo maintenance in Debian, I was strongly
    considering to migrate my own systems to doas because of the smaller
    attack surface, but than decided that I need to eat my own dog food
    and stayed with sudo.

    Greetings
    Marc
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Richard Kettlewell on Tue May 7 14:19:38 2024
    On 5/7/24 10:29, Richard Kettlewell wrote:
    I think this is optimistic at best.

    I've used it that way for years.

    The big outsourced IT company that I worked for converted hundreds of
    clients (each with hundreds of servers using sudo) to this model.

    It was a PITA to do the conversion. But once it was done, things worked better, there was more tracking, and everybody involved had a much
    better idea of what was going on.

    One reason is the difficulty of writing correct setuid
    programs. sudo’s CVE record shows how hard this is (as if there were
    any doubt by now). Some of the historical CVEs stem from it being
    written in C but for others the implementation language doesn’t
    seem to be very relevant.

    I didn't mean to imply that sudo was perfect. If anything, it's
    imperfect. But nothing is perfect. It's also got decades of people
    poking at it with sticks of varying sharpness.

    The other is that impracticality of ensuring the the commands you
    want to run don’t allow further escalation. Of course you may be
    auditing all the commands you permit in this way but realistically,
    most people doing this aren’t.

    Some of these issues translate to any other strategy for managing
    privilege escalation (there is no free lunch); others don’t.

    I had typed out something to similar sentiment, then saw your comment.

    Certainly getting the escalated process out of the calling user’s environment, as run0 does, is a real improvement. Being able to
    remove setuid/setgid programs from Linux would be a big step forward
    in security terms.

    I don't agree that removing setuid / setgid binaries from systems is the panacea some make it out to be.

    I also suspect that we may be looking at sudo, et al, slightly differently.

    All of the use cases we had at my previous employer were business
    justifiable (as in the business benefited from people running the
    commands) and had multiple layers of management approval / blessing for
    the requestor to be able to run them.

    So sudo really was a way to conveniently provide the approved commands
    without the requestor needing to go through the hassle of checking the
    shared password out of a database, logging in as the target user,
    running the necessary commands, logging out, and ensuring that the
    password was rotated.

    Sudo was really a way to make it easier for people to access the
    privileges that they had already been granted.

    The more people that need to access a shared account, the more benefit
    there is in them not utilizing the shared password for everything.

    Size of team and managerial bye in makes a HUGE difference.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Marc Haber on Tue May 7 14:20:26 2024
    On 5/7/24 01:59, Marc Haber wrote:
    I am wondering why people are so darn creative to work around a simple
    sudo -i.

    Inertia and or not knowing about `sudo -i`.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Carlos E.R. on Tue May 7 20:25:44 2024
    On 2024-05-07, Carlos E.R. <robin_listas@es.invalid> wrote:

    On 2024-05-07 01:18, Charlie Gibbs wrote:

    On 2024-05-06, John McCue <jmccue@magnetar.jmcunx.com> wrote:

    yeti <yeti@tilde.institute> wrote:

    The Natural Philosopher <tnp@invalid.invalid> writes:

    "Square wheels are superior in that if they are prevented from
    rotating there is more tyre in contact with the road"

    Lennart Poettering

    Hackaday
    Square-Wheeled Bike Is Actually An Amazing Tracked Build
    <https://hackaday.com/2023/04/13/square-wheeled-bike-is-actually-an-amazing-tracked-build/>

    Now that is interesting :)

    It'd be even more interesting if the video were watchable.

    Works here just fine.

    FSVO "works". If you consider "works" as force-feeding you
    interminable ads (as per YouTube's new model), then great.
    I have better things to do than wait around for that garbage.
    No matter - at least I got a glimpse of the photo before it
    got whisked away. It sounds like a fun idea.

    --
    /~\ Charlie Gibbs | The Internet is like a big city:
    \ / <cgibbs@kltpzyxm.invalid> | it has plenty of bright lights and
    X I'm really at ac.dekanfrus | excitement, but also dark alleys
    / \ if you read it the right way. | down which the unwary get mugged.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Tue May 7 22:06:31 2024
    On Tue, 7 May 2024 16:00:10 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 22:00 this Monday (GMT):

    Pro tip: one of the commands you can feed to sudo is “/bin/bash”.

    That's basically the same as sudo su..

    Let’s see: you create a process to run sudo, which does privilege checks
    and creates a process to run su, which runs privilege checks and spawns
    your actual command.

    I just checked, and for some reason sudo itself needs two processes to do
    its stuff. So that’s *three* processes, not including your actual command.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to Grant Taylor on Tue May 7 23:01:49 2024
    Grant Taylor <gtaylor@tnetconsulting.net> writes:
    On 5/7/24 10:29, Richard Kettlewell wrote:
    Certainly getting the escalated process out of the calling user’s
    environment, as run0 does, is a real improvement. Being able to
    remove setuid/setgid programs from Linux would be a big step forward
    in security terms.

    I don't agree that removing setuid / setgid binaries from systems is
    the panacea some make it out to be.

    I don’t think I said “panacea”. But it’s pretty obvious that eliminating
    them would close down an entire attack class. That’s worth a lot, and
    steps toward it should be welcomed.

    I also suspect that we may be looking at sudo, et al, slightly
    differently.

    All of the use cases we had at my previous employer were business
    justifiable (as in the business benefited from people running the
    commands) and had multiple layers of management approval / blessing
    for the requestor to be able to run them.

    So sudo really was a way to conveniently provide the approved commands without the requestor needing to go through the hassle of checking the
    shared password out of a database, logging in as the target user,
    running the necessary commands, logging out, and ensuring that the
    password was rotated.

    Sudo was really a way to make it easier for people to access the
    privileges that they had already been granted.

    The more people that need to access a shared account, the more benefit
    there is in them not utilizing the shared password for everything.

    ??? I didn’t say anything about shared accounts. The important part of
    the model in which sudo grants access to certain commands only is that
    it doesn’t let anyone go beyond those specifically granted privileges. That’s the tricky bit. Vulnerabilities in sudo itself are relatively managable (given the level of attention it gets, update channels, etc)
    but vulnerable configurations are harder.

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Poulsen@21:1/5 to The Natural Philosopher on Tue May 7 14:20:36 2024
    On 5/6/2024 3:41 AM, The Natural Philosopher wrote:
    For casual personal use to do one thing, sudo is fine.
    For specific tasks by users on a multiuser machine sudo is well controlled For doing engine out maintenance by skilled personnel, its a sodding encumbrance.

    There is always "sudo -i" ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Richard Kettlewell on Tue May 7 23:00:10 2024
    On Tue, 07 May 2024 23:01:49 +0100, Richard Kettlewell wrote:

    The important part of
    the model in which sudo grants access to certain commands only is that
    it doesn’t let anyone go beyond those specifically granted privileges.

    Have you looked at polkit (formerly PolicyKit) <http://www.freedesktop.org/software/polkit/docs/latest/>? It offers fine- grained access control, though still discretionary rather than mandatory. That’s what systemd-run0 is using.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Lars Poulsen on Wed May 8 08:27:28 2024
    Lars Poulsen <lars@beagle-ears.com> wrote:
    On 5/6/2024 3:41 AM, The Natural Philosopher wrote:
    For casual personal use to do one thing, sudo is fine.
    For specific tasks by users on a multiuser machine sudo is well controlled >> For doing engine out maintenance by skilled personnel, its a sodding
    encumbrance.

    There is always "sudo -i" ...

    I have not worked in a single environment where the root password was
    common knowledge. All environments I have worked in used personalized
    sudo to escalate privileges. One even (the best one!) encouraged
    people not to escalate to a root shell but type sudo for every single
    command as this leaves a nice audit trail.

    Doing so is considerably easier on Debianesque systems than in the Red
    Hat world due to the more open directory permissions in Debian.

    Greetings
    Marc
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Charlie Gibbs on Wed May 8 10:53:00 2024
    On 07/05/2024 21:25, Charlie Gibbs wrote:
    FSVO "works". If you consider "works" as force-feeding you
    interminable ads (as per YouTube's new model), then great.
    I have better things to do than wait around for that garbage.
    No matter - at least I got a glimpse of the photo before it
    got whisked away. It sounds like a fun idea.

    Ublock Origin eliminates all that shit.
    Cant run a browser without it these days
    So invisible one forgets that not everybody installs it.

    --
    "Women actually are capable of being far more than the feminists will
    let them."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Grant Taylor on Wed May 8 11:53:57 2024
    On Tue, 7 May 2024, Grant Taylor wrote:

    On 5/7/24 11:00, candycanearter07 wrote:
    That's basically the same as sudo su.. unless the root user's shell was
    changed.

    Chuckle.

    That's a very Linux / FreeBSD centric answer.

    Most of the platforms that I used sudo on didn't have bash installed. Most of them had root's shell set to /bin/sh.

    People were more likely to sudo /bin/ksh

    Reminds me of when I was administering a bunch of power servers with AIX
    on them. No bash as far as the eye could see. A more senior consultant at
    that time, told me he always installed some private guys gnu utils on
    every AIX machine he administered. I remember thinking that it did feel a
    bit insecure, but that was the way they did it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Marc Haber on Wed May 8 11:54:50 2024
    On Tue, 7 May 2024, Marc Haber wrote:

    D <nospam@example.net> wrote:
    Since you are the expert witness... what is the point of OpenBSD:s doas
    instead of sudo? If the two were to battle to the death with the lirpa,
    which one would win?

    runas is much simpler and thus has less attack surface. Sudo has a
    complex parser of a historically grown configuration file format, a
    plugin interface. I'd rather not have that in a suid root binary.

    When I took over sudo maintenance in Debian, I was strongly
    considering to migrate my own systems to doas because of the smaller
    attack surface, but than decided that I need to eat my own dog food
    and stayed with sudo.

    Greetings
    Marc


    Great! =) Thank you very much for the information Marc!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Richard Kettlewell on Wed May 8 10:58:32 2024
    On 07/05/2024 23:01, Richard Kettlewell wrote:
    I don’t think I said “panacea”. But it’s pretty obvious that eliminating
    them would close down an entire attack class. That’s worth a lot, and
    steps toward it should be welcomed.

    How many serious attacks have been successfully launched using 'sudo'?

    Anyone *with nothing better to do* can spend man years solving
    *theoretical* problems that really do not exist in the real world.

    One perhaps might formulate a hypothesis that Poettering has been the
    object of a 'lateral arabesque' in order to give idle hands something to
    do, that cannot possibly have impacts beyond a small area of localised fallout....

    --
    "Women actually are capable of being far more than the feminists will
    let them."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Grant Taylor on Wed May 8 11:52:40 2024
    On Tue, 7 May 2024, Grant Taylor wrote:

    On 5/7/24 01:59, Marc Haber wrote:
    I am wondering why people are so darn creative to work around a simple sudo >> -i.

    Inertia and or not knowing about `sudo -i`.

    In my case intertia _and_ not knowing about sudo -i.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Grant Taylor on Wed May 8 15:20:10 2024
    Grant Taylor <gtaylor@tnetconsulting.net> wrote at 19:21 this Tuesday (GMT):
    On 5/7/24 11:00, candycanearter07 wrote:
    That's basically the same as sudo su.. unless the root user's shell
    was changed.

    Chuckle.

    That's a very Linux / FreeBSD centric answer.

    Most of the platforms that I used sudo on didn't have bash installed.
    Most of them had root's shell set to /bin/sh.

    People were more likely to sudo /bin/ksh


    Fair. I'm more of a casual Linux user.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Wed May 8 15:20:09 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 22:06 this Tuesday (GMT):
    On Tue, 7 May 2024 16:00:10 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 22:00 this Monday (GMT):

    Pro tip: one of the commands you can feed to sudo is “/bin/bash”.

    That's basically the same as sudo su..

    Let’s see: you create a process to run sudo, which does privilege checks and creates a process to run su, which runs privilege checks and spawns
    your actual command.

    I just checked, and for some reason sudo itself needs two processes to do
    its stuff. So that’s *three* processes, not including your actual command.


    I assume that's to help sandbox it more.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to All on Wed May 8 10:51:27 2024
    On 5/8/24 04:52, D wrote:
    In my case intertia _and_ not knowing about sudo -i.

    I used `sudo` for years before I learned about `sudo -i`.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to The Natural Philosopher on Wed May 8 18:48:02 2024
    The Natural Philosopher <tnp@invalid.invalid> writes:
    On 07/05/2024 23:01, Richard Kettlewell wrote:
    I don’t think I said “panacea”. But it’s pretty obvious that
    eliminating them would close down an entire attack class. That’s
    worth a lot, and steps toward it should be welcomed.

    How many serious attacks have been successfully launched using 'sudo'?

    Obviously impossible to say.

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Richard Kettlewell on Wed May 8 19:59:15 2024
    On 08/05/2024 18:48, Richard Kettlewell wrote:
    The Natural Philosopher <tnp@invalid.invalid> writes:
    On 07/05/2024 23:01, Richard Kettlewell wrote:
    I don’t think I said “panacea”. But it’s pretty obvious that
    eliminating them would close down an entire attack class. That’s
    worth a lot, and steps toward it should be welcomed.

    How many serious attacks have been successfully launched using 'sudo'?

    Obviously impossible to say.

    How many serious attacks have been detected and were successfully
    launched using 'sudo'?
    --
    Renewable energy: Expensive solutions that don't work to a problem that
    doesn't exist instituted by self legalising protection rackets that
    don't protect, masquerading as public servants who don't serve the public.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Grant Taylor on Wed May 8 20:32:52 2024
    On 2024-05-08 17:51, Grant Taylor wrote:
    On 5/8/24 04:52, D wrote:
    In my case intertia _and_ not knowing about sudo -i.

    I used `sudo` for years before I learned about `sudo -i`.

    Mmm? What is the advantage? I also don't know about it. Why should I use it?

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Carlos E.R. on Wed May 8 22:07:33 2024
    "Carlos E.R." <robin_listas@es.invalid> wrote:
    On 2024-05-08 17:51, Grant Taylor wrote:
    On 5/8/24 04:52, D wrote:
    In my case intertia _and_ not knowing about sudo -i.

    I used `sudo` for years before I learned about `sudo -i`.

    Mmm? What is the advantage? I also don't know about it. Why should I use it?

    Is it so hard to read the docs?

    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Wed May 8 20:49:39 2024
    On Wed, 8 May 2024 10:58:32 +0100, The Natural Philosopher wrote:

    How many serious attacks have been successfully launched using 'sudo'?

    https://www.cvedetails.com/vulnerability-list/vendor_id-15714/Sudo-Project.html

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Wed May 8 20:47:02 2024
    On Wed, 8 May 2024 11:53:57 +0200, D wrote:

    A more senior consultant at that time, told me he always installed some private guys gnu utils on every AIX machine he administered.

    Every seasoned Unix sysadmin had the tradition of doing that.

    I remember thinking that it did feel a bit insecure ...

    Why? Unix folks preferred the GNU tools because they tended to be of
    higher quality than the vendor-proprietary stuff.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Grant Taylor on Wed May 8 22:51:44 2024
    On Wed, 8 May 2024, Grant Taylor wrote:

    On 5/8/24 04:52, D wrote:
    In my case intertia _and_ not knowing about sudo -i.

    I used `sudo` for years before I learned about `sudo -i`.

    Well, that's the bright side... I did learn something new! ;)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to The Natural Philosopher on Wed May 8 23:20:53 2024
    The Natural Philosopher <tnp@invalid.invalid> writes:
    Richard Kettlewell wrote:
    The Natural Philosopher <tnp@invalid.invalid> writes:
    On 07/05/2024 23:01, Richard Kettlewell wrote:
    I don’t think I said “panacea”. But it’s pretty obvious that
    eliminating them would close down an entire attack class. That’s
    worth a lot, and steps toward it should be welcomed.

    How many serious attacks have been successfully launched using 'sudo'?
    Obviously impossible to say.

    How many serious attacks have been detected and were successfully
    launched using 'sudo'?

    Again, obviously impossible to say.

    I don’t have any more access to incident reports from targets (or
    attackers l-) than you do. What I can do in their absence is assess the
    risk associated with various APIs, components, configurations, etc,
    based on understanding of how they work, direct and indirect experience
    over the last few decades, and so on. Reasonable people can certainly
    disagree about that assessment but the poor availability of evidence of
    actual compromises is a hopeless foundation for any conclusions.

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to invalid@invalid.invalid on Wed May 8 23:01:29 2024
    On Wed, 08 May 2024 23:20:53 +0100, Richard Kettlewell <invalid@invalid.invalid> wrote in <wwvr0ecuere.fsf@LkoBDZeT.terraraq.uk>:

    The Natural Philosopher <tnp@invalid.invalid> writes:
    Richard Kettlewell wrote:
    The Natural Philosopher <tnp@invalid.invalid> writes:
    On 07/05/2024 23:01, Richard Kettlewell wrote:
    I don’t think I said “panacea”. But it’s pretty obvious that >>>>> eliminating them would close down an entire attack class. That’s
    worth a lot, and steps toward it should be welcomed.

    How many serious attacks have been successfully launched using
    'sudo'?
    Obviously impossible to say.

    How many serious attacks have been detected and were successfully
    launched using 'sudo'?

    Again, obviously impossible to say.

    I don’t have any more access to incident reports from targets (or
    attackers l-) than you do. What I can do in their absence is assess the
    risk associated with various APIs, components, configurations, etc,
    based on understanding of how they work, direct and indirect experience
    over the last few decades, and so on. Reasonable people can certainly disagree about that assessment but the poor availability of evidence of actual compromises is a hopeless foundation for any conclusions.

    Perhaps not the compromises, but you can examine the known
    vulnerabilities that would be the cause of most sudo compromises,
    to which Lawrence linked:

    https://www.cvedetails.com/vulnerability-list/vendor_id-15714/Sudo-Project.html

    And in this thread, I've learned about "sudo -i" -- thank you. :)

    --
    -v

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Marc Haber on Wed May 8 20:44:21 2024
    On 5/8/24 01:27, Marc Haber wrote:
    I have not worked in a single environment where the root password was
    common knowledge.

    There's common knowledge of, or accessibility to, the root (or pick your
    target account) password and then there's using it daily to get to root.

    My current day job uses su to get to root multiple times a day. But
    that's because I've not been there long enough nor had the opportunity /
    free time to migrate to sudo or ksu (but we don't have Kerberos in the
    Unix environment). I've already talked about it with co-workers and
    management and have gotten a nod of approval to put together a plan to implement sudo. But time is a scares resource.

    All environments I have worked in used personalized sudo to escalate privileges. One even (the best one!) encouraged people not to escalate
    to a root shell but type sudo for every single command as this leaves
    a nice audit trail.

    That is where I want us to get to.

    Doing so is considerably easier on Debianesque systems than in the
    Red Hat world due to the more open directory permissions in Debian.

    Please elaborate.

    I've not noticed any difference in implementing sudo on Debian vs Red
    Hat. Or are you alluding to group / other permissions to access things
    without needing to use sudo?



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to All on Wed May 8 20:38:44 2024
    On 5/8/24 04:53, D wrote:
    Reminds me of when I was administering a bunch of power servers with AIX
    on them. No bash as far as the eye could see.

    Yep.

    A more senior consultant at that time, told me he always installed
    some private guys gnu utils on every AIX machine he administered.

    If I have the option I prefer to install sudo (not all systems I
    administer have it, but most do), Zsh, vim, and git. That encompasses
    most of my interactive shell environment and allows me to feel at home.
    -- HOWEVER, I do so through proper change approval process. I don't do
    it if it's not approved.

    I remember thinking that it did feel a bit insecure, but that was
    the way they did it.

    I don't know. It would be highly situationally dependent. The security
    is only one aspect. A manageable an modicum of risk may be well worth
    it if the tool helps reduce errors and / or makes things considerably
    faster.

    Contrary to what a co-worker thinks and says, a LOT of GNU tools are
    installed by default with the AIX Base OS (BOS) from IBM. More are
    included as optional components. If it was something on the DVDs from
    IBM, it's probably okay. My co-worker derogatorily refers to it as
    "shareware" with disdain in his voice. I haven't pointed out to him yet
    that ssh is what he calls shareware.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Marc Haber on Wed May 8 20:32:01 2024
    On 5/8/24 15:07, Marc Haber wrote:
    Is it so hard to read the docs?

    Docs probably don't give first hand real world use cases like I just
    provided.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Carlos E.R. on Wed May 8 20:31:22 2024
    On 5/8/24 13:32, Carlos E.R. wrote:
    Mmm? What is the advantage?

    It really depends on what command you do use and what the target user's
    account is configured with.

    `sudo -i` starts the target user's login shell directly. So it might be comparable to `sudo bash` if the target user's shell is bash, but will
    be different if the target user doesn't have bash as their default shell.

    I have aliases `si` to `sudo -i` and `s` to `sudo`. So `si` and `s` are shorter to type and I prefer them.

    I also don't know about it. Why should I use it?

    I went on a bit of an embrace and extend sudo to make it streamlined for
    the environments that I work in.

    I've also configured sudo on my personal systems to be able to
    authenticate to sudo with my ssh key.

    I've also created a wrapper that I have in my ~/bin directory that keys
    off of $0 as to what command to pass to sudo. So I have ~/bin/ifconfig
    ~/bin/sudo.wrapper so that I can simply type `ifconfig` as my user
    and it's run with sudo. It's also authenticated by my ssh key so I'm
    not prompted for a password.

    I'm embracing sudo and making it work for -> do things for me in a way
    that I don't even need to think about it.

    I'd have to stop and think about how much, if any, of that could be
    replaced with something other than sudo. But seeing as how sudo is
    standard on the Linux, FreeBSD, Solaris, and AIX systems I work with,
    I'm somewhat reluctant to find an alternative. Though I do try to keep
    an open mind and learn about other options.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Grant Taylor on Thu May 9 09:07:36 2024
    Grant Taylor <gtaylor@tnetconsulting.net> wrote:
    On 5/8/24 01:27, Marc Haber wrote:
    Doing so is considerably easier on Debianesque systems than in the
    Red Hat world due to the more open directory permissions in Debian.

    Please elaborate.

    Try doing sudo vim /path/to/some/dir/*.conf on a directory that isn't
    world readable. Compare with the result in a world readable directory.

    Greetings
    Marc
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Grant Taylor on Thu May 9 11:08:32 2024
    On 2024-05-09 03:31, Grant Taylor wrote:
    On 5/8/24 13:32, Carlos E.R. wrote:
    Mmm? What is the advantage?

    It really depends on what command you do use and what the target user's account is configured with.

    `sudo -i` starts the target user's login shell directly.  So it might be comparable to `sudo bash` if the target user's shell is bash, but will
    be different if the target user doesn't have bash as their default shell.

    I have aliases `si` to `sudo -i` and `s` to `sudo`.  So `si` and `s` are shorter to type and I prefer them.

    I also don't know about it. Why should I use it?

    I went on a bit of an embrace and extend sudo to make it streamlined for
    the environments that I work in.

    I've also configured sudo on my personal systems to be able to
    authenticate to sudo with my ssh key.

    I've also created a wrapper that I have in my ~/bin directory that keys
    off of $0 as to what command to pass to sudo.  So I have ~/bin/ifconfig
    ~/bin/sudo.wrapper so that I can simply type `ifconfig` as my user
    and it's run with sudo.  It's also authenticated by my ssh key so I'm
    not prompted for a password.

    I'm embracing sudo and making it work for -> do things for me in a way
    that I don't even need to think about it.

    I'd have to stop and think about how much, if any, of that could be
    replaced with something other than sudo.  But seeing as how sudo is
    standard on the Linux, FreeBSD, Solaris, and AIX systems I work with,
    I'm somewhat reluctant to find an alternative.  Though I do try to keep
    an open mind and learn about other options.

    Me, I use "su -" and keep a terminal open as that user. I seldom use
    sudo, usually in scripts.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Grant Taylor on Thu May 9 11:06:33 2024
    On 2024-05-09 03:32, Grant Taylor wrote:
    On 5/8/24 15:07, Marc Haber wrote:
    Is it so hard to read the docs?

    Docs probably don't give first hand real world use cases like I just provided.

    I did read the docs before asking.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Thu May 9 11:29:13 2024
    On Wed, 8 May 2024, Lawrence D'Oliveiro wrote:

    On Wed, 8 May 2024 11:53:57 +0200, D wrote:

    A more senior consultant at that time, told me he always installed some
    private guys gnu utils on every AIX machine he administered.

    Every seasoned Unix sysadmin had the tradition of doing that.

    I remember thinking that it did feel a bit insecure ...

    Why? Unix folks preferred the GNU tools because they tended to be of
    higher quality than the vendor-proprietary stuff.


    Because I thought that the private guy who hosted them could easily slip
    in backdoors, viruses and what ever, and no one (well, at least not where
    I was working) would ever notice.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Grant Taylor on Thu May 9 11:33:30 2024
    On Wed, 8 May 2024, Grant Taylor wrote:

    On 5/8/24 04:53, D wrote:
    Reminds me of when I was administering a bunch of power servers with AIX on >> them. No bash as far as the eye could see.

    Yep.

    A more senior consultant at that time, told me he always installed some
    private guys gnu utils on every AIX machine he administered.

    If I have the option I prefer to install sudo (not all systems I administer have it, but most do), Zsh, vim, and git. That encompasses most of my interactive shell environment and allows me to feel at home. -- HOWEVER, I do so through proper change approval process. I don't do it if it's not approved.

    I remember thinking that it did feel a bit insecure, but that was the way
    they did it.

    I don't know. It would be highly situationally dependent. The security is only one aspect. A manageable an modicum of risk may be well worth it if the tool helps reduce errors and / or makes things considerably faster.

    Contrary to what a co-worker thinks and says, a LOT of GNU tools are installed by default with the AIX Base OS (BOS) from IBM. More are included as optional components. If it was something on the DVDs from IBM, it's probably okay. My co-worker derogatorily refers to it as "shareware" with disdain in his voice. I haven't pointed out to him yet that ssh is what he calls shareware.

    Ahh but that was the thing. This was not IBM provided, but some guys
    private online repository. That's what made me feel a bit uneasy about it.
    Of course I assume that guy is/was as good as it gets (well I did at
    least, since the guy who told me to do it that way was very senior) but
    today I wouldn't be so quick to install from a private repository.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Thu May 9 13:01:21 2024
    On 08/05/2024 21:49, Lawrence D'Oliveiro wrote:
    On Wed, 8 May 2024 10:58:32 +0100, The Natural Philosopher wrote:

    How many serious attacks have been successfully launched using 'sudo'?

    https://www.cvedetails.com/vulnerability-list/vendor_id-15714/Sudo-Project.html

    So the answer is none. These are all possible attack vectors, not
    successfully used attack vectors.

    --
    If I had all the money I've spent on drink...
    ..I'd spend it on drink.

    Sir Henry (at Rawlinson's End)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Grant Taylor on Thu May 9 17:20:07 2024
    Grant Taylor <gtaylor@tnetconsulting.net> wrote at 01:31 this Thursday (GMT):
    On 5/8/24 13:32, Carlos E.R. wrote:
    Mmm? What is the advantage?

    It really depends on what command you do use and what the target user's account is configured with.

    `sudo -i` starts the target user's login shell directly. So it might be comparable to `sudo bash` if the target user's shell is bash, but will
    be different if the target user doesn't have bash as their default shell.

    I have aliases `si` to `sudo -i` and `s` to `sudo`. So `si` and `s` are shorter to type and I prefer them.

    I also don't know about it. Why should I use it?

    I went on a bit of an embrace and extend sudo to make it streamlined for
    the environments that I work in.

    I've also configured sudo on my personal systems to be able to
    authenticate to sudo with my ssh key.

    I've also created a wrapper that I have in my ~/bin directory that keys
    off of $0 as to what command to pass to sudo. So I have ~/bin/ifconfig
    ~/bin/sudo.wrapper so that I can simply type `ifconfig` as my user
    and it's run with sudo. It's also authenticated by my ssh key so I'm
    not prompted for a password.
    [snip]


    Wouldn't it still try to call itself? Really fascinating solution
    otherwise, though.. I might implement that myself.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Thu May 9 22:49:48 2024
    On Thu, 9 May 2024 13:01:21 +0100, The Natural Philosopher wrote:

    On 08/05/2024 21:49, Lawrence D'Oliveiro wrote:

    On Wed, 8 May 2024 10:58:32 +0100, The Natural Philosopher wrote:

    How many serious attacks have been successfully launched using 'sudo'?

    https://www.cvedetails.com/vulnerability-list/vendor_id-15714/Sudo-Project.html

    So the answer is none. These are all possible attack vectors, not successfully used attack vectors.

    Is that your policy on how to run a secure system?

    Absence of evidence is not evidence of absence.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Thu May 9 22:51:38 2024
    On Thu, 9 May 2024 11:29:13 +0200, D wrote:

    On Wed, 8 May 2024, Lawrence D'Oliveiro wrote:

    On Wed, 8 May 2024 11:53:57 +0200, D wrote:

    A more senior consultant at that time, told me he always installed
    some private guys gnu utils on every AIX machine he administered.

    Every seasoned Unix sysadmin had the tradition of doing that.

    I remember thinking that it did feel a bit insecure ...

    Why? Unix folks preferred the GNU tools because they tended to be of
    higher quality than the vendor-proprietary stuff.

    Because I thought that the private guy who hosted them ...

    You could have got them from the FSF itself, and its list of reputable
    mirrors. That was a thing in those days.

    Like I said, just about every Unix sysadmin preferred the GNU tools,
    because they were seen as being of higher quality than the vendor-
    proprietary stuff.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to All on Thu May 9 17:59:07 2024
    On 5/9/24 12:20, candycanearter07 wrote:
    Wouldn't it still try to call itself?

    Not if you take care to make sure it doesn't happen.

    The wrapper script sets it's own PATH to directories that don't include sym-links to itself.

    Really fascinating solution otherwise, though.

    Link - Sudify
    - https://dotfiles.tnetconsulting.net/tools/sudify/sudify.html

    I might implement that myself.

    It's an interesting exercise.

    I find sudify to be extremely helpful and means that I can do the things
    that need other user privileges EXTREMELY transparently while in the
    shell as my user.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Marc Haber on Thu May 9 18:36:14 2024
    On 5/9/24 02:07, Marc Haber wrote:
    Try doing sudo vim /path/to/some/dir/*.conf on a directory that isn't
    world readable. Compare with the result in a world readable directory.

    I take it you're referring to the expansion of *.conf to the actual file
    name vs providing said file name on the command line.



    --
    Grant. . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Grant Taylor on Fri May 10 09:11:06 2024
    Grant Taylor <gtaylor@tnetconsulting.net> wrote:
    On 5/9/24 02:07, Marc Haber wrote:
    Try doing sudo vim /path/to/some/dir/*.conf on a directory that isn't
    world readable. Compare with the result in a world readable directory.

    I take it you're referring to the expansion of *.conf to the actual file
    name vs providing said file name on the command line.

    The wildcard expansion takes place before the privileges escalate.
    That fails when the directory isnt readable to the user we're working
    as.

    Greetings
    Marc
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Fri May 10 11:38:48 2024
    On Thu, 9 May 2024, Lawrence D'Oliveiro wrote:

    On Thu, 9 May 2024 11:29:13 +0200, D wrote:

    On Wed, 8 May 2024, Lawrence D'Oliveiro wrote:

    On Wed, 8 May 2024 11:53:57 +0200, D wrote:

    A more senior consultant at that time, told me he always installed
    some private guys gnu utils on every AIX machine he administered.

    Every seasoned Unix sysadmin had the tradition of doing that.

    I remember thinking that it did feel a bit insecure ...

    Why? Unix folks preferred the GNU tools because they tended to be of
    higher quality than the vendor-proprietary stuff.

    Because I thought that the private guy who hosted them ...

    You could have got them from the FSF itself, and its list of reputable mirrors. That was a thing in those days.

    I could not, because it is in the past and therefore I cannot change
    what happened. I was instructed to download it from that site and that
    is on what what my personal anecdote rests.

    What could or could not have been done is irrelevant to my story.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Fri May 10 17:16:15 2024
    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:
    On Thu, 9 May 2024 13:01:21 +0100, The Natural Philosopher wrote:

    On 08/05/2024 21:49, Lawrence D'Oliveiro wrote:

    On Wed, 8 May 2024 10:58:32 +0100, The Natural Philosopher wrote:

    How many serious attacks have been successfully launched using 'sudo'?

    https://www.cvedetails.com/vulnerability-list/vendor_id-15714/Sudo-Project.html

    So the answer is none. These are all possible attack vectors, not
    successfully used attack vectors.

    Is that your policy on how to run a secure system?

    Absence of evidence is not evidence of absence.

    Try telling that to climate change alarmists...



    --
    There’s a mighty big difference between good, sound reasons and reasons
    that sound good.

    Burton Hillis (William Vaughn, American columnist)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Fri May 10 21:24:00 2024
    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Fri May 10 21:25:19 2024
    On Fri, 10 May 2024 11:38:48 +0200, D wrote:

    On Thu, 9 May 2024, Lawrence D'Oliveiro wrote:

    On Thu, 9 May 2024 11:29:13 +0200, D wrote:

    On Wed, 8 May 2024, Lawrence D'Oliveiro wrote:

    On Wed, 8 May 2024 11:53:57 +0200, D wrote:

    A more senior consultant at that time, told me he always installed
    some private guys gnu utils on every AIX machine he administered.

    Every seasoned Unix sysadmin had the tradition of doing that.

    I remember thinking that it did feel a bit insecure ...

    Why? Unix folks preferred the GNU tools because they tended to be of
    higher quality than the vendor-proprietary stuff.

    Because I thought that the private guy who hosted them ...

    You could have got them from the FSF itself, and its list of reputable
    mirrors. That was a thing in those days.

    I could not, because it is in the past and therefore I cannot change
    what happened. I was instructed to download it from that site and that
    is on what what my personal anecdote rests.

    You had concerns about doing so, yet you didn’t raise them at the time?

    What could or could not have been done is irrelevant to my story.

    Not sure what the point of your story is, then: you did something
    questionable, and there is nothing to learn from that?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Sat May 11 09:00:27 2024
    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:
    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    --
    Socialism is the philosophy of failure, the creed of ignorance and the
    gospel of envy.

    Its inherent virtue is the equal sharing of misery.

    Winston Churchill

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Sat May 11 08:47:32 2024
    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote:

    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Sat May 11 10:14:56 2024
    On 11/05/2024 09:47, Lawrence D'Oliveiro wrote:
    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote:

    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    Better that than a closed mind eh Lawrence ;-)


    --
    In todays liberal progressive conflict-free education system, everyone
    gets full Marx.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Sat May 11 11:30:33 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 11:38:48 +0200, D wrote:

    On Thu, 9 May 2024, Lawrence D'Oliveiro wrote:

    On Thu, 9 May 2024 11:29:13 +0200, D wrote:

    On Wed, 8 May 2024, Lawrence D'Oliveiro wrote:

    On Wed, 8 May 2024 11:53:57 +0200, D wrote:

    A more senior consultant at that time, told me he always installed >>>>>> some private guys gnu utils on every AIX machine he administered.

    Every seasoned Unix sysadmin had the tradition of doing that.

    I remember thinking that it did feel a bit insecure ...

    Why? Unix folks preferred the GNU tools because they tended to be of >>>>> higher quality than the vendor-proprietary stuff.

    Because I thought that the private guy who hosted them ...

    You could have got them from the FSF itself, and its list of reputable
    mirrors. That was a thing in those days.

    I could not, because it is in the past and therefore I cannot change
    what happened. I was instructed to download it from that site and that
    is on what what my personal anecdote rests.

    You had concerns about doing so, yet you didn’t raise them at the time?

    I don't remember. And if I did, I will let it remain a mystery for you.

    What could or could not have been done is irrelevant to my story.

    Not sure what the point of your story is, then: you did something questionable, and there is nothing to learn from that?

    Apprently something, since you insist on replying. But don't ask me what.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Sat May 11 11:31:09 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.


    No they don't. Seriously, they don't. I think you are trapped by the eco-fascist propaganda Lawrence.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sat May 11 12:04:32 2024
    On 11/05/2024 10:31, D wrote:


    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.


    No they don't. Seriously, they don't. I think you are trapped by the eco-fascist propaganda Lawrence.

    And that is the problem. There is a conjecture - one of many possible -
    that purports to explain the 'facts'.
    But the problem of induction, means that there are an infinite number of conjectures that could explain the data, even if the data was clean,
    plentiful and unambiguous, which it isn't.
    And the current conjecture fits the data so badly that its excused by
    the fallacious 'precautionary principle' to justify doing stuff that
    cannot work 'in case' they are in fact right.

    Another conjecture, that they dont understand how climate works at all,
    and something else is in play, is simply disregarded, because it doesn't
    lead to sales of greenCrap™ and research money for academics.

    Turkeys don't vote for Christmas and 'climate scientists' don't vote for 'natural causes'.

    Nor do the mass of ArtStudents who have leapt on the media bandwagon or
    the companies that sell greenCrap or the politicians trying to make
    careers out of it.

    Its a trillion dollar boondoggle.

    All based on just one conjecture, that has in fact been demonstrated to
    be false.

    A most convenient lie, however.

    --
    "Strange as it seems, no amount of learning can cure stupidity, and
    higher education positively fortifies it."

    - Stephen Vizinczey

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sat May 11 21:14:10 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sat, 11 May 2024, The Natural Philosopher wrote:

    On 11/05/2024 09:47, Lawrence D'Oliveiro wrote:
    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote:

    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    Better that than a closed mind eh Lawrence ;-)

    Touché! Point to The Natural Philosopher!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sat May 11 21:17:54 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sat, 11 May 2024, The Natural Philosopher wrote:

    On 11/05/2024 10:31, D wrote:


    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.


    No they don't. Seriously, they don't. I think you are trapped by the
    eco-fascist propaganda Lawrence.

    And that is the problem. There is a conjecture - one of many possible - that purports to explain the 'facts'.
    But the problem of induction, means that there are an infinite number of conjectures that could explain the data, even if the data was clean, plentiful and unambiguous, which it isn't.
    And the current conjecture fits the data so badly that its excused by the fallacious 'precautionary principle' to justify doing stuff that cannot work 'in case' they are in fact right.

    Another conjecture, that they dont understand how climate works at all, and something else is in play, is simply disregarded, because it doesn't lead to sales of greenCrap™ and research money for academics.

    Turkeys don't vote for Christmas and 'climate scientists' don't vote for 'natural causes'.

    Nor do the mass of ArtStudents who have leapt on the media bandwagon or the companies that sell greenCrap or the politicians trying to make careers out of it.

    Its a trillion dollar boondoggle.

    All based on just one conjecture, that has in fact been demonstrated to be false.

    A most convenient lie, however.

    Wow, way more articulate than I usually see. Do you have a blog or
    something where you expand on your brief summary above?

    Also, honest question, why do you think the precautionary principle is fallacious? I have vague memories from my philosophy studies that someone looked into it, but vague is an overstatement, so can for the life of me
    not remember.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sun May 12 00:45:41 2024
    On Sat, 11 May 2024 11:31:09 +0200, D wrote:

    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    No they don't. Seriously, they don't.

    Seriously, they do.

    Noticed those insurance premiums against natural disasters going up?

    Money talks. What happens to those who don’t listen?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Sun May 12 00:16:22 2024
    On Sat, 11 May 2024 10:14:56 +0100, The Natural Philosopher wrote:

    On 11/05/2024 09:47, Lawrence D'Oliveiro wrote:

    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote:

    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    Better that than a closed mind ...

    Noticed those insurance premiums against natural disasters going up?

    Money talks. What happens to those who don’t listen?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sun May 12 01:51:29 2024
    On 11/05/2024 20:17, D wrote:


    On Sat, 11 May 2024, The Natural Philosopher wrote:

    On 11/05/2024 10:31, D wrote:


    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.


    No they don't. Seriously, they don't. I think you are trapped by the
    eco-fascist propaganda Lawrence.

    And that is the problem. There is a conjecture - one of many possible
    - that purports to explain the 'facts'.
    But the problem of induction, means that there are an infinite number
    of conjectures that could explain the data, even if the data was
    clean, plentiful  and unambiguous, which it isn't.
    And the current conjecture fits the data so badly that its  excused by
    the fallacious 'precautionary principle' to justify doing stuff that
    cannot work 'in case' they are in fact right.

    Another conjecture, that they dont understand how climate works at
    all, and something else is in play, is simply disregarded, because it
    doesn't lead to sales of greenCrap™ and research money for academics.

    Turkeys don't vote for Christmas and 'climate scientists' don't vote
    for 'natural causes'.

    Nor do the mass of ArtStudents who have leapt on the media bandwagon
    or the companies that sell greenCrap or the politicians trying to make
    careers out of it.

    Its a trillion dollar boondoggle.

    All based on just one conjecture, that has in fact been demonstrated
    to be false.

    A most convenient lie, however.

    Wow, way more articulate than I usually see. Do you have a blog or
    something where you expand on your brief summary above?

    Not really.

    People don't do 'reason' these days. Its all about 'feelings'

    And as Roger Scruton remarked, you don't reason people out of positions
    they weren't reasoned into in the first place.

    Anti-Vax, anti-nuclear. God is dead, worship Gaia instead. Man is
    essentially evil and full of sin and technology is his greatest
    expression of it.

    Also, honest question, why do you think the precautionary principle is fallacious? I have vague memories from my philosophy studies that
    someone looked into it, but vague is an overstatement, so can for the
    life of me not remember.

    Never get in a car or an aeroplane. You *could* crash.

    Never strike out for shore when away from the shore, you *could* tire
    yourself out and drown.

    Never invent fire, you *could* burn your cave down

    Never knap flints, you *could* cut yourself.

    Never eat cereals - you *could* ruin your teeth.

    Always hang on tight to Nurse
    For fear of something even worse.

    You think that is the correct and appropriate way to behave ?

    It is monstrously senseless ArtStudent™ invented Luddite philosophy.
    Don't use nuclear power, it *could* go bang.

    Instead condemn us all to death anyway from energy poverty, simply
    because YOU, the ArtStudent™ dont understand and cannot understand the
    risk, because your brain only thinks in Boolean concepts = safe/unsafe.

    Never /how/ safe.

    It is reactionary kneejerk Leftist stupididity dressed up in big words
    to make it seem intellectually justified

    How about Never let a Muslim into your town - they *could* be a terrorist?


    --
    A lie can travel halfway around the world while the truth is putting on
    its shoes.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Sun May 12 01:53:36 2024
    On 12/05/2024 01:16, Lawrence D'Oliveiro wrote:
    On Sat, 11 May 2024 10:14:56 +0100, The Natural Philosopher wrote:

    On 11/05/2024 09:47, Lawrence D'Oliveiro wrote:

    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote:

    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    Better that than a closed mind ...

    Noticed those insurance premiums against natural disasters going up?


    Nope.

    Ive noticed the insurance premiums on cars parked near or indeed being
    electric cars going up though.

    Money talks. What happens to those who don’t listen?

    They make the money

    My oil shares tripled in value when everyone said 'oil is dead'


    --
    "It is an established fact to 97% confidence limits that left wing
    conspirators see right wing conspiracies everywhere"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Sun May 12 02:37:39 2024
    On Sun, 12 May 2024 01:53:36 +0100, The Natural Philosopher wrote:

    On 12/05/2024 01:16, Lawrence D'Oliveiro wrote:

    Noticed those insurance premiums against natural disasters going up?


    Nope.

    Don’t follow the news?

    <https://www.foxbusiness.com/personal-finance/weather-related-events-raise-homeowners-insurance-rates>

    Yes, I deliberately picked one from Fox, so that you couldn’t claim it
    was “fake news from liberal media”.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Sun May 12 12:36:52 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sat, 11 May 2024 11:31:09 +0200, D wrote:

    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    No they don't. Seriously, they don't.

    Seriously, they do.

    Noticed those insurance premiums against natural disasters going up?

    Money talks. What happens to those who don’t listen?


    Nope. Just checked my insurance, and nothing out of the ordinary. Could be
    that we don't live in the same place, so I would imagine in some places
    they go up, in others they go down and others they remain more or less unchanged.

    Granted, due to incompetent socialist politicians, inflation has soared so
    that is probably why you see some increase, except for some random hot
    spots.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Sun May 12 12:51:38 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 01:53:36 +0100, The Natural Philosopher wrote:

    On 12/05/2024 01:16, Lawrence D'Oliveiro wrote:

    Noticed those insurance premiums against natural disasters going up?


    Nope.

    Don’t follow the news?

    <https://www.foxbusiness.com/personal-finance/weather-related-events-raise-homeowners-insurance-rates>

    Yes, I deliberately picked one from Fox, so that you couldn’t claim it
    was “fake news from liberal media”.


    What do I see here?

    US inflation rates:
    2021: 7.0%
    2022: 6.5%
    2023: 3.4%

    Insurance countrywide rate change:
    2021: 3.8%
    2022: 6.2%
    2023: 11.3%

    Could it be that part of the increase is compensating for years when
    rates increased with less than the inflation?

    I also suspect that since insurance is in many cases fairly cheap, you see
    a lot of inertia of customers who just remain with the same company, and
    that since the figures above are nationwide averages, you could easily
    get a few quotes and lower your cost if it really mattered.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sun May 12 12:44:08 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sun, 12 May 2024, The Natural Philosopher wrote:

    On 12/05/2024 01:16, Lawrence D'Oliveiro wrote:
    On Sat, 11 May 2024 10:14:56 +0100, The Natural Philosopher wrote:

    On 11/05/2024 09:47, Lawrence D'Oliveiro wrote:

    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote:

    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote: >>>>>>
    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    Better that than a closed mind ...

    Noticed those insurance premiums against natural disasters going up?


    Nope.

    Ive noticed the insurance premiums on cars parked near or indeed being electric cars going up though.

    Money talks. What happens to those who don’t listen?

    They make the money

    My oil shares tripled in value when everyone said 'oil is dead'

    How long have you been invested? My oil shares have only doubled in value!
    =( On the other hand, the dividend has reachest a sweet 4%-5% per year I
    think, so that is certainly a nice little extra into the account.

    Also, do you have any other eco-contrarian investments I should look into?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sun May 12 12:42:57 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sun, 12 May 2024, The Natural Philosopher wrote:

    On 11/05/2024 20:17, D wrote:


    On Sat, 11 May 2024, The Natural Philosopher wrote:

    On 11/05/2024 10:31, D wrote:


    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote:

    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.


    No they don't. Seriously, they don't. I think you are trapped by the
    eco-fascist propaganda Lawrence.

    And that is the problem. There is a conjecture - one of many possible -
    that purports to explain the 'facts'.
    But the problem of induction, means that there are an infinite number of >>> conjectures that could explain the data, even if the data was clean,
    plentiful  and unambiguous, which it isn't.
    And the current conjecture fits the data so badly that its  excused by the >>> fallacious 'precautionary principle' to justify doing stuff that cannot
    work 'in case' they are in fact right.

    Another conjecture, that they dont understand how climate works at all,
    and something else is in play, is simply disregarded, because it doesn't >>> lead to sales of greenCrap™ and research money for academics.

    Turkeys don't vote for Christmas and 'climate scientists' don't vote for >>> 'natural causes'.

    Nor do the mass of ArtStudents who have leapt on the media bandwagon or
    the companies that sell greenCrap or the politicians trying to make
    careers out of it.

    Its a trillion dollar boondoggle.

    All based on just one conjecture, that has in fact been demonstrated to be >>> false.

    A most convenient lie, however.

    Wow, way more articulate than I usually see. Do you have a blog or
    something where you expand on your brief summary above?

    Not really.

    People don't do 'reason' these days. Its all about 'feelings'

    And as Roger Scruton remarked, you don't reason people out of positions they weren't reasoned into in the first place.

    Anti-Vax, anti-nuclear. God is dead, worship Gaia instead. Man is essentially evil and full of sin and technology is his greatest expression of it.

    The furthest I can go to "meet" an eco-fascist is the eco-optimism of
    Björn Lomborg. He argues that we should not do CO2 taxes and enormous political programs. He argues that we should take a fraction of that money
    and invest in research to find solution to _clearly defined_ environmental problems and that that will achieve much more than CO2 taxes that are
    gamed and rigged from the start. I'm sure he and I have many differences
    of opinion, but I am always open to investing more into research and
    technology as long as it isn't "gender-science" which is what europe seems
    to be specializing a lot in. ;)

    And no eco-fascist has been able to tell me how come the earth did not
    self destruct despite havign 10-20x CO2 in the atmossphere, how come we
    had 3 km of ice in northern europe and how come the Thames froze over etc. _without CO2_.

    I think it is pretty obvious there are bigger effects causing climate
    changes, such as _the sun_, instead of a tiny fraction of a fraction of
    CO2 in the atmosphere.

    Also, honest question, why do you think the precautionary principle is
    fallacious? I have vague memories from my philosophy studies that someone
    looked into it, but vague is an overstatement, so can for the life of me
    not remember.

    Never get in a car or an aeroplane. You *could* crash.

    Never strike out for shore when away from the shore, you *could* tire yourself out and drown.

    Never invent fire, you *could* burn your cave down

    Never knap flints, you *could* cut yourself.

    Never eat cereals - you *could* ruin your teeth.

    Always hang on tight to Nurse
    For fear of something even worse.

    You think that is the correct and appropriate way to behave ?

    It is monstrously senseless ArtStudent™ invented Luddite philosophy.
    Don't use nuclear power, it *could* go bang.

    Instead condemn us all to death anyway from energy poverty, simply because YOU, the ArtStudent™ dont understand and cannot understand the risk, because
    your brain only thinks in Boolean concepts = safe/unsafe.

    Never /how/ safe.

    It is reactionary kneejerk Leftist stupididity dressed up in big words to make it seem intellectually justified

    How about Never let a Muslim into your town - they *could* be a terrorist?

    Oh, but that is not the precautionary principle, that's just silliness. So
    you are saying that in serious discussions, your examples above are used,
    not as jokes, but as serious arguments?

    I'm very happy I've left the arena of democratic debates and discussions
    behind in middle age. ;) I have no patience for people who seriously think
    the way you illustrate above.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sun May 12 15:21:24 2024
    On Sun, 12 May 2024 12:36:52 +0200, D wrote:

    Granted, due to incompetent socialist politicians, inflation has
    soared ...

    “Socialist politicians” ... really? In Texas?

    <https://www.foxbusiness.com/personal-finance/weather-related-events-raise-homeowners-insurance-rates>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sun May 12 19:22:39 2024
    On 12/05/2024 11:36, D wrote:
    Granted, due to incompetent socialist politicians, inflation has soared
    so that is probably why you see some increase, except for some random
    hot spots.
    Yup

    EVs have driven car insuance up

    --
    "Corbyn talks about equality, justice, opportunity, health care, peace, community, compassion, investment, security, housing...."
    "What kind of person is not interested in those things?"

    "Jeremy Corbyn?"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Sun May 12 19:21:33 2024
    On 12/05/2024 03:37, Lawrence D'Oliveiro wrote:
    On Sun, 12 May 2024 01:53:36 +0100, The Natural Philosopher wrote:

    On 12/05/2024 01:16, Lawrence D'Oliveiro wrote:

    Noticed those insurance premiums against natural disasters going up?


    Nope.

    Don’t follow the news?

    <https://www.foxbusiness.com/personal-finance/weather-related-events-raise-homeowners-insurance-rates>

    Yes, I deliberately picked one from Fox, so that you couldn’t claim it
    was “fake news from liberal media”.
    Fox news? no one believes them EITHER


    --
    "Corbyn talks about equality, justice, opportunity, health care, peace, community, compassion, investment, security, housing...."
    "What kind of person is not interested in those things?"

    "Jeremy Corbyn?"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sun May 12 19:29:23 2024
    On 12/05/2024 11:42, D wrote:


    On Sun, 12 May 2024, The Natural Philosopher wrote:

    On 11/05/2024 20:17, D wrote:


    On Sat, 11 May 2024, The Natural Philosopher wrote:

    On 11/05/2024 10:31, D wrote:


    On Fri, 10 May 2024, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote: >>>>>>
    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.


    No they don't. Seriously, they don't. I think you are trapped by
    the eco-fascist propaganda Lawrence.

    And that is the problem. There is a conjecture - one of many
    possible - that purports to explain the 'facts'.
    But the problem of induction, means that there are an infinite
    number of conjectures that could explain the data, even if the data
    was clean, plentiful  and unambiguous, which it isn't.
    And the current conjecture fits the data so badly that its  excused
    by the fallacious 'precautionary principle' to justify doing stuff
    that cannot work 'in case' they are in fact right.

    Another conjecture, that they dont understand how climate works at
    all, and something else is in play, is simply disregarded, because
    it doesn't lead to sales of greenCrap™ and research money for
    academics.

    Turkeys don't vote for Christmas and 'climate scientists' don't vote
    for 'natural causes'.

    Nor do the mass of ArtStudents who have leapt on the media bandwagon
    or the companies that sell greenCrap or the politicians trying to
    make careers out of it.

    Its a trillion dollar boondoggle.

    All based on just one conjecture, that has in fact been demonstrated
    to be false.

    A most convenient lie, however.

    Wow, way more articulate than I usually see. Do you have a blog or
    something where you expand on your brief summary above?

    Not really.

    People don't do 'reason' these days. Its all about 'feelings'

    And as Roger Scruton remarked, you don't reason people out of
    positions they weren't reasoned into in the first place.

    Anti-Vax, anti-nuclear. God is dead, worship Gaia instead. Man is
    essentially evil and full of sin and technology is his greatest
    expression of it.

    The furthest I can go to "meet" an eco-fascist is the eco-optimism of
    Björn Lomborg. He argues that we should not do CO2 taxes and enormous political programs. He argues that we should take a fraction of that
    money and invest in research to find solution to _clearly defined_ environmental problems and that that will achieve much more than CO2
    taxes that are gamed and rigged from the start. I'm sure he and I have
    many differences of opinion, but I am always open to investing more into research and technology as long as it isn't "gender-science" which is
    what europe seems to be specializing a lot in. ;)

    And no eco-fascist has been able to tell me how come the earth did not
    self destruct despite havign 10-20x CO2 in the atmossphere, how come we
    had 3 km of ice in northern europe and how come the Thames froze over
    etc. _without CO2_.

    I think it is pretty obvious there are bigger effects causing climate changes, such as _the sun_, instead of a tiny fraction of a fraction of
    CO2 in the atmosphere.

    Also, honest question, why do you think the precautionary principle
    is fallacious? I have vague memories from my philosophy studies that
    someone looked into it, but vague is an overstatement, so can for the
    life of me not remember.

    Never get in a car or an aeroplane. You *could* crash.

    Never strike out for shore when away from the shore, you *could* tire
    yourself out and drown.

    Never invent fire, you *could* burn your cave down

    Never knap flints, you *could* cut yourself.

    Never eat cereals - you *could* ruin your teeth.

    Always hang on tight to Nurse
    For fear of something even worse.

    You think that is the correct and appropriate way to behave ?

    It is monstrously senseless ArtStudent™ invented Luddite philosophy.
    Don't use nuclear power, it *could* go bang.

    Instead condemn us all to death anyway from energy poverty, simply
    because YOU, the ArtStudent™ dont understand and cannot understand the
    risk, because your brain only thinks in Boolean concepts = safe/unsafe.

    Never /how/ safe.

    It is reactionary kneejerk Leftist stupididity  dressed up in big
    words to make it seem intellectually justified

    How about Never let a Muslim into your town - they *could* be a
    terrorist?

    Oh, but that is not the precautionary principle, that's just silliness.
    The precautionary principle IS just silliness.
    Wrapped up as solemn religious level gobshite


    So you are saying that in serious discussions, your examples above are
    used, not as jokes, but as serious arguments?

    No, I am saying that in the case of climate change the precautionary
    principle is used instead of serious arguments


    I'm very happy I've left the arena of democratic debates and discussions behind in middle age. ;) I have no patience for people who seriously
    think the way you illustrate above.

    Hard to avoid the Doom pixie and her ilk

    http://vps.templar.co.uk/Cartoons%20and%20Politics/Stupid.jpg

    --
    “it should be clear by now to everyone that activist environmentalism
    (or environmental activism) is becoming a general ideology about humans,
    about their freedom, about the relationship between the individual and
    the state, and about the manipulation of people under the guise of a
    'noble' idea. It is not an honest pursuit of 'sustainable development,'
    a matter of elementary environmental protection, or a search for
    rational mechanisms designed to achieve a healthy environment. Yet
    things do occur that make you shake your head and remind yourself that
    you live neither in Joseph Stalin’s Communist era, nor in the Orwellian utopia of 1984.”

    Vaclav Klaus

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sun May 12 19:33:49 2024
    On 12/05/2024 11:44, D wrote:


    On Sun, 12 May 2024, The Natural Philosopher wrote:

    On 12/05/2024 01:16, Lawrence D'Oliveiro wrote:
    On Sat, 11 May 2024 10:14:56 +0100, The Natural Philosopher wrote:

    On 11/05/2024 09:47, Lawrence D'Oliveiro wrote:

    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote:

    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote: >>>>>>>
    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    Better that than a closed mind ...

    Noticed those insurance premiums against natural disasters going up?


    Nope.

    Ive noticed the insurance premiums on cars parked near or indeed being
    electric cars going up though.

    Money talks. What happens to those who don’t listen?

    They make the money

    My oil shares tripled in value  when everyone said 'oil is dead'

    How long have you been invested? My oil shares have only doubled in
    value! =( On the other hand, the dividend has reachest a sweet 4%-5% per
    year I think, so that is certainly a nice little extra into the account.

    Oddly I inherited those from my mothers estate years ago
    Also, do you have any other eco-contrarian investments I should look into?
    Well Rolls Rocce fell though the floor in COVID as no one was flying,m
    but now they are and so are the shares. They are also trying to get a
    small nuclear reactor design approved.



    --
    “I know that most men, including those at ease with problems of the greatest complexity, can seldom accept even the simplest and most
    obvious truth if it be such as would oblige them to admit the falsity of conclusions which they have delighted in explaining to colleagues, which
    they have proudly taught to others, and which they have woven, thread by thread, into the fabric of their lives.”

    ― Leo Tolstoy

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sun May 12 21:40:56 2024
    On Sun, 12 May 2024, The Natural Philosopher wrote:

    On 12/05/2024 11:36, D wrote:
    Granted, due to incompetent socialist politicians, inflation has soared so >> that is probably why you see some increase, except for some random hot
    spots.
    Yup

    EVs have driven car insuance up



    Ah true. When those things catch fire it's not fun to have the car in the parking lot next to it. Makes sense.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Sun May 12 21:39:56 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 12:36:52 +0200, D wrote:

    Granted, due to incompetent socialist politicians, inflation has
    soared ...

    “Socialist politicians” ... really? In Texas?

    <https://www.foxbusiness.com/personal-finance/weather-related-events-raise-homeowners-insurance-rates>


    Sorry forgot that Biden was from Texas! Thank you for reminding me! =)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Sun May 12 21:42:51 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Sun, 12 May 2024, The Natural Philosopher wrote:

    On 12/05/2024 11:44, D wrote:


    On Sun, 12 May 2024, The Natural Philosopher wrote:

    On 12/05/2024 01:16, Lawrence D'Oliveiro wrote:
    On Sat, 11 May 2024 10:14:56 +0100, The Natural Philosopher wrote:

    On 11/05/2024 09:47, Lawrence D'Oliveiro wrote:

    On Sat, 11 May 2024 09:00:27 +0100, The Natural Philosopher wrote: >>>>>>
    On 10/05/2024 22:24, Lawrence D'Oliveiro wrote:

    On Fri, 10 May 2024 17:16:15 +0100, The Natural Philosopher wrote: >>>>>>>>
    On 09/05/2024 23:49, Lawrence D'Oliveiro wrote:

    Absence of evidence is not evidence of absence.

    Try telling that to climate change [scientists]...

    They have evidence. You don’t.

    Do they?

    Look closer.

    Evidence of what, exactly?

    Says the one with their eyes closed.

    Better that than a closed mind ...

    Noticed those insurance premiums against natural disasters going up?


    Nope.

    Ive noticed the insurance premiums on cars parked near or indeed being
    electric cars going up though.

    Money talks. What happens to those who don’t listen?

    They make the money

    My oil shares tripled in value  when everyone said 'oil is dead'

    How long have you been invested? My oil shares have only doubled in value! >> =( On the other hand, the dividend has reachest a sweet 4%-5% per year I
    think, so that is certainly a nice little extra into the account.

    Oddly I inherited those from my mothers estate years ago
    Also, do you have any other eco-contrarian investments I should look into?
    Well Rolls Rocce fell though the floor in COVID as no one was flying,m but now they are and so are the shares. They are also trying to get a small nuclear reactor design approved.

    Will look into it. Generally, nuclear would seem like the logical choice,
    but there's still a lot of opposition to it from the deep state, so it
    could take decades before an investment blossoms.

    I did look at a swedish nuclear power services company, but they were
    already fairly highly valuated, due to the EU acknowledgeing nuclear as
    green energy I suspect.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Sun May 12 20:48:41 2024
    On Sun, 12 May 2024 19:21:33 +0100, The Natural Philosopher wrote:

    Fox news? no one believes them EITHER

    Your ex-Dictator Trump used to be quite fond of them. Are they PNG now?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sun May 12 20:48:14 2024
    On Sun, 12 May 2024 12:51:38 +0200, D wrote:

    Could it be that part of the increase is compensating for years when
    rates increased with less than the inflation?

    Why do you think Texas is particularly hard hit?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sun May 12 20:49:50 2024
    On Sun, 12 May 2024 21:39:56 +0200, D wrote:

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 12:36:52 +0200, D wrote:

    Granted, due to incompetent socialist politicians, inflation has
    soared ...

    “Socialist politicians” ... really? In Texas?

    <https://www.foxbusiness.com/personal-finance/weather-related-events- raise-homeowners-insurance-rates>


    Sorry forgot that Biden was from Texas! Thank you for reminding me! =)

    And GW was from Philadelphia.

    Why do you think Texas has been particularly hard hit?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Mon May 13 11:43:31 2024
    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 19:21:33 +0100, The Natural Philosopher wrote:

    Fox news? no one believes them EITHER

    Your ex-Dictator Trump used to be quite fond of them. Are they PNG now?


    Are you mad? Trump is not a dictator. If this is your mental model of the world, I doubt we'll have many meaningful discussions, since we would not
    be able to agree on a common ground to establish any truth values of your claims.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Mon May 13 11:42:39 2024
    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 12:51:38 +0200, D wrote:

    Could it be that part of the increase is compensating for years when
    rates increased with less than the inflation?

    Why do you think Texas is particularly hard hit?

    You tell me.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Mon May 13 12:10:07 2024
    On 12/05/2024 21:48, Lawrence D'Oliveiro wrote:
    On Sun, 12 May 2024 19:21:33 +0100, The Natural Philosopher wrote:

    Fox news? no one believes them EITHER

    Your ex-Dictator Trump used to be quite fond of them. Are they PNG now?

    *My* ex dictator? What on earth makes you think I am from the USA?

    US politics from this distance is a Tom and Jerry show.

    The sober sincere Oh so plausible Barratt O'Barmy, appealing to the
    people who think they know, and are adult, responsible and in touch
    *because they read the Washington Post*, and the raffish irresponsible
    Big Fart, who appeals to people who know what they know because it is
    part of their daily lives, and don't give a rats arse for what they
    don't know, because they have discovered a fundamental truth about human nature:

    Bullshit Baffles *Brains*.

    But simple people are immune. They know they are not geniuses, and they
    assume everyone with brains is pulling the wool over their eyes.

    They loved Big Fart, because he gaslit the gaslighters. Who assumed that
    he was in fact serious, concerned and responsible,

    Over here we have a different problem, as the two political parties of
    major note have been described correctly as two cheeks of the same arse.
    By a populist using the Muslim vote to get elected. But at least it
    splits the party into more factions.

    Politics is the war of the bullshitters, to see whose bullshit has more traction.

    Generally by focussing on the utterly irrelevant and letting really
    serious issues go unnoticed, to be dealt with by the bureaucracy.
    Trouble is the bureaucracies are now riddled with incompetent Art
    Students™ as well.

    So no one is addressing the real problems at all.
    Or are doing it in a naive and counter productive way.
    Hit overpopulation by promoting alternative sexuality with a straight face.
    Hit the energy crisis by promoting 'climate change' and 'renewable
    energy' because it sounds cool to idiots, but doesnt' work.

    The real problem is that the youth of today have not been educated, but indoctrinated into believing in Big Bureaucracy, so they have become de
    facto communists without realising it.

    Unfortunately Big Bureaucracy is a lumbering brute of a system and is
    incapable of either responding to change quickly, or doing more than
    protect itself.
    And people realise this. Hence the rise of so called 'populism,' which
    is no more and no less a realisation that the Big Bureaucrats have
    fucked things up royally and the suspicion that even a Great Fart
    couldn't do a worse job. Plus a lingering resentment at being called 'deplorable' by some rich bitch cunt of a person who has never had to
    deal with real life.

    *shrug*. May the worst man win. UK and USA have never seen a worse set
    of candidates or a worse level of bureaucratic incompetence. My
    suspicions is that Big Bureacracy has given up in even attempting to
    protect the nation and is only intent on protecting itself.

    It's lose lose whichever way you look.

    Que sera sera....


    --
    "Corbyn talks about equality, justice, opportunity, health care, peace, community, compassion, investment, security, housing...."
    "What kind of person is not interested in those things?"

    "Jeremy Corbyn?"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Mon May 13 11:41:08 2024
    On 12/05/2024 20:42, D wrote:


    On Sun, 12 May 2024, The Natural Philosopher wrote:

    Well Rolls Rocce fell though the floor in COVID as no one was flying,m
    but now they are and so are the shares. They are also trying to get a
    small nuclear reactor design approved.

    Will look into it. Generally, nuclear would seem like the logical
    choice, but there's still a lot of opposition to it from the deep state,
    so it could take decades before an investment blossoms.

    I invested in nuclear around 2006 when it was clear that there was no
    other alternative to it, and lost a little.
    It takes around 15-25 years for the 'exhausting every other
    alternative' bit to happen.
    I think we have another 5 years of renewable crap to live through before someone like Bill Gates builds a small reactor and suddenly they are
    'what everybody uses'

    You don't have to be concerned about climate change to realise we are
    running out of *cheap* fossil fuel, at least in Europe, and the drive to renewables plus bigging up climate change as a *moral* issue reflects a typical ArtStudent™ response to that.


    I did look at a swedish nuclear power services company, but they were
    already fairly highly valuated, due to the EU acknowledgeing nuclear as
    green energy I suspect.

    I shied away from ARM years ago when someone pointed out that their
    valuation required 'every household to own half a dozen microcontrollers'.

    What with smart phones TVS and cars, today they do...

    My strategy is simple. Put a few in my portfolio, and if they start to
    climb, buy more. |If they don't, sell them.


    --
    “Progress is precisely that which rules and regulations did not foresee,”

    – Ludwig von Mises

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Mon May 13 12:20:54 2024
    On 13/05/2024 10:43, D wrote:


    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 19:21:33 +0100, The Natural Philosopher wrote:

    Fox news? no one believes them EITHER

    Your ex-Dictator Trump used to be quite fond of them. Are they PNG now?


    Are you mad? Trump is not a dictator. If this is your mental model of
    the world, I doubt we'll have many meaningful discussions, since we
    would not be able to agree on a common ground to establish any truth
    values of your claims.

    Trump is simply an expression of democratic flatulence. A fart in the
    general direction of those who think they are the natural rulers of the
    world. Rather than a bunch of self important puffed up pricks. Fronted
    by the limpest dick ever seen in US politics.

    The clown show will limp on through another decade or so I dare say.
    With the real sound and fury, signifying nothing as per usual.
    Meanwhile in a far flung and recondite areas of society, some goodIdea™
    will accidentally take root and flourish, despite the best efforts of
    Big Bureaucracy to kill it off, and come along to change everything all
    over again.

    Followed by the usual panoply of people claiming it is a message from
    God, or Satan, was their idea all along, was never their idea all along,
    has deep and significant Meaning, or means nothing etc etc.

    The most significant thing that happened in the 19th and 20th centuries
    was noting to do with sociology or politics. It was the simple use of
    fossil fuels that destroyed the value of Labour, as such. Then came
    computers, which rendered the clerical classes obsolete. Now we have AI,
    which is way smarter than Joe Biden.

    Hey ho! R2D2 for president!
    --
    "Strange as it seems, no amount of learning can cure stupidity, and
    higher education positively fortifies it."

    - Stephen Vizinczey

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Mon May 13 22:45:44 2024
    On Mon, 13 May 2024 11:42:39 +0200, D wrote:

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 12:51:38 +0200, D wrote:

    Could it be that part of the increase is compensating for years when
    rates increased with less than the inflation?

    Why do you think Texas is particularly hard hit?

    You tell me.

    Gives the lie to that business about “socialist politicians”, doesn’t it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Tue May 14 00:40:16 2024
    On Mon, 13 May 2024 11:43:49 +0200, D wrote:

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    Why do you think Texas has been particularly hard hit?

    You tell me.

    Gives the lie to that business about “socialist politicians”, doesn’t it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Grant Taylor on Tue May 14 03:42:34 2024
    Grant Taylor <gtaylor@tnetconsulting.net> wrote at 22:59 this Thursday (GMT):
    On 5/9/24 12:20, candycanearter07 wrote:
    Wouldn't it still try to call itself?

    Not if you take care to make sure it doesn't happen.

    The wrapper script sets it's own PATH to directories that don't include sym-links to itself.

    Really fascinating solution otherwise, though.

    Ah, right.

    Link - Sudify
    - https://dotfiles.tnetconsulting.net/tools/sudify/sudify.html

    I might implement that myself.

    It's an interesting exercise.

    I find sudify to be extremely helpful and means that I can do the things
    that need other user privileges EXTREMELY transparently while in the
    shell as my user.


    Sure sounds handy.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to The Natural Philosopher on Tue May 14 20:49:32 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Mon, 13 May 2024, The Natural Philosopher wrote:

    On 12/05/2024 20:42, D wrote:


    On Sun, 12 May 2024, The Natural Philosopher wrote:

    Well Rolls Rocce fell though the floor in COVID as no one was flying,m but >>> now they are and so are the shares. They are also trying to get a small
    nuclear reactor design approved.

    Will look into it. Generally, nuclear would seem like the logical choice,
    but there's still a lot of opposition to it from the deep state, so it
    could take decades before an investment blossoms.

    I invested in nuclear around 2006 when it was clear that there was no other alternative to it, and lost a little.
    It takes around 15-25 years for the 'exhausting every other alternative' bit to happen.
    I think we have another 5 years of renewable crap to live through before someone like Bill Gates builds a small reactor and suddenly they are 'what everybody uses'

    You don't have to be concerned about climate change to realise we are running out of *cheap* fossil fuel, at least in Europe, and the drive to renewables plus bigging up climate change as a *moral* issue reflects a typical ArtStudent™ response to that.


    I did look at a swedish nuclear power services company, but they were
    already fairly highly valuated, due to the EU acknowledgeing nuclear as
    green energy I suspect.

    I shied away from ARM years ago when someone pointed out that their valuation required 'every household to own half a dozen microcontrollers'.

    What with smart phones TVS and cars, today they do...

    My strategy is simple. Put a few in my portfolio, and if they start to climb, buy more. |If they don't, sell them.

    This is true. I always found that holding on to my winners, while getting
    rid of everything else has been an excellent investment maxim.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Tue May 14 21:21:55 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Mon, 13 May 2024, Lawrence D'Oliveiro wrote:

    On Mon, 13 May 2024 11:43:31 +0200, D wrote:

    Are you mad?

    No, I live in a democracy. Where every vote counts equally, the voter has
    a realistic choice of more than two parties to vote for, and those running for election are not the ones running the election.

    You know, “rule of law”, “checks and balances”, all that applies.


    Doesn't follow from what you said and doesn't answer the question.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Tue May 14 21:22:29 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Mon, 13 May 2024, Lawrence D'Oliveiro wrote:

    On Mon, 13 May 2024 11:42:39 +0200, D wrote:

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 12:51:38 +0200, D wrote:

    Could it be that part of the increase is compensating for years when
    rates increased with less than the inflation?

    Why do you think Texas is particularly hard hit?

    You tell me.

    Gives the lie to that business about “socialist politicians”, doesn’t it?


    Of course not.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Fri May 17 07:49:31 2024
    On Tue, 14 May 2024 21:21:55 +0200, D wrote:

    On Mon, 13 May 2024, Lawrence D'Oliveiro wrote:

    On Mon, 13 May 2024 11:43:31 +0200, D wrote:

    Are you mad?

    No, I live in a democracy. Where every vote counts equally, the voter
    has a realistic choice of more than two parties to vote for, and those
    running for election are not the ones running the election.

    You know, “rule of law”, “checks and balances”, all that applies.

    Doesn't follow from what you said and doesn't answer the question.

    It means we can tell when one of your politicians is trying to subvert the norms of a democracy, because we can recognize attempts at antidemocratic actions when we see them. “The price of liberty is eternal vigilance”, and all that.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Fri May 17 07:47:38 2024
    On Tue, 14 May 2024 21:22:41 +0200, D wrote:

    On Tue, 14 May 2024, Lawrence D'Oliveiro wrote:

    On Mon, 13 May 2024 11:43:49 +0200, D wrote:

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    Why do you think Texas has been particularly hard hit?

    You tell me.

    Gives the lie to that business about “socialist politicians”, doesn’t >> it?


    No.

    You’re not saying Governor Abbott is a “socialist”, are you?

    Houston got hit again quite badly in the last day or so.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Lawrence D'Oliveiro on Sat May 18 00:33:56 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Fri, 17 May 2024, Lawrence D'Oliveiro wrote:

    On Tue, 14 May 2024 21:21:55 +0200, D wrote:

    On Mon, 13 May 2024, Lawrence D'Oliveiro wrote:

    On Mon, 13 May 2024 11:43:31 +0200, D wrote:

    Are you mad?

    No, I live in a democracy. Where every vote counts equally, the voter
    has a realistic choice of more than two parties to vote for, and those
    running for election are not the ones running the election.

    You know, “rule of law”, “checks and balances”, all that applies. >>>
    Doesn't follow from what you said and doesn't answer the question.

    It means we can tell when one of your politicians is trying to subvert the norms of a democracy, because we can recognize attempts at antidemocratic actions when we see them. “The price of liberty is eternal vigilance”, and
    all that.


    Doesn't change what I said.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Mon May 27 06:50:14 2024
    On Sat, 18 May 2024 00:33:21 +0200, D wrote:

    On Fri, 17 May 2024, Lawrence D'Oliveiro wrote:

    On Tue, 14 May 2024 21:22:41 +0200, D wrote:

    On Tue, 14 May 2024, Lawrence D'Oliveiro wrote:

    On Mon, 13 May 2024 11:43:49 +0200, D wrote:

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    Why do you think Texas has been particularly hard hit?

    You tell me.

    Gives the lie to that business about “socialist politicians”, doesn’t
    it?


    No.

    You’re not saying Governor Abbott is a “socialist”, are you?

    Houston got hit again quite badly in the last day or so.


    Depends.

    And again quite bad today, across Texas, Arkansas and Oklahoma. All Republican-run states.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Mon May 27 08:16:58 2024
    On Tue, 14 May 2024 21:22:29 +0200, D wrote:

    On Mon, 13 May 2024, Lawrence D'Oliveiro wrote:

    On Mon, 13 May 2024 11:42:39 +0200, D wrote:

    On Sun, 12 May 2024, Lawrence D'Oliveiro wrote:

    On Sun, 12 May 2024 12:51:38 +0200, D wrote:

    Could it be that part of the increase is compensating for years when >>>>> rates increased with less than the inflation?

    Why do you think Texas is particularly hard hit?

    You tell me.

    Gives the lie to that business about “socialist politicians”, doesn’t >> it?

    Of course not.

    What you are doing is called “dissembling”.

    Texas, Arkansas, Oklahoma all badly hit by weather events today. People
    killed. Seems you picked the wrong time to go spouting nonsense about “socialist politicians”, didn’t you?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lawrence D'Oliveiro on Mon May 27 16:13:34 2024
    On 27/05/2024 09:16, Lawrence D'Oliveiro wrote:
    Texas, Arkansas, Oklahoma all badly hit by weather events today. People killed. Seems you picked the wrong time to go spouting nonsense about “socialist politicians”, didn’t you?

    What have bad weather events got to do with politics?

    --
    “I know that most men, including those at ease with problems of the greatest complexity, can seldom accept even the simplest and most
    obvious truth if it be such as would oblige them to admit the falsity of conclusions which they have delighted in explaining to colleagues, which
    they have proudly taught to others, and which they have woven, thread by thread, into the fabric of their lives.”

    ― Leo Tolstoy

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to The Natural Philosopher on Tue May 28 13:11:50 2024
    On 2024-05-27 17:13, The Natural Philosopher wrote:
    On 27/05/2024 09:16, Lawrence D'Oliveiro wrote:
    Texas, Arkansas, Oklahoma all badly hit by weather events today. People
    killed. Seems you picked the wrong time to go spouting nonsense about
    “socialist politicians”, didn’t you?

    What have bad weather events got to do with politics?

    It is not bad weather, it is man made climate change.

    Now, stop talking politics in a Linux group and move elsewhere.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E.R. on Tue May 28 12:18:59 2024
    On 28/05/2024 12:11, Carlos E.R. wrote:
    On 2024-05-27 17:13, The Natural Philosopher wrote:
    On 27/05/2024 09:16, Lawrence D'Oliveiro wrote:
    Texas, Arkansas, Oklahoma all badly hit by weather events today. People
    killed. Seems you picked the wrong time to go spouting nonsense about
    “socialist politicians”, didn’t you?

    What have bad weather events got to do with politics?

    It is not bad weather, it is man made climate change.

    Ah. So it IS politics.

    Now, stop talking politics in a Linux group and move elsewhere.

    I wasn't.

    --
    I would rather have questions that cannot be answered...
    ...than to have answers that cannot be questioned

    Richard Feynman

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to The Natural Philosopher on Tue May 28 15:27:26 2024
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 28/05/2024 12:11, Carlos E.R. wrote:
    It is not bad weather, it is man made climate change.

    Ah. So it IS politics.

    No, it's called science.

    Science is what is still valid even if you don't believe in it.

    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Marc Haber on Tue May 28 18:11:09 2024
    On 2024-05-28, Marc Haber <mh+usenetspam1118@zugschl.us> wrote:

    The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 28/05/2024 12:11, Carlos E.R. wrote:

    It is not bad weather, it is man made climate change.

    Ah. So it IS politics.

    No, it's called science.

    Science is what is still valid even if you don't believe in it.

    Yup. Good one. Or, as Philip K. Dick put it:

    Reality is that which, when you stop believing in it,
    doesn't go away.

    --
    /~\ Charlie Gibbs | The Internet is like a big city:
    \ / <cgibbs@kltpzyxm.invalid> | it has plenty of bright lights and
    X I'm really at ac.dekanfrus | excitement, but also dark alleys
    / \ if you read it the right way. | down which the unwary get mugged.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Charlie Gibbs on Tue May 28 23:06:45 2024
    On Tue, 28 May 2024 18:11:09 GMT, Charlie Gibbs wrote:

    On 2024-05-28, Marc Haber <mh+usenetspam1118@zugschl.us> wrote:

    Science is what is still valid even if you don't believe in it.

    Yup. Good one. Or, as Philip K. Dick put it:

    Reality is that which, when you stop believing in it,
    doesn't go away.

    Religion and ideology are based on belief which, being independent of
    reality, can be anything you like.

    Science is based on reality, which is independent of belief.

    The history of science is about the history of religions and ideologies
    slowly, grudgingly, giving way before reality, while trying to pretend
    that was part of their plan all along.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bud Frede@21:1/5 to Lawrence D'Oliveiro on Sat Jul 6 18:25:26 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Wed, 8 May 2024 11:53:57 +0200, D wrote:

    A more senior consultant at that time, told me he always installed some
    private guys gnu utils on every AIX machine he administered.

    Every seasoned Unix sysadmin had the tradition of doing that.

    I remember thinking that it did feel a bit insecure ...

    Why? Unix folks preferred the GNU tools because they tended to be of
    higher quality than the vendor-proprietary stuff.

    They often had features that the vendor-provided utils didn't have, but
    I don't know that I'd say GNU was "higher-quality" than what was
    included by default with, for example, Solaris.

    There were and are plenty of reasons to use GNU utils, but a lot of it
    is down to personal preference.

    I find FreeBSD to be a very nice environment to work in, and you can do
    that without installing everything GNU. :-) Ditto for macOS. It's been
    many years since I used other UNIX, so I can't say what they're like at
    this point.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bud Frede@21:1/5 to Marc Haber on Sat Jul 6 18:18:01 2024
    Marc Haber <mh+usenetspam1118@zugschl.us> writes:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Mon, 6 May 2024 11:41:38 +0100, The Natural Philosopher wrote:
    For specific tasks by users on a multiuser machine sudo is well
    controlled For doing engine out maintenance by skilled personnel, its a
    sodding encumbrance.

    Pro tip: one of the commands you can feed to sudo is “/bin/bash”.

    I am wondering why people are so darn creative to work around a simple
    sudo -i.


    I've had to work with accounts where the sysadmin used /sbin/nologin or
    false for the shell. Then they allowed all commands with sudo. Using
    sudo and calling /bin/bash allowed the account to be used interactively
    when there was need to do that.

    I judged it not worth the time to try to get the shell set to something
    usable. I'd have had to explain the problem to the admin, who would have
    had to run the request up the food chain, etc.

    They already put in place a policy with sudo that allows us to fire up
    the shell we want. Done. No need for further discussion.

    It's like when you see that you've been setup to "sudo su -
    someusername" You just shrug your shoulders and move on.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Bud Frede on Wed Jul 10 07:10:46 2024
    On Sat, 06 Jul 2024 18:25:26 -0400, Bud Frede wrote:

    I find FreeBSD to be a very nice environment to work in, and you can do
    that without installing everything GNU. :-)

    My one recent exposure to FreeBSD was a pfSense box. Took me a while to
    figure out that, while the “route” command let you maintain the routing table, it didn’t actually have any option to *display* the routing table:
    to get that, you did “netstat -r”.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bud Frede@21:1/5 to Lawrence D'Oliveiro on Wed Jul 10 07:24:16 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Sat, 06 Jul 2024 18:25:26 -0400, Bud Frede wrote:

    I find FreeBSD to be a very nice environment to work in, and you can do
    that without installing everything GNU. :-)

    My one recent exposure to FreeBSD was a pfSense box. Took me a while to figure out that, while the “route” command let you maintain the routing table, it didn’t actually have any option to *display* the routing table: to get that, you did “netstat -r”.

    It definitely is different, and you have to get used to it, but it has a
    nice feel to it. The documentation is also very good.

    I've very glad that we have so many good choices in OSes. People can
    usually find something that really suits them. A computer, OS, or
    software that makes you happy is a wonderful thing. :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)