28 lines
No EOL
642 B
Text
28 lines
No EOL
642 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{bin}/sensible-browser
|
|
profile sensible-browser @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/consoles>
|
|
|
|
@{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,
|
|
|
|
include if exists <local/sensible-browser>
|
|
} |