]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Relax mkdir/rchown subpath of home check to owns a parent dir 2534/head
authorRichard Maw <richard.maw@codethink.co.uk>
Tue, 19 Mar 2024 18:02:33 +0000 (18:02 +0000)
committerRichard Maw <richard.maw@codethink.co.uk>
Wed, 20 Mar 2024 11:06:25 +0000 (11:06 +0000)
commitf5a5096b4f330513008c76e4df4415bb4aa4d952
tree2f3fadbf36e3f3fb782eed108af8d8251d957e94
parentd33d1f6d57b17e21157829e0ae7408e57f610566
Relax mkdir/rchown subpath of home check to owns a parent dir

"the user owns a parent directory" is a lot less strict than
being under the home directory, but allows using shared directories
that are not mounted under home, and at least requires some explicit config
to create the directory before it can be used
rather than just being any directory the user is able to create.
mkosi/user.py