Fix problem with extended unix user groups

PLC program got only uid and gid, but not the other group ids of user.
Set gid to work directory, too.
Set uid and gid to uploaded files.
This commit is contained in:
2020-11-04 23:18:52 +01:00
parent 7b242865e4
commit c393b9fb05
3 changed files with 17 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ setup(
license="LGPLv3",
name="revpipyload",
version="0.9.2c",
version="0.9.2d",
scripts=[
"data/revpipyload",