TheDcoder
TheDcoder
Understandable, I wasn't really suggesting making `safepath` configurable, but I do want the default path to be user configurable so that they won't have to use the `env` option for...
Maybe I misunderstood what you meant by this: > I think there should be a new variable like DEFAULTPATH that is used for the resulting environment. I thought we were...
I'm sorry for the confusion, I'll outline what I'm proposing: 1. `safepath` should not be configurable at all 2. `DEFAULTPATH` should get assigned a new value at build time, this...
@Wabuo I don't think so. I've started writing an alternative doas implementation in Rust, the basics are working but I've to implement PAM support so it might be a good...
@Wabuo I was aware of the sudo rewrite project but it does not interest me as I don't like sudo. I wasn't aware of RootAsRole, it is an interesting project...
Looks like this is a remnant from OpenBSD's implementation where `/usr/local` does come after `/usr` since all the ports are installed into `/usr/local`... or so I have been told by...
For anyone experiencing the issue, you can work around it like this: ``` # Default wheel privileges permit setenv {PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin} :wheel # setenv required: https://github.com/Duncaen/OpenDoas/issues/117 ```
@ProfessorManhattan I attached it in the first post: > The entire installation log: [doctor-install.html.gz](https://github.com/megabyte-labs/install.doctor/files/12487980/doctor-install.html.gz)
@bradfitz Nice! Thanks for the info, but is this "official" or is this just a temporary thing with no availability guarantee (i.e. it could go away or change at any...
> we haven't gotten rid of it for 5 years now. We have no plans to drop it. Wow, certainly didn't expect that. You folks should've a link to that...