SoGE 8.1.8

Hi,

We have some group data directories that are setup with group sticky bits
so that new files are all owned by the linux group assigned to the data
dir, and use ACL's to have new files group-readable and group-writeable by
default, like so:

# file: .
# owner: pcook
# group: detre_group
# flags: -s-
user::rwx
group::rwx
other::---
default:user::rwx
default:group::rwx
default:other::---

We've noticed that SGE stdio files that are written in these dirs are made
without group-write permissions, i.e. they're 640 instead of 660:

-rw-r-----  1 mgstauff detre_group    0 2016-10-21 11:07 my.stderr
-rw-r-----  1 mgstauff detre_group    0 2016-10-21 11:07 my.stdout

So it seems to be ignoring or otherwise overriding the ACL defaults. Does
anyone have an idea why this might be?

This is the same whether stido is set via -o and -e options like above, or
just uses the default naming, fwiw.

Thanks

-M
_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to