summarylogtreecommitdiffstats
path: root/bubblewrap.install
blob: 8c7b05ee85220e25c5f8f8e1c2b8e74a6ba878b2 (plain)
1
2
3
4
5
6
7
8
9
# vim: ft=sh ts=4 sw=4 et

post_install () {
	setcap cap_sys_admin,cap_net_admin,cap_sys_chroot+ep /usr/bin/bwrap
}

post_upgrade () {
    post_install
}