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

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = @{lib}/systemd/systemd-fsckd
@{att} = /att/systemd-fsckd/
profile systemd-fsckd /{,usr/}lib{,exec,32,64}/systemd/systemd-fsckd  flags=(attach_disconnected,attach_disconnected.path=@{att},complain) {
  include <abstractions/attached/base>
  include <abstractions/attached/consoles>
  include <abstractions/common/systemd>

  capability net_admin,
  capability sys_tty_config,

  unix type=stream peer=(addr=@/org/freedesktop/plymouthd),

  @{exec_path} mr,

  @{run}/systemd/fsck.progress rw,

  include if exists <local/systemd-fsckd>
}

# vim:syntax=apparmor
