I recently transferred the / partition on my CentOS server
from a small disk to a large disk, using "rsync -auvz".
This works fine, except that I get dozens of selinux warnings
when I re-boot.
I'm running selinux in permissive mode.
Is there any way to make sure that all the files in a partition
are kosher as far as selinux is concerned?
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-04-2010, 10:35 AM
Ben McGinnes
Copying root partition
On 4/11/10 10:28 PM, Timothy Murphy wrote:
> I recently transferred the / partition on my CentOS server
> from a small disk to a large disk, using "rsync -auvz".
>
> This works fine, except that I get dozens of selinux warnings
> when I re-boot.
> I'm running selinux in permissive mode.
>
> Is there any way to make sure that all the files in a partition
> are kosher as far as selinux is concerned?
Try: restorecon -Rv /partition
Expect it to take a while.
Regards,
Ben
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-04-2010, 10:36 AM
John R Pierce
Copying root partition
On 11/04/10 4:28 AM, Timothy Murphy wrote:
> I recently transferred the / partition on my CentOS server
> from a small disk to a large disk, using "rsync -auvz".
>
> This works fine, except that I get dozens of selinux warnings
> when I re-boot.
> I'm running selinux in permissive mode.
>
> Is there any way to make sure that all the files in a partition
> are kosher as far as selinux is concerned?
>
I would use dump | restore for that, on a file system by file system
basis. rsync won't maintain inodes or permissions very well, and
certainly won't handle selinux extended attributes
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-04-2010, 10:56 AM
Nicolas Thierry-Mieg
Copying root partition
John R Pierce wrote:
> On 11/04/10 4:28 AM, Timothy Murphy wrote:
>> I recently transferred the / partition on my CentOS server
>> from a small disk to a large disk, using "rsync -auvz".
>>
>> This works fine, except that I get dozens of selinux warnings
>> when I re-boot.
>> I'm running selinux in permissive mode.
>>
>> Is there any way to make sure that all the files in a partition
>> are kosher as far as selinux is concerned?
>>
>
> I would use dump | restore for that, on a file system by file system
> basis. rsync won't maintain inodes or permissions very well, and
> certainly won't handle selinux extended attributes
doesn't rsync -X do that?
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-04-2010, 04:34 PM
RedShift
Copying root partition
On 11/04/10 12:56, Nicolas Thierry-Mieg wrote:
> John R Pierce wrote:
>> On 11/04/10 4:28 AM, Timothy Murphy wrote:
>>> I recently transferred the / partition on my CentOS server
>>> from a small disk to a large disk, using "rsync -auvz".
>>>
>>> This works fine, except that I get dozens of selinux warnings
>>> when I re-boot.
>>> I'm running selinux in permissive mode.
>>>
>>> Is there any way to make sure that all the files in a partition
>>> are kosher as far as selinux is concerned?
>>>
>>
>> I would use dump | restore for that, on a file system by file system
>> basis. rsync won't maintain inodes or permissions very well, and
>> certainly won't handle selinux extended attributes
>
> doesn't rsync -X do that?
touch /.autorelabel
reboot
That should fix it.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos