Recent content by bagasme

  1. B

    Security Implications of Giving Root Access to Group of Untrusted Users

    But in my case sudoers is used in conjunction with sudo, not directly accessing root via su.
  2. B

    Security Implications of Giving Root Access to Group of Untrusted Users

    Hmm... The link above also advocate same setup as above (my question), so let me reiterate: Can adding untrused users and groups to sudoers cause havoc on production system?
  3. B

    Security Implications of Giving Root Access to Group of Untrusted Users

    Hello all, Let's say that on a production system, a sysadmin configure /etc/sudoers with following entry: %teens ALL=(ALL:ALL) ALL The entry above allows teens group (which is untrusted) to execute any commands with sudo. The sysadmin assumed that teens group knows what they are doing. Is...
Top