Search:

Type: Posts; User: vbgf3; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: Least Privilege for Ubuntu 24.04 Standard User

    Thanks Tadaen.
  2. [ubuntu] Re: Least Privilege for Ubuntu 24.04 Standard User

    " Learn to do it the proper way. It's much easier to manage. ". Remember I am constrained by how Ubuntu is setup to work by default. My finding is that sudo does not entirely constrain Gnome in...
  3. [ubuntu] Re: Least Privilege for Ubuntu 24.04 Standard User

    Gnome uses polkit in addition to sudo to control the things that can be done in Gnome. To see the list of action.id it additionally defined, look at the policy files in /usr/share/polkit-1/actions/ ....
  4. [ubuntu] Least Privilege for Ubuntu 24.04 Standard User

    Hi Everyone,


    A standard user in Ubuntu does not automatically obey the least privilege principle.


    You have to do 2 things:


    a. Deny sudo. So that the user cannot use sudo to accomplish...
  5. [ubuntu] Re: Do Not Use the Firefox bundled with Ubuntu LTS 24.04 (explained)

    Hi,

    I don't understand why you said "Figuring out which directory a program is being run from with 90% accuracy iis really easy. But the last 10% of possible cases is really ugly. "

    I use...
  6. [ubuntu] Re: Do Not Use the Firefox bundled with Ubuntu LTS 24.04 (explained)

    The "old style unix coding practice' I should have explained more on. I was referring to the way the main Firefox app relies on system bins as helpers to perform a core function - like initializing...
  7. [ubuntu] Do Not Use the Firefox bundled with Ubuntu LTS 24.04 (explained)

    a. It is written in the old style unix coding practice. It relies on an army of helpers in /bin, especially on initialization. Although the included Apparmor profile lists them out, thus identifying...
  8. [ubuntu] Re: How do I stop a standard user from using an admin password in Gnome to do admin t

    Hi

    I found my answer. It requies 2 steps.

    A. Use visudo and add this line to deny user2 from doing anything using sudo

    user2 ALL=(ALL) !ALL


    B. Add a deny all user2 actions rule file...
  9. [ubuntu] How do I stop a standard user from using an admin password in Gnome to do admin tasks

    Hi,

    This is regarding Ubuntu 24.04, but should apply also to 22.04.

    Currently user2 - a standard user, can edit a file owned by root using gnome-text-editor, and then save it successfully by...
  10. [ubuntu] Re: v24.04 snap.firefox.firefox apparmor profile INSECURE

    Hi DuckHook,

    You have an interesting work around there. A compartmentalized firefox will contain an intrusion, But the attack will still work, definitely now because there is no apparmor profile. ...
  11. [ubuntu] v24.04 snap.firefox.firefox apparmor profile INSECURE

    Hi,

    I find the apparmor profile snap.firefox.firefox insecure in that it allows read access to the whole drive and the entire home directory. The @{HOME}/Documents directory should be denied...
  12. Replies
    4
    Views
    5

    [ubuntu] Re: GNOME Remote Desktop RDP Security

    In addition, there is TeamViewer Free for Linux, And it has 2FA . The password can be made to be valid for 1 time use only.
  13. Re: force the use of one particular https apt mirror and verify it's connection

    The attacker did it again. He slipped an package to me while I was upgrading. I am sure he didn't modify the ppa, he only sent me a file, maybe spoofing the source ip, and Ubuntu swallowed it whole....
  14. ssh to Windows 11 sshd, Windows doesn't seem to read authorized_keys

    Hi,

    I am having a strange problem. I copied my ssh-keygen's pub file to usb stick and copied it to April's Windows folder as \Users\April\.ssh\authorized_keys.

    When I ssh -vvv...
  15. Re: force the use of one particular https apt mirror and verify it's connection

    Clicking on ../ from https://mirror.fcix.net/ubuntu? reveals this page: https://mirror.fcix.net/ and it says it is spoonsered by: Fremont Cabal Internet Exchange
  16. Re: force the use of one particular https apt mirror and verify it's connection

    Just in case you are wondering, I copied the PPA from Ubuntu mirrors web site. Here's what unversity of waterloo is saying now:
  17. Re: force the use of one particular https apt mirror and verify it's connection

    Well, after posting the above address in my apt.conf, the attackers have resorted to blocking the pub key, I get this error:




    I guess somehow now they have blocked the pub key. I won't be...
  18. force the use of one particular https apt mirror and verify it's connection

    Hi,

    I have a particular Ubuntu https apt update mirror that I want to use. And I want to verify it's connection. In particular I want to forbid connections to any other mirror.

    I have modified...
  19. Replies
    0
    Views
    1

    ufw firewall config problem

    Hi,

    I have modified ufw's before.rules to block incoming d-port 68, Yet DHCP settings on Wire Connection still works? Why?
  20. Re: Why is resolv a listening service? Isn't it dangerous to run a service?

    Yes, now I see that it is listen on local 127. My mistake.
  21. Why is resolv a listening service? Isn't it dangerous to run a service?

    Hi,

    Did a netstat -tunlp today and found port 53 is a listening port. Did a little digging around and found it is resolv in /etc/systemd . Isn't running a service dangerous? If so, why is Ubuntu...
  22. [ubuntu] Re: Apparmor is not listening to the permissions I gave in the apparmor profile

    Did you do a 'sudo apparmor_parser -r <firefox profile> to activate the profile ?
  23. Ubuntu 22.04 (Jammy Jellyfish) Chrome 104.0.5112.79 apparmor profile

    A minimalist apparmor profile as a profile is supposed to be.
  24. How to translate this strace to an apparmor rule ?

    and this one:




    I currently have the entire run directory open for read write:



    Which I know is wrong and allowing too much rights. But Chrome doesn't connect to the internet unless I...
  25. Thread: Apparmor problem

    by vbgf3
    Replies
    12
    Views
    13

    Re: Apparmor problem

    Hi,

    I have spent a day or so looking at firejail.

    Compared to my bwrap script, my bwrap script seems to do more. Since bwrap uses namespaces and you can choose which folders to bring into the...
Results 1 to 25 of 37
Page 1 of 2 1 2