diff options
author | Sergey Alirzaev <l29ah@riseup.net> | 2023-03-02 15:39:31 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-03-05 11:02:59 -0500 |
commit | de3188d3b33e3826a278b3426d5376311439e3dc (patch) | |
tree | 11727fca77d427cd2668de0364221fc7212fdd17 /www-client | |
parent | net-libs/libupnpp: drop 0.22.2 (diff) | |
download | gentoo-de3188d3b33e3826a278b3426d5376311439e3dc.tar.gz gentoo-de3188d3b33e3826a278b3426d5376311439e3dc.tar.bz2 gentoo-de3188d3b33e3826a278b3426d5376311439e3dc.zip |
www-client/qutebrowser: install apparmor profile
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/29898
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-2.5.3.ebuild | 3 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 3 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild index 7cb5d6ee3504..6260bb8c6fc8 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild @@ -128,6 +128,9 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} + insinto /etc/apparmor.d + doins -r misc/apparmor/. + einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild index 0de37e2649d8..7a65a374061c 100644 --- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild @@ -146,6 +146,9 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} + insinto /etc/apparmor.d + doins -r misc/apparmor/. + einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 7cb5d6ee3504..6260bb8c6fc8 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -128,6 +128,9 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} + insinto /etc/apparmor.d + doins -r misc/apparmor/. + einstalldocs } |