HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spinachsalad

no profile record

comments

spinachsalad
·قبل 21 يومًا·discuss
> there’s a test for SELECT SELECT FROM FROM WHERE WHERE AND AND which is completely valid SQL

Is this even true? I tried it in SQLite and there's a syntax error after first SELECT. It would work when "SELECT", "FROM" etc. are quoted, but that's not the same thing.
spinachsalad
·قبل 3 سنوات·discuss
Good read, but

>This article originally ran in the February 1997 issue of Reader’s Digest.
spinachsalad
·قبل 4 سنوات·discuss
> Maybe I just missed an obvious route to disable swaths of SELinux for rootless containers - where it probably doesn't have as much of an application.

  podman run --security-opt label=disable
https://github.com/containers/podman/blob/main/troubleshooti...

  Note: Labeling can be disabled for all containers by setting label=false in the containers.conf(5) file.
https://docs.podman.io/en/latest/markdown/podman-run.1.html#...

But more secure way would be to add ":z" or ":Z" to volume and podman will auto-relabel source dir. Finally you can use nuclear option: "--privileged". It's still more secure than docker's one because you are limited by your user's capabilities.
spinachsalad
·قبل 4 سنوات·discuss
Hey, this is actually good even after April 1st. Especially the Bookface theme. Maybe they would keep this feature?
spinachsalad
·قبل 4 سنوات·discuss
Well, this is a KDE variant of Fedora Silverblue, so there are some quirks. If you want normal Fedora but with KDE, there is a KDE spin available: https://spins.fedoraproject.org/kde/
spinachsalad
·قبل 4 سنوات·discuss
Haven't you just reinvented Flatpak? ;)