linux - Ubuntu - sudo with ACL -
i sorry if obvious new linux. trying set git bare directory , installed acl on ubuntu. ran following commands:
adduser git mkdir /repositories chmod 700 /repositories setfacl -m defaut:user::rwx /repositories sudo chown git:git /repositories everything fine until rebooted machine. unable execute sudo anymore. everytime myself following message:
[[sudo]] password andre: sorry, try again the password enter same used, , don't have problem ssh these account credentials. knows happened , how fix it?
i think issue setfacl. should have used 'repositories' instead of '/repositories'. in way set acl across root. ended reinstalling linux.
Comments
Post a Comment