Re: Adding OpenBSD sudo to the FreeBSD base system?

From: Dag-Erling Smørgrav (des_at_des.no)
Date: 07/25/05

  • Next message: Andrey Chernov: "Re: cvs commit: src/games/fortune/fortune fortune.c"
    To: Garrett Wollman <wollman@csail.mit.edu>
    Date: Mon, 25 Jul 2005 13:41:53 +0200
    
    

    Garrett Wollman <wollman@csail.mit.edu> writes:
    > su(8) already has the behavior you want. (Now implemented in a PAM
    > module, and I forget the precise details.)

    You're probably thinking of the auth_as_self option in pam_unix(8).
    It was introduced by Mark four years ago.

    However, what sudo(1) has that su(8) lacks is the ability to control
    which commands the user is allowed to execute with elevated
    privileges.

    DES

    -- 
    Dag-Erling Smørgrav - des@des.no
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
    

  • Next message: Andrey Chernov: "Re: cvs commit: src/games/fortune/fortune fortune.c"