mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
9 lines
290 B
Bash
9 lines
290 B
Bash
#!/bin/sh
|
|
|
|
exec bwrap \
|
|
--bind / / \
|
|
--dev-bind /dev /dev \
|
|
--ro-bind /etc/microsoft-identity-broker/lsb-release /etc/lsb-release \
|
|
--ro-bind /etc/microsoft-identity-broker/os-release /etc/os-release \
|
|
-- \
|
|
/usr/share/microsoft-identity-broker/bin/"${0##*/}" "${@}"
|