aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar NetSysFire <59517351+NetSysFire@users.noreply.github.com>2022-07-17 23:36:20 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-17 21:36:20 +0000
commitfb87e9a4d911a2b6982c6d64bcc238c72aa89d89 (patch)
treedd574cd0e68249c3682017274fe5e2da359c7e8f /etc
parentrefresh syscall groups (#5188) (diff)
downloadfirejail-fb87e9a4d911a2b6982c6d64bcc238c72aa89d89.tar.gz
firejail-fb87e9a4d911a2b6982c6d64bcc238c72aa89d89.tar.zst
firejail-fb87e9a4d911a2b6982c6d64bcc238c72aa89d89.zip
remmina.profile: allow python3 (#5253)
* remmina.profile: allow python * Update etc/profile-m-z/remmina.profile Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/remmina.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/remmina.profile b/etc/profile-m-z/remmina.profile
index 6b98c5976..79630f09c 100644
--- a/etc/profile-m-z/remmina.profile
+++ b/etc/profile-m-z/remmina.profile
@@ -13,6 +13,9 @@ noblacklist ${HOME}/.local/share/remmina
13# Allow ssh (blacklisted by disable-common.inc) 13# Allow ssh (blacklisted by disable-common.inc)
14include allow-ssh.inc 14include allow-ssh.inc
15 15
16# Allow python (blacklisted by disable-interpreters.inc)
17include allow-python3.inc
18
16include disable-common.inc 19include disable-common.inc
17include disable-devel.inc 20include disable-devel.inc
18include disable-exec.inc 21include disable-exec.inc