problem with executing file permissions

Asked by Marcin Jaciuk

We have two workstations with Ubuntu (Server) 18.04.5 LTS installed on them. Recently a CEPH storage was organised and it turned out that there is a problem with executing file permissions. Workstation local user_A can modify or remove files stored on CEPH, which benolg to local user_B, even though according to permissions he should not be allowed to. It is the same case for the files & directories stored on the additional local drives of those workstations which are mounted via fstab. We do not observe such a behavior in case of machines running on other distributions.

What would be the cause of this problem and more important the solution for it?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Check mount options on the storage. What file system are you using on the storage?
Can you please give the fstab line you are using to mount the device.

Revision history for this message
Marcin Jaciuk (marcinjaciuk) said :
#2

>Check mount options on the storage.
Storage is administered by external company, they are already investigading this situation.

>What file system are you using on the storage?
CephFS

>Can you please give the fstab line you are using to mount the device.
Entry for additional local drives: UUID=... /tmp1 ext4 defaults 0 0
Systemd entry for CEPH: ExecStart=/bin/mount -t ceph IP1:port,IP2:port,IP3:port:/mounting/point /ceph -o name=XXX,secret=YYY

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.