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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -