summaryrefslogblamecommitdiffstats
path: root/core/modules/idleaction/data/etc/X11/Xsession.d/50-allow_root
blob: 663250d31552786265f15b21cad4aaf5d6a81de1 (plain) (tree)
1
2
3
4
5
6





                                       
#!/bin/ash sourced

# Allow root to connect to the x server
xhost +si:localuser:root &> /dev/null
: