summaryrefslogtreecommitdiff
path: root/sys-apps/intune-portal/files/wrapper
blob: ccb283150812554ef99f1069805db976067d43da (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

exec bwrap \
    --bind / / \
    --dev-bind /dev /dev \
    --ro-bind /etc/microsoft/identity-broker/etc/lsb-release /etc/lsb-release \
    --ro-bind /etc/microsoft/identity-broker/usr/lib/os-release /usr/lib/os-release \
    --ro-bind /etc/pam.d/system-auth /etc/pam.d/common-password \
    -- \
    /opt/microsoft/intune/libexec/"${0##*/}" "${@}"