[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25378: cp does not preserve SElinx context of sub folder
From: |
Pádraig Brady |
Subject: |
bug#25378: cp does not preserve SElinx context of sub folder |
Date: |
Mon, 20 Feb 2017 21:08:13 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 20/02/17 20:46, Paul Eggert wrote:
> Does 'mkdir -Z --parents' need a similar patch?
Already handled.
>
> Minor points:
>
> Please don't use 'extern' in front of function definitions. Just decls.
>
> The usual style in .h files is to say "extern type function (args);" rather
> than
> to have a newline after the type.
>
Fixed (and still passing syntax checks)
thanks for the review,
Pádraig