Permissions bug?

I believe I have found a bug in EE Scale, but before I chase it completely down, I want to make sure my understanding of the GUI is correct.

Setup: Dataset shared via NFS containing file with root/root 600 permissions. Permissions verified by ls -l in proper directory in GUI Shell.

What I expect to happen: i want to use the GUI to change permissions to root/root 777. Most efficient is bulk declaration.

Replication:

  • In GUI select dataset
  • Click Edit button in permissions panel
  • Select User root
  • Select Apply User
  • Select Group root
  • Select Apply Group
  • Configure 777 permission by selecting all 9 Access checkboxes
  • Select Apply Permissions recursively
  • Select Apply Permissions to all child Datasets
  • Select Save

Observed behavior: System appears to execute changes.

Bug: Inspecting file with known root/root 600 permissions via web shell ls -l reveals file still has root/root 600 permissions.

Given this all is true, this is a valid bug, correct?