AlphaTechnolog / dotfiles

A repository that contains a collection of various rices that i made over the time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doas: Operation not permitted

Vespulaz opened this issue · comments

I configured all the commands below
image
But when I use doas touch /hello, doas says Operation not permitted
image

I'm currently using Arch Linux btw

You have to be inside the group wheel to avoid some errors. Are u in that group? If not, run this: sudo usermod -aG wheel $(whoami)

Oh, it worked for me. Thanks for the support!