Simon de Vlieger
Simon de Vlieger
Note that the default encoding *is* locale dependent, but do we have any default locales still that are not utf-8? I'm open for re-enabling it and adding the encoding argument...
This branch has `unspecified-encoding` ignore, the followup adds them explicitly in #1108.
Thanks @dvdhrm and @gicmo I updated to the latest built container.
Now using the newer container, this contains the newer pylint so we have a lot of extra warnings; perhaps we can merge https://github.com/osbuild/osbuild/pull/1094 first?
With the merge of #1037, this now passes tests (at least locally) so I'm changing this from draft to an actual PR so we can discuss schema and scope. ```...
@teg I think the only option I could see is if you want to write `/etc/sudoers` directly. That's likely a bad plan on the manifest creators side so hardcoding the...
- Hardcoded the `/etc/sudoers.d` path. Changed filename pattern to not allow `/`.
@bcl Yea, I feel the same way. I'll add it. Theoretically we should be unable to generate a faulty sudoers file, practically it can probably happen.
Huh, interesting issue. As far as I know I'm not explicitly converting line endings and the raw files should be left just as the name implies, raw see here for...
It's a pretty big change indeed but something I would like, more likely I'd want it on the *output* state though, as a toggle for paste-viewers. Going to mark it...