# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = /usr/share/language-tools/language-{options,validate}
profile language-validate /usr/share/language-tools/language-{options,validate}  flags=(attach_disconnected,complain) {
  include <abstractions/base>

  capability setgid,

  @{exec_path} mrix,

  @{sh_path}         rix,
  @{bin}/grep        rix,
  @{bin}/locale      rix,

  /usr/share/locale-langpack/{,*} r,
  /usr/share/language-tools/{,*} r,

  include if exists <local/language-validate>
}