emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#5917: marked as done ([PATCH] doc: mention Linux


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5917: marked as done ([PATCH] doc: mention Linux capabilities are maintained by cp/mv)
Date: Sun, 11 Apr 2010 17:48:02 +0000

Your message dated Sun, 11 Apr 2010 19:46:53 +0200
with message-id <address@hidden>
and subject line Re: bug#5917: [PATCH] doc: mention Linux capabilities are 
maintained by cp/mv
has caused the GNU bug report #5917,
regarding [PATCH] doc: mention Linux capabilities are maintained by cp/mv
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5917: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5917
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] doc: mention Linux capabilities are maintained by cp/mv Date: Sat, 10 Apr 2010 01:25:41 +0100 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3
commit d047ee7da7f1b9a36ea34c7d064334900b15aac6
Author: Pádraig Brady <address@hidden>
Date:   Sat Apr 10 01:05:39 2010 +0100

    doc: mention Linux capabilities are maintained by cp/mv

    * doc/coreutils.texi (cp invocation): Mention that
    "Capabilities" are maintained when implemented
    using extended attributes.
    (mv invocation): Mention ACLs etc. are maintained
    due to xattrs being copied.

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 2a5f4d4..3b26022 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -7512,7 +7512,7 @@ if the preserving of SELinux security context is not 
succesful.
 @itemx xattr
 Preserve extended attributes if @command{cp} is built with xattr support,
 and xattrs are supported and enabled on your file system.
-If SELinux context and/or ACLs are implemented using xattrs,
+If SELinux context, ACLs or Capabilities are implemented using xattrs,
 they are preserved by this option as well.
 @itemx all
 Preserve all file attributes.
@@ -8274,7 +8274,8 @@ the destination partition and the second and third would 
be left on the
 original partition.

 @cindex extended attributes, xattr
address@hidden always tries to copy extended attributes (xattr).
address@hidden always tries to copy extended attributes (xattr), which may
+include SELinux context, ACLs or Capabilities.

 @cindex prompting, and @command{mv}
 If a destination file exists but is normally unwritable, standard input




--- End Message ---
--- Begin Message --- Subject: Re: bug#5917: [PATCH] doc: mention Linux capabilities are maintained by cp/mv Date: Sun, 11 Apr 2010 19:46:53 +0200
Pádraig Brady wrote:
> On 11/04/10 13:53, Jim Meyering wrote:
>> Pádraig Brady wrote:
>>> commit d047ee7da7f1b9a36ea34c7d064334900b15aac6
>>> Author: Pádraig Brady <address@hidden>
>>> Date:   Sat Apr 10 01:05:39 2010 +0100
>>>
>>>     doc: mention Linux capabilities are maintained by cp/mv
>>
>> Thanks.  That looks fine, but please do s/maintained/preserved/ in the log.
>
> I also removed any mention of Linux since it's not
> a Linux specific feature. log is now:
>
> doc: mention "capabilities" are preserved by cp/mv

Thanks!


--- End Message ---

reply via email to

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