forked from obel1x/fedora-OEMDRV
xrdp: corrected path for copy xclients
This commit is contained in:
@@ -24,6 +24,6 @@ if [ ${XRDP_SERVICESTATUS} != "enabled" ]; then
|
|||||||
chcon --type=bin_t /usr/sbin/xrdp
|
chcon --type=bin_t /usr/sbin/xrdp
|
||||||
chcon --type=bin_t /usr/sbin/xrdp-sesman
|
chcon --type=bin_t /usr/sbin/xrdp-sesman
|
||||||
fi
|
fi
|
||||||
cp -f .Xclients ~/.Xclients
|
cp -f .Xclients $SUDO_HOME/.Xclients
|
||||||
chown $SUDO_USER:$SUDO_USER $SUDO_HOME/.Xclients
|
chown $SUDO_USER:$SUDO_USER $SUDO_HOME/.Xclients
|
||||||
chmod u+x $SUDO_HOME/.Xclients
|
chmod u+x $SUDO_HOME/.Xclients
|
||||||
|
|||||||
Reference in New Issue
Block a user