Permit root-owned home directory
authorNick Moriarty <nick.moriarty@york.ac.uk>
Fri, 26 Jul 2019 08:28:09 +0000 (08:28 +0000)
committerNick Moriarty <nick.moriarty@york.ac.uk>
Mon, 20 Jan 2020 10:34:16 +0000 (10:34 +0000)
commit97d0eda2562af07b7514de075ddf62f9dd678e51
treeb2fe98df0d2faa006d5c2f269f1465fa8a8ee1a4
parentfe436f90998509d2c8e265bce0de4579408e9e3f
Permit root-owned home directory

On certain types of filesystem (especially NFS appliances which support
multiple operating systems), the user's home directory may report as
being owned by root rather than the user, yet still permit the user to
create and modify files normally (which will be owned by them).

Our users have home directories hosted on a NetApp storage appliance
which uses mixed-mode ACLs but where the home directory is set up with
NTFS ACLs at the top level.  This means they have the expected effective
permissions, but the ownership reports as root.  This could also be the
case if the filesystem were using NFS4 ACLs or similar.
src/pulsecore/core-util.c