mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-20 20:24:57 +02:00
🚀 feat(_na): add scripts
This commit is contained in:
2
.github/workflows/cz.yml
vendored
2
.github/workflows/cz.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check Conventional Commit
|
- name: Check Conventional Commit
|
||||||
run: |
|
run: |
|
||||||
|
2
etc/profile.d/win-kex.sh
Normal file
2
etc/profile.d/win-kex.sh
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
export XAUTHORITY=~/.Xauthority
|
4
etc/sudoers.d/snigdhaos-win-kex.sh
Normal file
4
etc/sudoers.d/snigdhaos-win-kex.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
%sudo ALL=NOPASSWD: /usr/lib/win-kex/xrdp/xrdpservice
|
||||||
|
%sudo ALL=NOPASSWD: /usr/lib/win-kex/wslg-sock/wslg-sock
|
||||||
|
%wheel ALL=NOPASSWD: /usr/lib/win-kex/xrdp/xrdpservice
|
||||||
|
%wheel ALL=NOPASSWD: /usr/lib/win-kex/wslg-sock/wslg-sock
|
Reference in New Issue
Block a user