Re: Auto Chmod inside directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,


Nextcloud does not care about your permissions.

You can try this by creating a file, doing chmod 777 on it and then
syncing on another machine, it will be synced with 644.

Synchronizing permissions "would be bad for security", if you track
down the relevant bug report.

Yes, this is stupid.

Martin



I think I explained it wrong. As I said, after changing a file in the
folder,
the folder gets 777, but I don't know why.

drwxrwxrwx  5 siefke siefke 4096 30. Aug 09:43 Tmp

I execute find to correct the rights.
find . -type d -exec 755 {} \;


drwxr-xr-x  5 siefke siefke 4096 30. Aug 09:43 Tmp

Now I create a file and become again:

drwxrwxrwx  5 siefke siefke 4096 30. Aug 09:43 Tmp

I don't understand why this is happening? Is it because of Nextcloud, or
does
it have another cause? Are there any ways to find out? It only happens
on the
machine, no other PC is affected.




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux