configs/telegram: telegram is 64 bit only

This commit is contained in:
Robert Swiecki 2023-06-25 12:35:25 +02:00
parent e736d55438
commit 8804792862

View File

@ -57,13 +57,6 @@ mount {
mandatory: false mandatory: false
} }
mount {
src: "/lib32"
dst: "/lib32"
is_bind: true
mandatory: false
}
mount { mount {
src: "/usr/share" src: "/usr/share"
dst: "/usr/share" dst: "/usr/share"
@ -145,6 +138,6 @@ seccomp_string: "} "
seccomp_string: "DEFAULT ALLOW " seccomp_string: "DEFAULT ALLOW "
exec_bin { exec_bin {
path: "/usr/bin/telegram-desktop" path: "/usr/bin/telegram-desktop"
exec_fd: true exec_fd: true
} }