Move A Disk To Another Machine

Home » CentOS » Move A Disk To Another Machine
CentOS 1 Comment

Chuck Campbell wrote:
The laptop off of to do a bunch of AVC
enforcing, the same

My reaction would have been simple: set selinux to permissive on your machine, back up what you wanted, then return it to enforcing.

mark

One thought on - Move A Disk To Another Machine

  • Mount with a permissive context:
    mount -o context=unconfined_u:object_r:default_t

    If you mount without that, ls -Z will show you the labeling and you can probably figure out why you’re getting the denials based on the AVC message.