# apparmor.d - Full set of apparmor profiles # Copyright (C) 2023-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{bin}/sensible-browser profile sensible-browser @{exec_path} { include include @{exec_path} mr, @{sh_path} rix, @{bin}/whichbrowser rix, @{bin}/x-www-browser rix, @{lib}/msgcollector/generic_gui_message rPx, @{lib}/msgcollector/striphtml rPx, @{bin}/torbrowser rPx, /etc/open_link_confirm.d/{,**} r, owner @{HOME}/.xsession-errors rw, include if exists } # vim:syntax=apparmor