emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111256: Add support for preservi


From: Michael Albinus
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111256: Add support for preserving ACL entries of files.
Date: Mon, 17 Dec 2012 19:55:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

[Cc emacs-devel]

Romain Francoise <address@hidden> writes:

Hi Romain,

> Thanks! I trust everything worked as expected on my side of things?

Yes, no additional needs from your patch.

I hope to get feedback next time, how it works in reality to transfer
ACLs over host boundaries. For example, I don't know what happens if
`set-file-acl' has as argument "user:joe:rwx", but "joe" doesn't exist
on that host. Likely, there will be an error which must be handled:

# setfacl -m u:joe:r ~/tmp/file ; echo $?
setfacl: Option -m: Invalid argument near character 3
2

Another missing point on my todo list are ACLs of remote hosts accessed
via Samba. Recent smbclients offer the "getfacl" command, which I plan
to exploit.

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]