summaryrefslogtreecommitdiff
path: root/sys-auth/microsoft-identity-broker/files/wrapper
blob: f419769bebba3ab1a9619498f1d3cffef11ce12b (plain)
1
2
3
4
5
6
7
8
9
#!/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##*/}" "${@}"