• 0 Posts
  • 5 Comments
Joined 6 days ago
cake
Cake day: March 3rd, 2026

help-circle



  • I didn’t intend and don’t think the stick bit stuff will or could be a complete solution for you. You’ve got some oddly specific and kinda cruddy restrictions that you’ve got to workaround and when they get that nonsensical one ends up solidly in “cruddy hack” territory.

    From the article:

    group + s (pecial)

    Commonly noted as SGID, this special permission has a couple of functions:

    If set on a file, it allows the file to be executed as the group that owns the file (similar to SUID) If set on a directory, any files created in the directory will have their group ownership set to that of the directory owner

    You could run something like https://pypi.org/project/uploadserver/ in screen or run a cron every minute that just recursively sets the correct permissions.