sudoers has to be owned by uid 0
authorEvgeni Golov <sargentd@die-welt.net>
Fri, 27 Apr 2012 13:24:49 +0000 (15:24 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 2 May 2012 13:52:05 +0000 (15:52 +0200)
commitd365bf75f19e177f2defeaf944d7f8dca849224b
treed4a954d2ce11fbb537ff0ddb2d59cbf1a749f344
parentcf1e3625e1dbfb1c532a3166724173c5c6f3dd34
sudoers has to be owned by uid 0

fcopy copies the owner of the file per default
when building from git cloned by a user, the owner is the user
fix it by chowning /etc/sudoers to 0:0

(not using fcopy's -m flag for better readability)
etc/grml/fai/config/scripts/GRMLBASE/20-sudo