# apparmor.d - Full set of apparmor profiles
# Copyright (C) 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}/{,gvfs/}gvfsd-sftp
profile gvfsd-sftp /{,usr/}lib{,exec,32,64}/{,gvfs/}gvfsd-sftp flags=(complain) {
  include <abstractions/base>
  include <abstractions/consoles>
  include <abstractions/freedesktop.org>
  include <abstractions/nameservice-strict>

  @{exec_path} mr,

  @{bin}/ssh  rPx,

  owner @{run}/user/@{uid}/gvfsd-sftp/ rw,

  owner @{PROC}/@{pid}/fd/ r,

  /dev/ptmx rw,

  include if exists <local/gvfsd-sftp>
}
