Diff for /embedaddon/sudo/sudo.pp between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:29:52 version 1.1.1.4, 2013/07/22 10:46:11
Line 12  limited root privileges to users and log root activity Line 12  limited root privileges to users and log root activity
 The basic philosophy is to give as few privileges as possible but \  The basic philosophy is to give as few privileges as possible but \
 still allow people to get their work done."  still allow people to get their work done."
         vendor="Todd C. Miller"          vendor="Todd C. Miller"
        copyright="(c) 1993-1996,1998-2012 Todd C. Miller"        copyright="(c) 1993-1996,1998-2013 Todd C. Miller"
         sudoedit_man=`echo ${pp_destdir}$mandir/*/sudoedit.*|sed "s:^${pp_destdir}::"`          sudoedit_man=`echo ${pp_destdir}$mandir/*/sudoedit.*|sed "s:^${pp_destdir}::"`
         sudoedit_man_target=`basename $sudoedit_man | sed 's/edit//'`          sudoedit_man_target=`basename $sudoedit_man | sed 's/edit//'`
   
Line 262  still allow people to get their work done." Line 262  still allow people to get their work done."
         $sbindir/visudo         0755          $sbindir/visudo         0755
         $bindir/sudoreplay      0755          $bindir/sudoreplay      0755
         $includedir/sudo_plugin.h 0644          $includedir/sudo_plugin.h 0644
        $libexecdir/*               $shlib_mode optional        $libexecdir/sudo/   0755
         $libexecdir/sudo/sesh   0755 optional,ignore-others
         $libexecdir/sudo/*        $shlib_mode optional
         $sudoersdir/sudoers.d/  0750 $sudoers_uid:$sudoers_gid          $sudoersdir/sudoers.d/  0750 $sudoers_uid:$sudoers_gid
         $timedir/               0700 root:          $timedir/               0700 root:
         $docdir/                0755          $docdir/                0755

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>