aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-12-23 23:54:53 -0800
committerTrumeet <yuuta@yuuta.moe>2022-12-23 23:54:53 -0800
commit53360dc1458f6b56bf6e939f1a8dc1645a3a141b (patch)
treee2e8945434c904b84a0d944959a02c37a83fb78c /README.md
parent213ef024f69c2509a774540d5a3e2d5a28c47dac (diff)
downloadsecdesk-53360dc1458f6b56bf6e939f1a8dc1645a3a141b.tar
secdesk-53360dc1458f6b56bf6e939f1a8dc1645a3a141b.tar.gz
secdesk-53360dc1458f6b56bf6e939f1a8dc1645a3a141b.tar.bz2
secdesk-53360dc1458f6b56bf6e939f1a8dc1645a3a141b.zip
Add a naive remote detection
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dec9818..575d2e8 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,8 @@ terminal is insecure, which is what Windows RDP does regarding remote UAC consen
mkdir build
cd build
cmake ..
-sudo ./secdesktop password test # mode prompt
+chown root ./secdesk && chmod 4755 ./secdesk
+./secdesktop password test # mode prompt
```
The code is ugly: it is written in 4 hours. I will try to make it pretty.