Merge "post-umount: add dm-verity-inactivated.umount script" into tizen
[platform/upstream/meta-generic.git] / scripts / generic-x11.post
1 #!/bin/sh
2 echo "#################### generic-x11.post ####################"
3
4 # enable X11 forwarding on ssh
5 if [ -f /etc/ssh/sshd_config ]; then
6         echo "X11Forwarding yes" >>/etc/ssh/sshd_config
7         echo "AddressFamily inet" >>/etc/ssh/sshd_config
8 fi
9