pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preload: incomplete environment setup

mslusarz opened this issue · comments

libpmemfile does not:

  • notify libpmemfile-posix about current user credentials (ruid, rgid, fsuid, fsgid, euid, egid, groups, capabilites) and its changes
  • notify libpmemfile-posix about umask and its changes

It affects a lot of tests in pjdfstest.

ruid, rgid, fsuid, fsgid, euid, egid, groups and umask are already handled. Only capabilities left.