diff options
author | axtloss <axtlos@tar.black> | 2022-08-13 16:36:51 +0200 |
---|---|---|
committer | axtloss <axtlos@tar.black> | 2022-08-13 16:36:51 +0200 |
commit | 2ccf17a794ec02e4ca88653b88da7fa0ad872774 (patch) | |
tree | aa6ef64de981577fdbdaa436343a3ca1223f8aa0 | |
parent | d915fe02e63db9df1753419ec95d29326777a7dc (diff) | |
download | flatpaks-2ccf17a794ec02e4ca88653b88da7fa0ad872774.tar.gz flatpaks-2ccf17a794ec02e4ca88653b88da7fa0ad872774.tar.bz2 |
i forgor :skull: the permissions
-rw-r--r-- | com.github.rimerosolutions.entrusted/com.github.rimerosolutions.entrusted.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/com.github.rimerosolutions.entrusted/com.github.rimerosolutions.entrusted.json b/com.github.rimerosolutions.entrusted/com.github.rimerosolutions.entrusted.json index 144edf0..1b14fa0 100644 --- a/com.github.rimerosolutions.entrusted/com.github.rimerosolutions.entrusted.json +++ b/com.github.rimerosolutions.entrusted/com.github.rimerosolutions.entrusted.json @@ -6,6 +6,13 @@ "base-version": "21.08", "sdk": "org.freedesktop.Sdk", "command": "entrusted-run", + + "finish-args": [ + "--share=ipc", + "--share=x11", + "--device=all" + ], + "modules": [ { "name": "qemu", @@ -43,7 +50,7 @@ { "type": "file", "url": "https://github.com/rimerosolutions/entrusted/releases/download/0.2.4/entrusted-livecd-amd64-0.2.4.iso", - "sha256": "0d88d2c04f4b7bc7a7fdc7b2b494347ba970801197d42f05ead53e0eeb4d3fee" + "sha256": "0d88d2c04f4b7bc7a7fdc7b2b494347ba970801197d42f05ead53e0eeb4d3fee", "dest-filename": "entrusted.iso" } ], |