File smar-apparmor-profiles.spec of Package smar-apparmor-profiles

#
# spec file for package smar-apparmor-profiles

# TODO: Add postinst script for common package to reload apparmor to get installed/updated profiles loaded.
# Unless there is a better way how SUSE expects me to do.

Name:           smar-apparmor-profiles
Version:        1.0.0-pre
Release:        0
Summary:        Per-package apparmor-profiles
License:        ISC
Group:          Productivity/Security
Url:            https://git.sr.ht/~smar/smar-apparmor-profiles
Source0:        %{name}-%{version}.tar.xz
Source1:        rpmlintrc
Source2:        systemd_overrides.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# To automatically set current perl version.
BuildRequires:  /usr/bin/perl
# This allows us not to need to own /etc/apparmor.d
BuildRequires:  apparmor-profiles
# Used for adding overrides to certain systemd services.
BuildRequires:  systemd-rpm-macros

%description
This project aims to have per-package AppArmor profiles, so that they can be automatically pulled
when relevant package is installed to a system. This allows cluttering AppArmor with unnecessary profiles,
and also allows easy blacklisting profiles one does not want.

A profile could still be temporary disabled with a symlink in /etc/apparmor.d/disable directory.

%prep
%setup -q

tar xf %{S:2}

%build
perl_version="$(perl -e 'use warnings; use strict; print substr $^V, 1;')"

sed -i "s|@{arch}=CPU_ARCHITECTURE|@{arch}=%{_target_cpu}|" tunables/hardware
sed -i "s|@{perl_current_version}=CURRENT_PERL_VERSION|@{perl_current_version}=${perl_version}|" tunables/perl
sed -i "s|@{system_libdir}=ESSENTIAL_SYSTEM_LIBDIR|@{system_libdir}=/%{_lib}|" tunables/system.d/arch-specific
sed -i "s|@{libdir}=SYSTEM_LIBDIR|@{libdir}=%{_libdir}|" tunables/system.d/arch-specific

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/abstractions
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/audio.d
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/consoles.d
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/dri-common.d
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/private-files-strict.d
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/qt5.d
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/system-daemon.d
mkdir %{buildroot}%{_sysconfdir}/apparmor.d/lib
mkdir %{buildroot}%{_sysconfdir}/apparmor.d/local
mkdir %{buildroot}%{_sysconfdir}/apparmor.d/local/abstractions
mkdir %{buildroot}%{_sysconfdir}/apparmor.d/local/cli
mkdir %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir %{buildroot}%{_sysconfdir}/apparmor.d/tunables/system.d
mkdir %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d

mv profiles/server/dovecot/* %{buildroot}%{_sysconfdir}/apparmor.d

mv abstractions/smar-base %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/smar %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/smar-strict %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/akonadi %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/audio.d/smar-additions %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/audio.d/
mv abstractions/cli %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/consoles.d/smar-additions %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/consoles.d/
mv abstractions/discrete-transition-all %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/dns %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/dri-common.d/smar-additions %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/dri-common.d/
mv abstractions/drkonqi %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/fish %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/katepart %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/kde_file_dialog %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/kde-common %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/less %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/passwd %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/plasma %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/private-files-strict.d/smar-additions %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/private-files-strict.d/
mv abstractions/qt5.d/smar-additions %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/qt5.d/
mv abstractions/qt6 %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/qtwebengine %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/sddm %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/shells %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/smar_kde %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/smar_perl %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/smar_python %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/smar_ruby %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/system-daemon %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/system-daemon.d/unconfined-systemd %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/system-daemon.d/
mv abstractions/systemd %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/unconfined-steam %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/user-daemon %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/videocard %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/vim-inline-editor %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/
mv abstractions/Xorg %{buildroot}%{_sysconfdir}/apparmor.d/abstractions/

# Local files for abstractions.
mv abstractions/local/smar_kde %{buildroot}%{_sysconfdir}/apparmor.d/local/abstractions/
mv abstractions/local/Xorg %{buildroot}%{_sysconfdir}/apparmor.d/local/abstractions/

mv lib/allow-ptraces %{buildroot}%{_sysconfdir}/apparmor.d/lib/

mv tunables/hardware %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/kde %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/krb5 %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/numeric %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/textual %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/obs %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/perl %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/python %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/ruby %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/smar %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/sysdevices %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/system %{buildroot}%{_sysconfdir}/apparmor.d/tunables/
mv tunables/system.d/arch-specific %{buildroot}%{_sysconfdir}/apparmor.d/tunables/system.d/
mv tunables/system.d/os-specific %{buildroot}%{_sysconfdir}/apparmor.d/tunables/system.d/
mv tunables/system.d/system-specific %{buildroot}%{_sysconfdir}/apparmor.d/tunables/system.d/
mv tunables/system.d/x86 %{buildroot}%{_sysconfdir}/apparmor.d/tunables/system.d/
mv tunables/user %{buildroot}%{_sysconfdir}/apparmor.d/tunables/

# Namespace definitions.
mv namespaces/kde_file_dialog %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/
#mv namespaces/kde_file_dialog %%{buildroot}%%{_sysconfdir}/apparmor.d/

# A profile in the git repository can be a symlink, to
# avoid unnecessary profile copies.
# Since combining profiles still is not possible.
#
# Let’s mangle the symlinks to have correct end result.
#
# For now these symlinks only exists for rpm-scriptlets.
pushd namespaces/rpm-scriptlets.d

# First add normal files to package list.
find . -type f -exec sh -c '
package_path="${1}"
package_name="$(basename "${package_path}")"

buildroot_profile_file="%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/${package_name}"
echo "${buildroot_profile_file}" >> "%{_builddir}/%{name}-%{version}/namespace_files.rpm"
' sh {} \;

# Then process the links.
find . -type l -exec sh -c '
package_path="${1}"
package_name="$(basename "${package_path}")"
#echo "readlink ${1}: $(readlink "${package_path}")"
ln -sfn ../../"${package_name}" "${package_path}"

buildroot_profile_link="%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/${package_name}"
echo "${buildroot_profile_link}" >> "%{_builddir}/%{name}-%{version}/namespace_files.rpm"
' sh {} \;
popd

## Generated install commands starts.
mv namespaces/rpm-scriptlets.d/ %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d
mv abstractions/read-only-rpm %{buildroot}%{_sysconfdir}/apparmor.d/abstractions
mv profiles/packaging/rpm/rpm %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor/smar-load-profiles'
mv profiles/packaging/rpm/smar-load-profiles/rpm_scriptlets '%{buildroot}%{_sysconfdir}/apparmor/smar-load-profiles/rpm_scriptlets'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/mesa.d'
mv profiles/desktop/mesa/abstractions/mesa.d/library_exec_rules '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/mesa.d'
mv profiles/desktop/mesa/mesa-demos.xdemos.glxinfo %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/ModemManager %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/browsers/firefox %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/browsers/firefox.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/browsers/local/firefox %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/browsers/tunables/firefox %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/packaging/packagekit/packagekitd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/aaa_base/chkconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/aaa_base/service %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/aaa_base/backup-rpmdb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/aaa_base/backup-sysconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/aaa_base/convert_sysctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/accounts-daemon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/acpi %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadi_agent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadi_control %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadi_html_to_text %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadi_indexing_agent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadi_resource %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadictl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadiimportwizard %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadiserver %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/akregator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/alsa/alsactl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/apparmor_parser %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/local/apparmor_parser %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/suse/lib.apparmor.apparmor.systemd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/local/lib.apparmor.apparmor.systemd %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/security/apparmor/aa-autodep %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/aa-logprof %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/aa-remove-unknown %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/aa-status %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/aa-unconfined %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/appstream/appstream-util %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/apt-cacher-ng %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/ark %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/aru %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/dbus/at-spi-bus-launcher %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/dbus/at-spi2-registryd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/aucolor %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/ausearch %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/auditd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/augenrules %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/auditctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/delv %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/dig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/host %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/usr.bin.ld.bfd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/bison %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/plugins.commit.btrfs-defrag-plugin.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/btrfs/btrfsmaintenance.btrfs-balance.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/btrfs/btrfsmaintenance.btrfs-scrub.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/btrfs/btrfs %{buildroot}%{_sysconfdir}/apparmor.d
mv namespaces/obs-build %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/packaging/obs/lib/obs-build '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/packaging/obs/lib/obs_build_common '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/packaging/bzr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/update-ca-certificates %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../update-ca-certificates'
mv profiles/system/virtualization/catatonit %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/certbot %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/browsers/chromium %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/chronyc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/chronyd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/llvm/clang %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/cmake %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/cni/cni.dhcp %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/video/colord-session %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/coreutils/date %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/coreutils/sleep %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/coreutils/uptime %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/rpm/createrepo_c %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/rpm/modifyrepo_c %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/cron.service.d/
mv systemd_overrides/cronie/cron/cronie.conf %{buildroot}%{_unitdir}/cron.service.d/
mv profiles/system/cron/cronie %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cron/cronie.run-crons %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cron/crontab %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/cronie.d'
mv profiles/system/cron/cronie.d/README '%{buildroot}%{_sysconfdir}/apparmor.d/cronie.d'
mv profiles/utilities/crypt/cryptsetup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/crypt/cryptsetup-reencrypt %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/crypt/integritysetup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/crypt/veritysetup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/crypt/tunables/cryptsetup %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/compilation/crystal %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/cupsd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/network/curl %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/dbus-daemon.service.d/
mv systemd_overrides/dbus-1/dbus-daemon/dbus-daemon.conf %{buildroot}%{_unitdir}/dbus-daemon.service.d/
mv profiles/system/dbus/dbus-daemon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/dbus/dbus-daemon-launch-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/dbus/dbus-run-session %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/dbus/dbus-send %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/dconf-service %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/applydeltarpm %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/update-desktop-database %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/local/update-desktop-database %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/suse/suse-update-mime-defaults %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/suse'
mv profiles/suse/local/suse/suse-update-mime-defaults '%{buildroot}%{_sysconfdir}/apparmor.d/local/suse'
mv profiles/desktop/kde/gui/digikam %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/plasma-discover %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/dmidecode %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/dolphin %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/deb/dpkg-architecture %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../dpkg-architecture'
mv profiles/suse/kernel/mkinitrd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/kernel/dracut %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/kernel/dracut-install %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/kernel/lsinitrd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/drkonqi %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/installdbgsymbols.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/drkonqi %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/cli/dstat %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/chattr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/fsck.ext3 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/kdb %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../kdb'
mv profiles/system/network/ethtool %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/management/ft %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/management/tunables/fai-toolkit %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d'
mv profiles/system/admin/management/namespaces.d/ft/ '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d'
mv profiles/media/ffmpeg %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/media/ffprobe %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/fish %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/local/kde_fish %{buildroot}%{_sysconfdir}/apparmor.d/local
mv namespaces/common_fish %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d
mv profiles/system/shells/fish %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/shells/kde_fish %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/shells/local/common_fish %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/shells/local/fish-sudo %{buildroot}%{_sysconfdir}/apparmor.d/local
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/system/shells/lib/common_fish '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/system/shells/lib/fish-sudo '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/system/fontconfig/fc-list %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/fontconfig/fc-match %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/fonts.d'
mv profiles/system/fontconfig/abstractions/fonts.d/fontconfig '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/fonts.d'
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../fc-list'
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../fc-match'
mv profiles/suse/zypper/fonts-config %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../fonts-config'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/fonts.d'
mv profiles/productivity/fonts/abstractions/fonts.d/common_libraries '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/fonts.d'
mv profiles/system/mount/fusermount3 %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/fuse'
mv profiles/system/mount/local/fuse/fusermount3 '%{buildroot}%{_sysconfdir}/apparmor.d/local/fuse'
mv profiles/hardware/fwupd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/gcc %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/extra'
mv profiles/compilation/extra/gcc '%{buildroot}%{_sysconfdir}/apparmor.d/extra'
mv profiles/desktop/gnome/gconf.gconfd-2 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/glib/gsettings-data-convert %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/gcr-prompter %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/gdb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/not_tested/usr.bin.gettext %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/gettext/usr.bin.envsubst %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/gettext/usr.bin.msgmerge %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/media/gs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/git %{buildroot}%{_sysconfdir}/apparmor.d/local
mv abstractions/git %{buildroot}%{_sysconfdir}/apparmor.d/abstractions
mv tunables/git %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/programming/git/git %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/programming/git/git-credential-store %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/programming/git/git-mergetool %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/programming/git/git-remote-http %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../git'
mv profiles/programming/git/git-lfs %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../git-lfs'
mv profiles/programming/git/git-svn %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/glib/glib-compile-schemas %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/glib/gsettings %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/glibc/iconvconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/glibc/ldconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/glibc/lib-ld.so %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/glibc/local/lib-ld.so %{buildroot}%{_sysconfdir}/apparmor.d/local
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../iconvconfig'
mv profiles/system/glibc/iconvconfig-32 %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../iconvconfig-32'
mv profiles/desktop/gmenudbusmenuproxy %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/goa-daemon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/goa-identity-service %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/dirmngr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/gpg2 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/gpg-agent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/gpg-connect-agent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/gpgconf %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/gpgsm %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/keyboxd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/scdaemon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/gnupg/local/gpg2 %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/security/gnupg/local/gpg-agent %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/security/gnupg/local/scdaemon %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/cli/gpm %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/graphviz/dot %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bootloader/grub-editenv %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bootloader/grub-install %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bootloader/grub-mkconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bootloader/grub-probe %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bootloader/grub2-once %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bootloader/grub2-reboot %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/gst-plugin-scanner %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gtk/gtk-query-immodules %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gtk/gtk-update-icon-cache %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../gtk-query-immodules'
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../gtk-update-icon-cache'
mv profiles/desktop/gnome/gvfs/gvfsd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/gvfs/gvfsd-metadata %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/gvfs/gvfs-afc-volume-monitor %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/gvfs/gvfs-gphoto2-volume-monitor %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/gvfs/gvfs-mtp-volume-monitor %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/gnome/gvfs/gvfs-udisks2-volume-monitor %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/gwenview %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/services/haveged %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/hostinfo %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/issue-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/hostname %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/htop %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/htop %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/network/hyphanet/run.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/hyphanet/wrapper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/hyphanet/tunables/hyphanet %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/system/network/hyphanet/lib/hyphanet/ '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/hyphanet'
mv profiles/system/network/hyphanet/local/hyphanet/plugins '%{buildroot}%{_sysconfdir}/apparmor.d/local/hyphanet'
mv profiles/desktop/ime/ibus %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-autostart %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-daemon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-engine-simple %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-extension-gtk3 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-portal %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-setup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-ui-gtk3 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-engine-anthy %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-setup-anthy %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-engine-m17n %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-setup-m17n %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/iotop %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/iproute2/ip %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/iproute2/rtmon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/iproute2/ss %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/iproute2'
mv profiles/system/network/iproute2/local/iproute2/ip '%{buildroot}%{_sysconfdir}/apparmor.d/local/iproute2'
mv profiles/hardware/irqbalance %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/java/abstractions/java %{buildroot}%{_sysconfdir}/apparmor.d/abstractions
mv profiles/compilation/java/tunables/java %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/desktop/kde/core/kactivitymanagerd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/pim/kalendarac %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/kate %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/keyboard/dumpkeys %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/keyboard/kbdsettings %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/keyboard/loadkeys %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kf5/kconf_update %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/kcmshell5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/kde-open5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/cli/keditfiletype %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/cli/kmimetypefinder5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/cli/kstart %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/kio/kioclient5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/kio/kioexec %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kf5/kdesu %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kdeconnectd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/kded5 %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/kde'
mv profiles/desktop/kde/core/local/kde/kded5 '%{buildroot}%{_sysconfdir}/apparmor.d/local/kde'
mv profiles/desktop/kde/akonadi/akonadi_davgroupware_resource %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadi_imap_resource %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/akonadi/akonadi_maildir_resource %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/development/kdevelop %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/development/local/kdevelop %{buildroot}%{_sysconfdir}/apparmor.d/local
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/desktop/kde/development/lib/kdevelop.builder '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/desktop/kde/development/kdiff3 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/keepass/keepassxc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/keepass/keepassxc-proxy %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/keepass/local/keepassxc %{buildroot}%{_sysconfdir}/apparmor.d/local
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/freedesktop.org.d'
mv profiles/security/keepass/abstractions/freedesktop.org.d/keepassxc '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/freedesktop.org.d'
mv profiles/desktop/kde/core/kglobalaccel5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/kgpg %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/khelpcenter %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kf5/klauncher %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kf5/start_kdeinit %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kf5/start_kdeinit_wrapper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/startup/kdeinit5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/startup/kdeinit5_shutdown %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/kde'
mv profiles/desktop/kde/startup/local/kde/kdeinit5 '%{buildroot}%{_sysconfdir}/apparmor.d/local/kde'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/kde'
mv profiles/desktop/kde/startup/local/kde/kdeinit5_gs '%{buildroot}%{_sysconfdir}/apparmor.d/local/kde'
mv profiles/desktop/kde/kio/kioslave5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/kio/kiod5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/kio/kio_http_cache_cleaner %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/desktop/kde/kio/lib/kioworker/ '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv tunables/kiwix %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/productivity/readers/kiwix-desktop %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/kleopatra %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/pim/kmail %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/pim/kmail.accountwizard %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/kmix %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/kmixctrl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/kmod %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib/kernel'
mv profiles/hardware/lib/kernel/modprobe '%{buildroot}%{_sysconfdir}/apparmor.d/lib/kernel'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib/kernel'
mv profiles/hardware/lib/kernel/modules-read-only '%{buildroot}%{_sysconfdir}/apparmor.d/lib/kernel'
mv profiles/desktop/kde/kmozillahelper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/media/kodi/kodi %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/development/kompare %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/konsole %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/desktop/kde/gui/lib/common_konsole '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/desktop/kde/pim/kontact %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/pim/korganizer %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/pim/korgac %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/kerberos/kadmin %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/kerberos/kinit %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/kerberos/klist %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/kerberosclient.d'
mv profiles/security/kerberos/abstractions/kerberosclient.d/smar-additions '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/kerberosclient.d'
mv profiles/desktop/kde/gui/krita %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/services/kscreen_osd_service %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kcheckpass %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kscreenlocker_greet %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/usr.lib64.libexec.kcheckpass %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/desktop/kde/core/kbuildsycoca5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/ksshaskpass %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/ksysguardd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/ksysguard %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/services/ksystemstats %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/ktnef %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/ktorrent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/local/ktorrent %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/virtualization/kvm_stat %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/kwalletd5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/kwalletmanager5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/kwin_wayland %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/kwin_x11 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/kwrite %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/labplot2 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/lddtree %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/less %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/kreadconfig5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kf5/kdesud %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/virtualization/containers/tunables/containers %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/mesa.d'
mv profiles/desktop/mesa/abstractions/mesa.d/amdgpu '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/mesa.d'
mv profiles/desktop/kde/dbus/kscreen_backend_launcher %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/ostree %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/ostree-system-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/lrelease %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/lupdate %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/qdbus %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/moc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/qmake %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/rcc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/uic %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/qt5.QtWebEngineProcess %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/libreoffice-soffice.bin %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/desktop/office/libreoffice/libreoffice-share-linker %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/office/libreoffice/libreoffice.program.javaldx %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/office/libreoffice/libreoffice.program.oosplash %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/office/libreoffice/libreoffice.program.soffice %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/office/libreoffice/libreoffice.program.soffice.bin %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/office/libreoffice/libreoffice.program.xpdfimport %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/zypp-NameReqPrv %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/plugins.appdata.InstallAppdata %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/libzypp.AsHelper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/llvm/lldb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/llvm/lldb-server %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/llvm/tunables/llvm %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p %{buildroot}%{_unitdir}/logrotate.service.d/
mv systemd_overrides/logrotate/logrotate/logrotate.conf %{buildroot}%{_unitdir}/logrotate.service.d/
mv profiles/utilities/logrotate %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/local/logrotate %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/cron/scripts/cron.daily.logrotate %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/lshw %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/lsof %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/lsyncd.service.d/
mv systemd_overrides/lsyncd/lsyncd/lsyncd.service.conf %{buildroot}%{_unitdir}/lsyncd.service.d/
mv profiles/utilities/lsyncd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/tunables/lsyncd %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/system/filesystem/lvm %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../lvm'
mv profiles/system/systemd/generators/lvm2-activation-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/make %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/make %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/cli/man-pages/apropos %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/man-pages/man %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/man-pages/mandb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/man-pages/man-db.do_mandb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/man-pages/man-db.man %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/man-pages/whatis %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/man-pages/local/man %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/cli/man-pages/tunables/man-pages %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/system/cli/man-pages/lib/man-pages '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p %{buildroot}%{_unitdir}/mcelog.service.d/
mv systemd_overrides/mcelog/mcelog/systemd.service.mcelog.conf %{buildroot}%{_unitdir}/mcelog.service.d/
mv profiles/hardware/mcelog %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/mdcheck_continue.service.d/
mv systemd_overrides/mdadm/mdcheck_continue/mdcheck.conf %{buildroot}%{_unitdir}/mdcheck_continue.service.d/
mkdir -p %{buildroot}%{_unitdir}/mdcheck_start.service.d/
mv systemd_overrides/mdadm/mdcheck_start/mdcheck.conf %{buildroot}%{_unitdir}/mdcheck_start.service.d/
mv profiles/system/admin/mdadm %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/mdcheck %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/memcached %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/mlocate.service.d/
mv systemd_overrides/mlocate/mlocate/systemd.service.mlocate.conf %{buildroot}%{_unitdir}/mlocate.service.d/
mv profiles/system/cli/locate %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/updatedb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/ssh/mosh-client %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/ibus-engine-mozc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/mozc.mozc_server %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/ime/mozc.mozc_tool %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/media/mpv %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/media/local/mpv %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/hardware/disk/multipath %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mysql/mysqladmin %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mysql/mariadb-upgrade %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mysql/mysql-systemd-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mysql/mysqld %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/server/mysql/lib/mariadb-install-db '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/system/network/nethogs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/mount/mount.nfs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/nfs/rpc.gssd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/nfs/rpc.lockd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/nfs/rpc.statd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/nfs/rpc.svcgssd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/nfs/sm-notify %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/nfs'
mv profiles/system/network/nfs/local/nfs/rpc.gssd '%{buildroot}%{_sysconfdir}/apparmor.d/local/nfs'
mv profiles/system/systemd/generators/nfs-server-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/rpc-pipefs-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/nft %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/nginx %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib/logrotate.d'
mv profiles/server/lib/logrotate.d/nginx '%{buildroot}%{_sysconfdir}/apparmor.d/lib/logrotate.d'
mv profiles/qt/nheko %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/ninja %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/nmap %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/node/node %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/nvme %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obsscheduler %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_admin %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_deltastore %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_dispatch %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_notifyforward %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_publish %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_repserver %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_sched %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_service %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_servicedispatch %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_signer %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_srcserver %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.bs_warden %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.cleanup_scm_cache %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/smar-strict.d'
mv profiles/packaging/obs/abstractions/smar-strict.d/obs '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/smar-strict.d'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/system-daemon.d'
mv profiles/packaging/obs/abstractions/system-daemon.d/obs '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/system-daemon.d'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/packaging/obs/lib/obs-server '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/packaging/obs/lib/obs.bs_sched-debian '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/packaging/obs/lib/obs.BSStdRunner '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/obs'
mv profiles/packaging/obs/local/obs/obsscheduler '%{buildroot}%{_sysconfdir}/apparmor.d/local/obs'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/obs'
mv profiles/packaging/obs/local/obs/bs_signer '%{buildroot}%{_sysconfdir}/apparmor.d/local/obs'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/cronie.d'
mv profiles/system/cron/cronie.d/obs.cleanup_scm_cache '%{buildroot}%{_sysconfdir}/apparmor.d/cronie.d'
mv profiles/packaging/obs/obs.service.format_spec_file %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.service.recompress %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.service.set_version %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.service.source_validator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs.service.tar_scm %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/sign %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/signd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/obs_project_update %{buildroot}%{_sysconfdir}/apparmor.d
mv namespaces/bs_worker %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d
mkdir -p %{buildroot}%{_unitdir}/obsworker.service.d/
mv systemd_overrides/obs-worker/obsworker/obsworker.conf %{buildroot}%{_unitdir}/obsworker.service.d/
mv profiles/packaging/obs/obsworker %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/oidentd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/development/okteta %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/okular %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/ibft-rule-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/openconnect %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/openconnect.vpnc-script %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/openrazer-daemon %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/security/ssh/lib/ssh_client '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/pam'
mv profiles/security/ssh/pam/mappings '%{buildroot}%{_sysconfdir}/apparmor.d/pam'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mv profiles/security/ssh/pam/abstractions/confined_user '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mv profiles/security/ssh/pam/abstractions/unconfined_user '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mv profiles/security/ssh/pam/abstractions/default_user '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mv profiles/security/ssh/pam/abstractions/user_base '%{buildroot}%{_sysconfdir}/apparmor.d/pam/abstractions'
mv profiles/security/ssh/ssh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/ssh/ssh-agent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/ssh/ssh.sftp-server %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/ssh/sshd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/ssh/local/sshd %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/security/ssh/tunables/ssh %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/system/bootloader/os-prober %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/obs/osc %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/obs'
mv profiles/packaging/obs/local/obs/osc '%{buildroot}%{_sysconfdir}/apparmor.d/local/obs'
mv profiles/hardware/video/oyranos/oyranos-compat-gnome %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/video/oyranos/oyranos-monitor %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/p7zip %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/pam-config %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/pam_kwallet_init %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/partprobe %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/sbin.lspci %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../sbin.lspci'
mv profiles/system/bootloader/bootloader.bootloader_entry %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bootloader/bootloader.grub2.config %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/kernel/pbl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/chkstat %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/plugins.commit.permissions.py %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/pinentry %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_userunitdir}/pipewire-media-session.service.d/
mv systemd_overrides/user/pipewire/pipewire-media-session/pipewire-media-session.conf %{buildroot}%{_userunitdir}/pipewire-media-session.service.d/
mv profiles/hardware/audio/pipewire %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/pipewire-media-session %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/plasma-browser-integration-host %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/kaccess %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kauth/kded-smart-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/plasma-systemmonitor %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/ksmserver %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/plasma-shutdown %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/core/startkde %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/krunner %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/baloorunner %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/ksmserver-logout-greeter %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/startplasma-waylandsession %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/kcminit %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/kcminit_startup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/kde-systemd-start-condition %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/ksplashqml %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/plasma_session %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/plasma_waitforname %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/plasmashell %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/startplasma-wayland %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/startplasma-x11 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/plasma/local/plasmashell %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/kernel/plymouth-set-default-theme %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/kernel/plymouthd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/kernel/plymouth-populate-initrd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/virtualization/podman/podman %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/virtualization/podman/podman.quadlet %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/polkit/chkstat-polkit %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/polkit/polkitd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/polkit/polkit-agent-helper-1 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/polkit/set_polkit_default_privs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/polkit-kde-authentication-agent-1 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/etc.postfix.system.cond_slp %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/postdrop %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/postmap %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/postqueue %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/sendmail %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.bounce %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.error %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.local %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.oqmgr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.proxymap %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.scache %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.smtpd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.trivial-rewrite %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.cleanup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.flush %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.master %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.pickup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.qmgr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.showq %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.spawn %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.verify %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.anvil %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.discard %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.lmtp %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.nqmgr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.pipe %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.qmqpd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.smtp %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.tlsmgr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/usr.lib.postfix.virtual %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/postfix/local/usr.lib.postfix.smtp %{buildroot}%{_sysconfdir}/apparmor.d/local
mkdir -p %{buildroot}%{_unitdir}/power-profiles-daemon.service.d/
mv systemd_overrides/power-profiles-daemon/power-profiles-daemon/power-profiles-daemon.conf %{buildroot}%{_unitdir}/power-profiles-daemon.service.d/
mv profiles/system/dbus/power-profiles-daemon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/org_kde_powerdevil %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kauth/kauth.backlighthelper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kauth/kauth.chargethresholdhelper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kauth/kauth.discretegpuhelper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/procps/bin.ps %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/procps/pgrep %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/procps/pkill %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/procps/sysctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/procps/w %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/procs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/fuser %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/killall %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_userunitdir}/pulseaudio.service.d/
mv systemd_overrides/user/pulseaudio/pulseaudio/pulseaudio.conf %{buildroot}%{_userunitdir}/pulseaudio.service.d/
mv profiles/hardware/audio/pulseaudio %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/pulse.gconf-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/pulse.gsettings-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/start-pulseaudio-x11 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/pacmd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/audio/pactl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/tarsnapper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/virtualization/qemu/qemu-system %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/qt/qdbusviewer %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/qt/qt-designer %{buildroot}%{_sysconfdir}/apparmor.d
mv tunables/quilt %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/system/cli/quilt %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/redis-server %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/rpcbind %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/rspamd/learn-ham.rspamd.script %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/rspamd/learn-spam.rspamd.script %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/rspamd/rspamc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/mail/rspamd/usr.bin.rspamd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/network/rsync %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/rsyslogd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/dbus/rtkit-daemon %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/programming/ruby/bundle %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/rust/cargo %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/compilation/rust/rustc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/samba/net %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/samba/nmbd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/samba/smbd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/command-not-found %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/screen %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/sddm/sddm %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/sddm/sddm-greeter %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/qt/sddm/sddm-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/sensors %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/sensors-detect %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/setxkbmap %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/gpasswd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/groupadd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/groupdel %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/passwd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/useradd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/usermod %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/userdel %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/update-mime-database %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/signond %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/apparmor/smar-load-profiles %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/smartctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/smartd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/snapper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/snapper.systemd-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/snapperd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/plugins.commit.snapper.py %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/plugins.commit.snapper-zypp-plugin %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/spamassassin.spamc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/spamassassin.spamd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/spectacle %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/speech-dispatcher %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/network/speedtest-cli %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/searchd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/web/squid %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/ssh/sshfs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/authentication/sssd/sssd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/authentication/sssd/tunables/sssd %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/security/authentication/sssd/lib/sssd/ '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/kde_file_dialog.net.d'
mv profiles/security/authentication/sssd/namespaces.d/kde_file_dialog.net.d/sssd '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/kde_file_dialog.net.d'
mv profiles/system/admin/auth/sss_cache %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/auth/sssctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/development/tools/strace %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/programming/svn/svn %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/programming/svn/svnserve %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/programming/svn/svnversion %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/authentication/sudo/visudo %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/authentication/sudo/sudo %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/supportconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/kernel/module-init-tools.regenerate-initrd-posttrans %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/kernel/module-init-tools.kernel-scriptlets.cert-script %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/kernel/module-init-tools.kernel-scriptlets.inkmp-script %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/kernel/module-init-tools.kernel-scriptlets.kmp-script %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/kernel/module-init-tools.kernel-scriptlets.rpm-script %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/kernel/module-init-tools.weak-modules2 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/video/prime-select %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/suseconnect %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/kate-syntax-highlighter %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/admin/netconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv tunables/systemd %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p %{buildroot}%{_unitdir}/systemd-journald.service.d/
mv systemd_overrides/systemd/systemd-journald/systemd.systemd-journald.conf %{buildroot}%{_unitdir}/systemd-journald.service.d/
mkdir -p %{buildroot}%{_unitdir}/systemd-logind.service.d/
mv systemd_overrides/systemd/systemd-logind/systemd-logind.conf %{buildroot}%{_unitdir}/systemd-logind.service.d/
mkdir -p %{buildroot}%{_unitdir}/systemd-udevd.service.d/
mv systemd_overrides/systemd/systemd-udevd/systemd-udevd.conf %{buildroot}%{_unitdir}/systemd-udevd.service.d/
mkdir -p %{buildroot}%{_unitdir}/systemd-timedated.service.d/
mv systemd_overrides/systemd/systemd-timedated/systemd-timedated.service.conf %{buildroot}%{_unitdir}/systemd-timedated.service.d/
mkdir -p %{buildroot}%{_userunitdir}/systemd-tmpfiles-clean.service.d/
mv systemd_overrides/user/systemd/systemd-tmpfiles-clean/systemd-tmpfiles.conf %{buildroot}%{_userunitdir}/systemd-tmpfiles-clean.service.d/
mkdir -p %{buildroot}%{_userunitdir}/systemd-tmpfiles-setup.service.d/
mv systemd_overrides/user/systemd/systemd-tmpfiles-setup/systemd-tmpfiles.conf %{buildroot}%{_userunitdir}/systemd-tmpfiles-setup.service.d/
mv profiles/system/systemd/systemd_generators %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/systemd.systemd-journald %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/systemd.systemd-sysv-install %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/user-environment-generators/30-systemd-environment-d-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/3rdparty/systemd.3rdparty.system-environment-generators.60-flatpak-system-only %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/3rdparty/systemd.3rdparty.user-environment-generators.60-flatpak %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/busctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/journalctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/loginctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/systemctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/systemd-cat %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/systemd-detect-virt %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/systemd-run %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/systemd-sysusers %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/systemd-tmpfiles %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/systemd-tty-ask-password-agent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/commands/timedatectl %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/systemd'
mv profiles/system/systemd/commands/local/systemd/busctl '%{buildroot}%{_sysconfdir}/apparmor.d/local/systemd'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/systemd'
mv profiles/system/systemd/commands/local/systemd/systemd-tmpfiles '%{buildroot}%{_sysconfdir}/apparmor.d/local/systemd'
mv profiles/system/systemd/generators/logind-compat-tasks-max-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-bless-boot-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-cryptsetup-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-debug-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-fstab-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-getty-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-gpt-auto-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-hibernate-resume-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-insserv-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-rc-local-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-run-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-system-update-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-sysv-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/systemd-veritysetup-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd_subcommand %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-binfmt %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-cryptsetup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-hostnamed %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-localed %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-logind %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-random-seed %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-rfkill %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-shutdown %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-sleep %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-sysctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-timedated %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-udevd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-update-utmp %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-user-runtime-dir %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-user-sessions %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-vconsole-setup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/user-generators/systemd-xdg-autostart-generator %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/systemd-coredump@.service.d/
mv systemd_overrides/systemd-coredump/systemd-coredump@/systemd-coredump.conf %{buildroot}%{_unitdir}/systemd-coredump@.service.d/
mv profiles/system/systemd/commands/coredumpctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-coredump %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/essentials/systemsettings %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/libexec/kauth/kinfocenter-dmidecode-helper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/killall5 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/killproc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/tarsnap %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cron/scripts/cron.daily.suse-texlive %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/productivity/texlive/kpsewhich %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/productivity/texlive/mktexlsr %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../kpsewhich'
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../mktexlsr'
mv profiles/system/cli/ag %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/cli'
mv profiles/system/cli/local/cli/ag '%{buildroot}%{_sysconfdir}/apparmor.d/local/cli'
mv profiles/desktop/xorg/vncviewer-tigervnc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cron/scripts/cron.daily.tmpwatch %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/udev/udevadm %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/hardware/udev/lib/udevadm '%{buildroot}%{_sysconfdir}/apparmor.d/lib'
mv profiles/system/systemd/generators/systemd-integritysetup-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/subcommands/systemd-makefs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/udisksctl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/udisksd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/update-alternatives %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/upower %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/upowerd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/usb/lsusb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/kernel/usr.lib.utempter.utempter %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/agetty %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/bin.login %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/su %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/local/agetty %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/local/bin.login %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/system/cli/dmesg %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/lscpu %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/cli/lsns %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/fsfreeze %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/fstrim %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/filesystem/losetup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/blkid %{buildroot}%{_sysconfdir}/apparmor.d
mv namespaces/valheim %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d
mv tunables/valheim %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mv profiles/server/web/varnishd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/server/web/varnishlog %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/vboxdrv.service.d/
mv systemd_overrides/virtualbox/vboxdrv/vboxdrv.sh.conf %{buildroot}%{_unitdir}/vboxdrv.service.d/
mv profiles/system/virtualization/virtualbox/vboxconfig %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/virtualization/virtualbox/VBoxCreateUSBNode.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/virtualization/virtualbox/vboxdrv.sh %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib/udevadm.d'
mv profiles/system/virtualization/virtualbox/lib/udevadm.d/virtualbox '%{buildroot}%{_sysconfdir}/apparmor.d/lib/udevadm.d'
mv profiles/media/vlc.vlc-cache-gen %{buildroot}%{_sysconfdir}/apparmor.d
ln -t '%{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d' -s '../../vlc.vlc-cache-gen'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/wayland.d'
mv profiles/desktop/wayland/abstractions/wayland.d/library_exec_rules '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/wayland.d'
mv profiles/games/wesnoth %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_userunitdir}/wesnothd.service.d/
mv systemd_overrides/user/wesnoth-server/wesnothd/wesnothd.conf %{buildroot}%{_userunitdir}/wesnothd.service.d/
mv profiles/games/wesnothd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/wayland/weston %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/wayland/weston-terminal %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/utilities/network/wget %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/whois %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wicked/ifup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wicked/wicked %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wicked/wickedd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wicked/wickedd-nanny %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wicked/wicked.lib.wickedd-auto4 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wicked/wicked.lib.wickedd-dhcp4 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wicked/wicked.lib.wickedd-dhcp6 %{buildroot}%{_sysconfdir}/apparmor.d
mv namespaces/wine %{buildroot}%{_sysconfdir}/apparmor.d/namespaces.d
mv tunables/wine %{buildroot}%{_sysconfdir}/apparmor.d/tunables
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib/wine'
mv ./lib/wine/wine-preloader '%{buildroot}%{_sysconfdir}/apparmor.d/lib/wine'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/lib/wine'
mv ./lib/wine/wineserver '%{buildroot}%{_sysconfdir}/apparmor.d/lib/wine'
mv profiles/security/wg-quick %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_unitdir}/wg-quick@.service.d/
mv systemd_overrides/wireguard-tools/wg-quick@/wg-quick.conf %{buildroot}%{_unitdir}/wg-quick@.service.d/
mkdir -p %{buildroot}%{_userunitdir}/wireplumber.service.d/
mv systemd_overrides/user/wireplumber/wireplumber/wireplumber.conf %{buildroot}%{_userunitdir}/wireplumber.service.d/
mv profiles/hardware/audio/wireplumber %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/wireshark/dumpcap %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/wireshark/wireshark %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/network/wpa_supplicant %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/video/nvidia-sleep.sh %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/video/systemd.system-sleep.nvidia %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/x11vnc %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p %{buildroot}%{_userunitdir}/xdg-document-portal.service.d/
mv systemd_overrides/user/xdg-desktop-portal/xdg-document-portal/lib.xdg-document-portal.conf %{buildroot}%{_userunitdir}/xdg-document-portal.service.d/
mv profiles/desktop/xorg/xdg/lib.xdg-desktop-portal %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/lib.xdg-desktop-portal-gtk %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/lib.xdg-document-portal %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/lib.xdg-permission-store %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/libexec.xdg-desktop-portal-kde %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/xdg-user-dirs-update %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/local/usr.bin.xdg-open %{buildroot}%{_sysconfdir}/apparmor.d/local
mv profiles/desktop/xorg/xdg/xdg-mime %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/xdg-open %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/xdg-settings %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xdg/xdg-su %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/display-manager %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/etc.X11.xdm.sys.xsession %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/etc.X11.xdm.Xsession %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/etc.X11.xdm.Xsetup %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/etc.X11.xdm.Xstartup %{buildroot}%{_sysconfdir}/apparmor.d
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/local/xdm'
mv profiles/desktop/xorg/local/xdm/Xstartup '%{buildroot}%{_sysconfdir}/apparmor.d/local/xdm'
mv profiles/desktop/kde/xembedsniproxy %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xfs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/mkfs.xfs %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/xfs_db %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/xfs_info %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/xfs_repair %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/hardware/disk/xfs_spaceman %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/xinetd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/etc.X11.xinit.xinitrc %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xkbcomp %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/Xorg %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/local/Xorg %{buildroot}%{_sysconfdir}/apparmor.d/local
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/X.d'
mv profiles/desktop/xorg/abstractions/X.d/library_exec_rules '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/X.d'
mkdir -p '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/X.d'
mv profiles/desktop/xorg/abstractions/X.d/client_rules '%{buildroot}%{_sysconfdir}/apparmor.d/abstractions/X.d'
mv profiles/desktop/xorg/Xephyr %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/Xwayland %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xprop %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xrdb %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xsetroot %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/xorg/xsettingsd %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/desktop/kde/gui/yakuake %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/packaging/node/yarn %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/yast2 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/yast/yast.online_update %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/yast.y2controlcenter %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/yast.y2start %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/media/youtube-dl %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/media/yt-dlp %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/security/authentication/ykman-gui %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/productivity/readers/zeal %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/system/systemd/generators/zram-generator %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/zypper %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/zypper.gpg2 %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/zypper.gpg-agent %{buildroot}%{_sysconfdir}/apparmor.d
mv profiles/suse/zypper/zypper.scdaemon %{buildroot}%{_sysconfdir}/apparmor.d

# Common files.
%package common
Summary:        Common files Smar’s AppArmor profiles
Requires:       %{name}-sddm-abstractions
BuildArch:      noarch

%description common
Common files Smar’s AppArmor profiles.

Contains things like tunables helpful with /sys/devices/** rules.

%files common
%dir %{_sysconfdir}/apparmor.d/abstractions/audio.d
%dir %{_sysconfdir}/apparmor.d/abstractions/consoles.d
%dir %{_sysconfdir}/apparmor.d/abstractions/dri-common.d
%dir %{_sysconfdir}/apparmor.d/abstractions/private-files-strict.d
%dir %{_sysconfdir}/apparmor.d/abstractions/qt5.d
%dir %{_sysconfdir}/apparmor.d/abstractions/system-daemon.d
%dir %{_sysconfdir}/apparmor.d/extra
%dir %{_sysconfdir}/apparmor.d/lib
%dir %{_sysconfdir}/apparmor.d/local/abstractions
%dir %{_sysconfdir}/apparmor.d/local/cli
%dir %{_sysconfdir}/apparmor.d/namespaces.d
%dir %{_sysconfdir}/apparmor.d/tunables/system.d

%config %{_sysconfdir}/apparmor.d/abstractions/audio.d/smar-additions
%config %{_sysconfdir}/apparmor.d/abstractions/cli
%config %{_sysconfdir}/apparmor.d/abstractions/consoles.d/smar-additions
%config %{_sysconfdir}/apparmor.d/abstractions/discrete-transition-all
%config %{_sysconfdir}/apparmor.d/abstractions/dns
%config %{_sysconfdir}/apparmor.d/abstractions/dri-common.d/smar-additions
%config %{_sysconfdir}/apparmor.d/abstractions/fish
%config %{_sysconfdir}/apparmor.d/abstractions/kde-common
%config %{_sysconfdir}/apparmor.d/abstractions/passwd
%config %{_sysconfdir}/apparmor.d/abstractions/private-files-strict.d/smar-additions
%config %{_sysconfdir}/apparmor.d/abstractions/qt5.d/smar-additions
%config %{_sysconfdir}/apparmor.d/abstractions/qt6
%config %{_sysconfdir}/apparmor.d/abstractions/qtwebengine
%config %{_sysconfdir}/apparmor.d/abstractions/shells
%config %{_sysconfdir}/apparmor.d/abstractions/smar
%config %{_sysconfdir}/apparmor.d/abstractions/smar-base
%config %{_sysconfdir}/apparmor.d/abstractions/smar_perl
%config %{_sysconfdir}/apparmor.d/abstractions/smar_python
%config %{_sysconfdir}/apparmor.d/abstractions/smar-strict
%config %{_sysconfdir}/apparmor.d/abstractions/system-daemon
%config(noreplace) %{_sysconfdir}/apparmor.d/abstractions/system-daemon.d/unconfined-systemd
%config(noreplace) %{_sysconfdir}/apparmor.d/abstractions/unconfined-steam
%config %{_sysconfdir}/apparmor.d/abstractions/user-daemon

%config %{_sysconfdir}/apparmor.d/lib/allow-ptraces

%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/hardware
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/kde
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/krb5
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/numeric
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/textual
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/obs
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/perl
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/python
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/ruby
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/smar
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/sysdevices
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/system
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/system.d/arch-specific
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/system.d/os-specific
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/system.d/system-specific
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/system.d/x86
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/user

# kde/smar_kde
%package kde-abstractions
Summary:        Abstractions for KDE AppArmor profiles
Requires:       %{name}-sddm-abstractions
Requires:       %{name}-xorg-abstractions
BuildArch:      noarch
#
# For tunables/sssd. Only useful if Kerberos 5 authentication
# is used via SSSD, I suppose.
Suggests:       sssd-profiles

%description kde-abstractions
KDE abstractions from project smar-apparmor-profiles.

These abstractions have some convenience definitions for KDE profiles.

%files kde-abstractions
%config %{_sysconfdir}/apparmor.d/abstractions/akonadi
%config %{_sysconfdir}/apparmor.d/abstractions/drkonqi
%config %{_sysconfdir}/apparmor.d/abstractions/katepart
%config %{_sysconfdir}/apparmor.d/abstractions/kde_file_dialog
%config %{_sysconfdir}/apparmor.d/abstractions/plasma
%config %{_sysconfdir}/apparmor.d/abstractions/smar_kde
%config %{_sysconfdir}/apparmor.d/namespaces.d/kde_file_dialog
#%%config %%{_sysconfdir}/apparmor.d/kde_file_dialog
%config %{_sysconfdir}/apparmor.d/local/abstractions/smar_kde
%dir %{_sysconfdir}/apparmor.d/local/kde

# Programs writing to sddm user log.
%package sddm-abstractions
Summary:        Abstractions for profiles utilizing SDDM in a way or other
Supplements:    sddm
BuildArch:      noarch

%description sddm-abstractions
SDDM abstractions from project smar-apparmor-profiles.

These abstractions allows writing SDDM’s user log, akin to old
Xsession-errors.

%files sddm-abstractions
%config %{_sysconfdir}/apparmor.d/abstractions/sddm

# X.org abstractions.
%package xorg-abstractions
Summary:        Abstractions for profiles utilizing X in a way or other
BuildArch:      noarch

%description xorg-abstractions
AppArmor abstraction files for Xorg from project smar-apparmor-profiles.

Pulled and used by *-profiles packages.

%files xorg-abstractions
%config %{_sysconfdir}/apparmor.d/abstractions/Xorg
%config %{_sysconfdir}/apparmor.d/abstractions/videocard
%config %{_sysconfdir}/apparmor.d/local/abstractions/Xorg

# systemd abstractions.
%package systemd-abstractions
Summary:        Abstractions for profiles utilizing systemd in a way or other
BuildArch:      noarch

%description systemd-abstractions
AppArmor abstraction files for systemd from project smar-apparmor-profiles.

Pulled and used by *-profiles packages.

%files systemd-abstractions
%config %{_sysconfdir}/apparmor.d/abstractions/systemd

# All programs that uses less
%package less-abstractions
Summary:        Abstractions for AppArmor profiles that uses less
BuildArch:      noarch

%description less-abstractions
Less abstractions from project smar-apparmor-profiles.

These abstractions provides rules for applications using less in a way or another.

%files less-abstractions
%config %{_sysconfdir}/apparmor.d/abstractions/less

# All programs that uses Ruby
%package ruby-abstractions
Summary:        Abstractions for AppArmor profiles that uses Ruby
Supplements:    ruby
BuildArch:      noarch

%description ruby-abstractions
Ruby abstractions from project smar-apparmor-profiles.

These abstractions provides rules for applications using Ruby in a way or another.

%files ruby-abstractions
%config %{_sysconfdir}/apparmor.d/abstractions/smar_ruby

# All programs that uses vim
%package vim-abstractions
Summary:        Abstractions for AppArmor profiles that uses vim
BuildArch:      noarch

%description vim-abstractions
Vim abstractions from project smar-apparmor-profiles.

These abstractions provides rules for applications using Vim in a way or another.

%files vim-abstractions
%config %{_sysconfdir}/apparmor.d/abstractions/vim-inline-editor

# Dovecot
%package -n dovecot-profiles
Summary:        AppArmor profiles for Dovecot
Supplements:    dovecot
BuildArch:      noarch

%description -n dovecot-profiles
AppArmor profiles for Dovecot from project smar-apparmor-profiles.

%files -n dovecot-profiles
%config %{_sysconfdir}/apparmor.d/dovecot
%config %{_sysconfdir}/apparmor.d/dovecot.anvil
%config %{_sysconfdir}/apparmor.d/dovecot.auth
%config %{_sysconfdir}/apparmor.d/dovecot.config
%config %{_sysconfdir}/apparmor.d/dovecot.deliver
%config %{_sysconfdir}/apparmor.d/dovecot.dict
%config %{_sysconfdir}/apparmor.d/dovecot.dovecot-auth
%config %{_sysconfdir}/apparmor.d/dovecot.dovecot-lda
%config %{_sysconfdir}/apparmor.d/dovecot.imap
%config %{_sysconfdir}/apparmor.d/dovecot.imap-login
%config %{_sysconfdir}/apparmor.d/dovecot.lmtp
%config %{_sysconfdir}/apparmor.d/dovecot.log
%config %{_sysconfdir}/apparmor.d/dovecot.managesieve
%config %{_sysconfdir}/apparmor.d/dovecot.managesieve-login
%config %{_sysconfdir}/apparmor.d/dovecot.pop3
%config %{_sysconfdir}/apparmor.d/dovecot.pop3-login
%config %{_sysconfdir}/apparmor.d/dovecot.ssl-params
%config %{_sysconfdir}/apparmor.d/dovecot.stats


## Generated packages starts.
# rpm
%package -n rpm-profiles
Summary:        AppArmor profiles for rpm
Supplements:    rpm
BuildArch:      noarch
%description -n rpm-profiles
AppArmor profiles for rpm from project smar-apparmor-profiles.

%files -n rpm-profiles -f namespace_files.rpm
%dir %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d
%config(noreplace) %{_sysconfdir}/apparmor.d/abstractions/read-only-rpm
%config %{_sysconfdir}/apparmor.d/rpm
%dir %{_sysconfdir}/apparmor/smar-load-profiles
%config %{_sysconfdir}/apparmor/smar-load-profiles/rpm_scriptlets

# Mesa
%package -n Mesa-profiles
Summary:        AppArmor profiles for Mesa
Supplements:    Mesa
BuildArch:      noarch
%description -n Mesa-profiles
AppArmor profiles for Mesa from project smar-apparmor-profiles.

%files -n Mesa-profiles
%dir %{_sysconfdir}/apparmor.d/abstractions/mesa.d
%config %{_sysconfdir}/apparmor.d/abstractions/mesa.d/library_exec_rules

# Mesa-demo-x
%package -n Mesa-demo-x-profiles
Summary:        AppArmor profiles for Mesa-demo-x
Supplements:    Mesa-demo-x
BuildArch:      noarch
%description -n Mesa-demo-x-profiles
AppArmor profiles for Mesa-demo-x from project smar-apparmor-profiles.

%files -n Mesa-demo-x-profiles
%config %{_sysconfdir}/apparmor.d/mesa-demos.xdemos.glxinfo

# ModemManager
%package -n ModemManager-profiles
Summary:        AppArmor profiles for ModemManager
Supplements:    ModemManager
BuildArch:      noarch
%description -n ModemManager-profiles
AppArmor profiles for ModemManager from project smar-apparmor-profiles.

%files -n ModemManager-profiles
%config %{_sysconfdir}/apparmor.d/ModemManager

# MozillaFirefox
%package -n MozillaFirefox-profiles
Summary:        AppArmor profiles for MozillaFirefox
Supplements:    MozillaFirefox
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
Suggests: kmozillahelper-profiles
Suggests: plasma-browser-integration-profiles
Suggests: sssd-profiles
%description -n MozillaFirefox-profiles
AppArmor profiles for MozillaFirefox from project smar-apparmor-profiles.

%files -n MozillaFirefox-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/firefox
%config %{_sysconfdir}/apparmor.d/firefox
%config %{_sysconfdir}/apparmor.d/firefox.sh
%config(noreplace) %{_sysconfdir}/apparmor.d/local/firefox

# PackageKit
%package -n PackageKit-profiles
Summary:        AppArmor profiles for PackageKit
Supplements:    PackageKit
BuildArch:      noarch
%description -n PackageKit-profiles
AppArmor profiles for PackageKit from project smar-apparmor-profiles.

%files -n PackageKit-profiles
%config %{_sysconfdir}/apparmor.d/packagekitd

# aaa_base
%package -n aaa_base-profiles
Summary:        AppArmor profiles for aaa_base
Supplements:    aaa_base
BuildArch:      noarch
Requires: systemd-profiles
%description -n aaa_base-profiles
AppArmor profiles for aaa_base from project smar-apparmor-profiles.

%files -n aaa_base-profiles
%config %{_sysconfdir}/apparmor.d/chkconfig
%config %{_sysconfdir}/apparmor.d/service

# aaa_base-extras
%package -n aaa_base-extras-profiles
Summary:        AppArmor profiles for aaa_base-extras
Supplements:    aaa_base-extras
BuildArch:      noarch
%description -n aaa_base-extras-profiles
AppArmor profiles for aaa_base-extras from project smar-apparmor-profiles.

%files -n aaa_base-extras-profiles
%config %{_sysconfdir}/apparmor.d/backup-rpmdb
%config %{_sysconfdir}/apparmor.d/backup-sysconfig
%config %{_sysconfdir}/apparmor.d/convert_sysctl

# accountsservice
%package -n accountsservice-profiles
Summary:        AppArmor profiles for accountsservice
Supplements:    accountsservice
BuildArch:      noarch
%description -n accountsservice-profiles
AppArmor profiles for accountsservice from project smar-apparmor-profiles.

%files -n accountsservice-profiles
%config %{_sysconfdir}/apparmor.d/accounts-daemon

# acpi
%package -n acpi-profiles
Summary:        AppArmor profiles for acpi
Supplements:    acpi
BuildArch:      noarch
%description -n acpi-profiles
AppArmor profiles for acpi from project smar-apparmor-profiles.

%files -n acpi-profiles
%config %{_sysconfdir}/apparmor.d/acpi

# akonadi
%package -n akonadi-profiles
Summary:        AppArmor profiles for akonadi
Supplements:    akonadi
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: sssd-profiles
%description -n akonadi-profiles
AppArmor profiles for akonadi from project smar-apparmor-profiles.

%files -n akonadi-profiles
%config %{_sysconfdir}/apparmor.d/akonadi_agent
%config %{_sysconfdir}/apparmor.d/akonadi_control
%config %{_sysconfdir}/apparmor.d/akonadi_html_to_text
%config %{_sysconfdir}/apparmor.d/akonadi_indexing_agent
%config %{_sysconfdir}/apparmor.d/akonadi_resource
%config %{_sysconfdir}/apparmor.d/akonadictl
%config %{_sysconfdir}/apparmor.d/akonadiimportwizard
%config %{_sysconfdir}/apparmor.d/akonadiserver

# akregator
%package -n akregator-profiles
Summary:        AppArmor profiles for akregator
Supplements:    akregator
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n akregator-profiles
AppArmor profiles for akregator from project smar-apparmor-profiles.

%files -n akregator-profiles
%config %{_sysconfdir}/apparmor.d/akregator

# alsa-utils
%package -n alsa-utils-profiles
Summary:        AppArmor profiles for alsa-utils
Supplements:    alsa-utils
BuildArch:      noarch
%description -n alsa-utils-profiles
AppArmor profiles for alsa-utils from project smar-apparmor-profiles.

%files -n alsa-utils-profiles
%config %{_sysconfdir}/apparmor.d/alsactl

# apparmor-parser
%package -n apparmor-parser-profiles
Summary:        AppArmor profiles for apparmor-parser
Supplements:    apparmor-parser
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n apparmor-parser-profiles
AppArmor profiles for apparmor-parser from project smar-apparmor-profiles.

%files -n apparmor-parser-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/apparmor_parser
%config %{_sysconfdir}/apparmor.d/apparmor_parser
%config(noreplace) %{_sysconfdir}/apparmor.d/local/lib.apparmor.apparmor.systemd
%config %{_sysconfdir}/apparmor.d/lib.apparmor.apparmor.systemd

# apparmor-utils
%package -n apparmor-utils-profiles
Summary:        AppArmor profiles for apparmor-utils
Supplements:    apparmor-utils
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: apparmor-parser-profiles
%description -n apparmor-utils-profiles
AppArmor profiles for apparmor-utils from project smar-apparmor-profiles.

%files -n apparmor-utils-profiles
%config %{_sysconfdir}/apparmor.d/aa-autodep
%config %{_sysconfdir}/apparmor.d/aa-logprof
%config %{_sysconfdir}/apparmor.d/aa-remove-unknown
%config %{_sysconfdir}/apparmor.d/aa-status
%config %{_sysconfdir}/apparmor.d/aa-unconfined

# appstream-glib
%package -n appstream-glib-profiles
Summary:        AppArmor profiles for appstream-glib
Supplements:    appstream-glib
BuildArch:      noarch
%description -n appstream-glib-profiles
AppArmor profiles for appstream-glib from project smar-apparmor-profiles.

%files -n appstream-glib-profiles
%config %{_sysconfdir}/apparmor.d/appstream-util

# apt-cacher-ng
%package -n apt-cacher-ng-profiles
Summary:        AppArmor profiles for apt-cacher-ng
Supplements:    apt-cacher-ng
BuildArch:      noarch
%description -n apt-cacher-ng-profiles
AppArmor profiles for apt-cacher-ng from project smar-apparmor-profiles.

%files -n apt-cacher-ng-profiles
%config %{_sysconfdir}/apparmor.d/apt-cacher-ng

# ark
%package -n ark-profiles
Summary:        AppArmor profiles for ark
Supplements:    ark
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n ark-profiles
AppArmor profiles for ark from project smar-apparmor-profiles.

%files -n ark-profiles
%config %{_sysconfdir}/apparmor.d/ark

# aru
%package -n aru-profiles
Summary:        AppArmor profiles for aru
Supplements:    aru
BuildArch:      noarch
%description -n aru-profiles
AppArmor profiles for aru from project smar-apparmor-profiles.

%files -n aru-profiles
%config %{_sysconfdir}/apparmor.d/aru

# at-spi2-core
%package -n at-spi2-core-profiles
Summary:        AppArmor profiles for at-spi2-core
Supplements:    at-spi2-core
BuildArch:      noarch
Requires: dbus-1-profiles
%description -n at-spi2-core-profiles
AppArmor profiles for at-spi2-core from project smar-apparmor-profiles.

%files -n at-spi2-core-profiles
%config %{_sysconfdir}/apparmor.d/at-spi-bus-launcher
%config %{_sysconfdir}/apparmor.d/at-spi2-registryd

# aucolor
%package -n aucolor-profiles
Summary:        AppArmor profiles for aucolor
Supplements:    aucolor
BuildArch:      noarch
%description -n aucolor-profiles
AppArmor profiles for aucolor from project smar-apparmor-profiles.

%files -n aucolor-profiles
%config %{_sysconfdir}/apparmor.d/aucolor

# audit
%package -n audit-profiles
Summary:        AppArmor profiles for audit
Supplements:    audit
BuildArch:      noarch
%description -n audit-profiles
AppArmor profiles for audit from project smar-apparmor-profiles.

%files -n audit-profiles
%config %{_sysconfdir}/apparmor.d/ausearch
%config %{_sysconfdir}/apparmor.d/auditd
%config %{_sysconfdir}/apparmor.d/augenrules
%config %{_sysconfdir}/apparmor.d/auditctl

# bind-utils
%package -n bind-utils-profiles
Summary:        AppArmor profiles for bind-utils
Supplements:    bind-utils
BuildArch:      noarch
%description -n bind-utils-profiles
AppArmor profiles for bind-utils from project smar-apparmor-profiles.

%files -n bind-utils-profiles
%config %{_sysconfdir}/apparmor.d/delv
%config %{_sysconfdir}/apparmor.d/dig
%config %{_sysconfdir}/apparmor.d/host

# binutils
%package -n binutils-profiles
Summary:        AppArmor profiles for binutils
Supplements:    binutils
BuildArch:      noarch
%description -n binutils-profiles
AppArmor profiles for binutils from project smar-apparmor-profiles.

%files -n binutils-profiles
%config %{_sysconfdir}/apparmor.d/usr.bin.ld.bfd

# bison
%package -n bison-profiles
Summary:        AppArmor profiles for bison
Supplements:    bison
BuildArch:      noarch
%description -n bison-profiles
AppArmor profiles for bison from project smar-apparmor-profiles.

%files -n bison-profiles
%config %{_sysconfdir}/apparmor.d/bison

# btrfsmaintenance
%package -n btrfsmaintenance-profiles
Summary:        AppArmor profiles for btrfsmaintenance
Supplements:    btrfsmaintenance
BuildArch:      noarch
Requires: btrfsprogs-profiles
%description -n btrfsmaintenance-profiles
AppArmor profiles for btrfsmaintenance from project smar-apparmor-profiles.

%files -n btrfsmaintenance-profiles
%config %{_sysconfdir}/apparmor.d/plugins.commit.btrfs-defrag-plugin.sh
%config %{_sysconfdir}/apparmor.d/btrfsmaintenance.btrfs-balance.sh
%config %{_sysconfdir}/apparmor.d/btrfsmaintenance.btrfs-scrub.sh

# btrfsprogs
%package -n btrfsprogs-profiles
Summary:        AppArmor profiles for btrfsprogs
Supplements:    btrfsprogs
BuildArch:      noarch
%description -n btrfsprogs-profiles
AppArmor profiles for btrfsprogs from project smar-apparmor-profiles.

%files -n btrfsprogs-profiles
%config %{_sysconfdir}/apparmor.d/btrfs

# build
%package -n build-profiles
Summary:        AppArmor profiles for build
Supplements:    build
BuildArch:      noarch
Provides: obs-build-profiles
Requires: git-core-profiles
%description -n build-profiles
AppArmor profiles for build from project smar-apparmor-profiles.

%files -n build-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/obs-build
%config %{_sysconfdir}/apparmor.d/lib/obs-build
%config %{_sysconfdir}/apparmor.d/lib/obs_build_common

# bzr
%package -n bzr-profiles
Summary:        AppArmor profiles for bzr
Supplements:    bzr
BuildArch:      noarch
%description -n bzr-profiles
AppArmor profiles for bzr from project smar-apparmor-profiles.

%files -n bzr-profiles
%config %{_sysconfdir}/apparmor.d/bzr

# ca-certificates
%package -n ca-certificates-profiles
Summary:        AppArmor profiles for ca-certificates
Supplements:    ca-certificates
BuildArch:      noarch
%description -n ca-certificates-profiles
AppArmor profiles for ca-certificates from project smar-apparmor-profiles.

%files -n ca-certificates-profiles
%config %{_sysconfdir}/apparmor.d/update-ca-certificates
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/update-ca-certificates

# catatonit
%package -n catatonit-profiles
Summary:        AppArmor profiles for catatonit
Supplements:    catatonit
BuildArch:      noarch
%description -n catatonit-profiles
AppArmor profiles for catatonit from project smar-apparmor-profiles.

%files -n catatonit-profiles
%config %{_sysconfdir}/apparmor.d/catatonit

# certbot
%package -n certbot-profiles
Summary:        AppArmor profiles for certbot
Supplements:    certbot
BuildArch:      noarch
%description -n certbot-profiles
AppArmor profiles for certbot from project smar-apparmor-profiles.

%files -n certbot-profiles
%config %{_sysconfdir}/apparmor.d/certbot

# chromium
%package -n chromium-profiles
Summary:        AppArmor profiles for chromium
Supplements:    chromium
BuildArch:      noarch
%description -n chromium-profiles
AppArmor profiles for chromium from project smar-apparmor-profiles.

%files -n chromium-profiles
%config %{_sysconfdir}/apparmor.d/chromium

# chrony
%package -n chrony-profiles
Summary:        AppArmor profiles for chrony
Supplements:    chrony
BuildArch:      noarch
%description -n chrony-profiles
AppArmor profiles for chrony from project smar-apparmor-profiles.

%files -n chrony-profiles
%config %{_sysconfdir}/apparmor.d/chronyc
%config %{_sysconfdir}/apparmor.d/chronyd

# clang
%package -n clang-profiles
Summary:        AppArmor profiles for clang
Supplements:    clang
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
Requires: binutils-profiles
Requires: llvm-profiles
%description -n clang-profiles
AppArmor profiles for clang from project smar-apparmor-profiles.

%files -n clang-profiles
%config %{_sysconfdir}/apparmor.d/clang

# cmake
%package -n cmake-profiles
Summary:        AppArmor profiles for cmake
Supplements:    cmake
BuildArch:      noarch
Requires: bison-profiles
Requires: gcc-profiles
Requires: make-profiles
Requires: gettext-runtime-profiles
Requires: libqt5-qtbase-common-devel-profiles
Requires: git-core-profiles
%description -n cmake-profiles
AppArmor profiles for cmake from project smar-apparmor-profiles.

%files -n cmake-profiles
%config %{_sysconfdir}/apparmor.d/cmake

# cni-plugins
%package -n cni-plugins-profiles
Summary:        AppArmor profiles for cni-plugins
Supplements:    cni-plugins
BuildArch:      noarch
%description -n cni-plugins-profiles
AppArmor profiles for cni-plugins from project smar-apparmor-profiles.

%files -n cni-plugins-profiles
%config %{_sysconfdir}/apparmor.d/cni.dhcp

# colord
%package -n colord-profiles
Summary:        AppArmor profiles for colord
Supplements:    colord
BuildArch:      noarch
%description -n colord-profiles
AppArmor profiles for colord from project smar-apparmor-profiles.

%files -n colord-profiles
%config %{_sysconfdir}/apparmor.d/colord-session

# coreutils
%package -n coreutils-profiles
Summary:        AppArmor profiles for coreutils
Supplements:    coreutils
BuildArch:      noarch
%description -n coreutils-profiles
AppArmor profiles for coreutils from project smar-apparmor-profiles.

%files -n coreutils-profiles
%config %{_sysconfdir}/apparmor.d/date
%config %{_sysconfdir}/apparmor.d/sleep
%config %{_sysconfdir}/apparmor.d/uptime

# createrepo_c
%package -n createrepo_c-profiles
Summary:        AppArmor profiles for createrepo_c
Supplements:    createrepo_c
BuildArch:      noarch
%description -n createrepo_c-profiles
AppArmor profiles for createrepo_c from project smar-apparmor-profiles.

%files -n createrepo_c-profiles
%config %{_sysconfdir}/apparmor.d/createrepo_c
%config %{_sysconfdir}/apparmor.d/modifyrepo_c

# cronie
%package -n cronie-profiles
Summary:        AppArmor profiles for cronie
Supplements:    cronie
BuildArch:      noarch
%description -n cronie-profiles
AppArmor profiles for cronie from project smar-apparmor-profiles.

%files -n cronie-profiles
%dir %{_unitdir}/cron.service.d
%{_unitdir}/cron.service.d/cronie.conf
%config %{_sysconfdir}/apparmor.d/cronie
%config %{_sysconfdir}/apparmor.d/cronie.run-crons
%config %{_sysconfdir}/apparmor.d/crontab
%dir %{_sysconfdir}/apparmor.d/cronie.d
%config %{_sysconfdir}/apparmor.d/cronie.d/README

# cryptsetup
%package -n cryptsetup-profiles
Summary:        AppArmor profiles for cryptsetup
Supplements:    cryptsetup
BuildArch:      noarch
%description -n cryptsetup-profiles
AppArmor profiles for cryptsetup from project smar-apparmor-profiles.

%files -n cryptsetup-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/cryptsetup
%config %{_sysconfdir}/apparmor.d/cryptsetup
%config %{_sysconfdir}/apparmor.d/cryptsetup-reencrypt
%config %{_sysconfdir}/apparmor.d/integritysetup
%config %{_sysconfdir}/apparmor.d/veritysetup

# crystal
%package -n crystal-profiles
Summary:        AppArmor profiles for crystal
Supplements:    crystal
BuildArch:      noarch
%description -n crystal-profiles
AppArmor profiles for crystal from project smar-apparmor-profiles.

%files -n crystal-profiles
%config %{_sysconfdir}/apparmor.d/crystal

# cups
%package -n cups-profiles
Summary:        AppArmor profiles for cups
Supplements:    cups
BuildArch:      noarch
%description -n cups-profiles
AppArmor profiles for cups from project smar-apparmor-profiles.

%files -n cups-profiles
%config %{_sysconfdir}/apparmor.d/cupsd

# curl
%package -n curl-profiles
Summary:        AppArmor profiles for curl
Supplements:    curl
BuildArch:      noarch
%description -n curl-profiles
AppArmor profiles for curl from project smar-apparmor-profiles.

%files -n curl-profiles
%config %{_sysconfdir}/apparmor.d/curl

# dbus-1
%package -n dbus-1-profiles
Summary:        AppArmor profiles for dbus-1
Supplements:    dbus-1
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: smar-apparmor-profiles-systemd-abstractions
%description -n dbus-1-profiles
AppArmor profiles for dbus-1 from project smar-apparmor-profiles.

%files -n dbus-1-profiles
%dir %{_unitdir}/dbus-daemon.service.d
%{_unitdir}/dbus-daemon.service.d/dbus-daemon.conf
%config %{_sysconfdir}/apparmor.d/dbus-daemon
%config %{_sysconfdir}/apparmor.d/dbus-daemon-launch-helper
%config %{_sysconfdir}/apparmor.d/dbus-run-session
%config %{_sysconfdir}/apparmor.d/dbus-send

# dconf
%package -n dconf-profiles
Summary:        AppArmor profiles for dconf
Supplements:    dconf
BuildArch:      noarch
%description -n dconf-profiles
AppArmor profiles for dconf from project smar-apparmor-profiles.

%files -n dconf-profiles
%config %{_sysconfdir}/apparmor.d/dconf-service

# deltarpm
%package -n deltarpm-profiles
Summary:        AppArmor profiles for deltarpm
Supplements:    deltarpm
BuildArch:      noarch
%description -n deltarpm-profiles
AppArmor profiles for deltarpm from project smar-apparmor-profiles.

%files -n deltarpm-profiles
%config %{_sysconfdir}/apparmor.d/applydeltarpm

# desktop-file-utils
%package -n desktop-file-utils-profiles
Summary:        AppArmor profiles for desktop-file-utils
Supplements:    desktop-file-utils
BuildArch:      noarch
%description -n desktop-file-utils-profiles
AppArmor profiles for desktop-file-utils from project smar-apparmor-profiles.

%files -n desktop-file-utils-profiles
%config %{_sysconfdir}/apparmor.d/update-desktop-database
%config(noreplace) %{_sysconfdir}/apparmor.d/local/update-desktop-database
%config %{_sysconfdir}/apparmor.d/suse-update-mime-defaults
%dir %{_sysconfdir}/apparmor.d/local/suse
%config(noreplace) %{_sysconfdir}/apparmor.d/local/suse/suse-update-mime-defaults

# digikam
%package -n digikam-profiles
Summary:        AppArmor profiles for digikam
Supplements:    digikam
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n digikam-profiles
AppArmor profiles for digikam from project smar-apparmor-profiles.

%files -n digikam-profiles
%config %{_sysconfdir}/apparmor.d/digikam

# discover
%package -n discover-profiles
Summary:        AppArmor profiles for discover
Supplements:    discover
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n discover-profiles
AppArmor profiles for discover from project smar-apparmor-profiles.

%files -n discover-profiles
%config %{_sysconfdir}/apparmor.d/plasma-discover

# dmidecode
%package -n dmidecode-profiles
Summary:        AppArmor profiles for dmidecode
Supplements:    dmidecode
BuildArch:      noarch
%description -n dmidecode-profiles
AppArmor profiles for dmidecode from project smar-apparmor-profiles.

%files -n dmidecode-profiles
%config %{_sysconfdir}/apparmor.d/dmidecode

# dolphin
%package -n dolphin-profiles
Summary:        AppArmor profiles for dolphin
Supplements:    dolphin
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n dolphin-profiles
AppArmor profiles for dolphin from project smar-apparmor-profiles.

%files -n dolphin-profiles
%config %{_sysconfdir}/apparmor.d/dolphin

# dpkg
%package -n dpkg-profiles
Summary:        AppArmor profiles for dpkg
Supplements:    dpkg
BuildArch:      noarch
%description -n dpkg-profiles
AppArmor profiles for dpkg from project smar-apparmor-profiles.

%files -n dpkg-profiles
%config %{_sysconfdir}/apparmor.d/dpkg-architecture
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/dpkg-architecture

# dracut
%package -n dracut-profiles
Summary:        AppArmor profiles for dracut
Supplements:    dracut
BuildArch:      noarch
Requires: udev-profiles
Requires: util-linux-profiles
Recommends: btrfsprogs-profiles
Suggests: systemd-profiles
%description -n dracut-profiles
AppArmor profiles for dracut from project smar-apparmor-profiles.

%files -n dracut-profiles
%config %{_sysconfdir}/apparmor.d/mkinitrd
%config %{_sysconfdir}/apparmor.d/dracut
%config %{_sysconfdir}/apparmor.d/dracut-install
%config %{_sysconfdir}/apparmor.d/lsinitrd

# drkonqi5
%package -n drkonqi5-profiles
Summary:        AppArmor profiles for drkonqi5
Supplements:    drkonqi5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: zypper-profiles
%description -n drkonqi5-profiles
AppArmor profiles for drkonqi5 from project smar-apparmor-profiles.

%files -n drkonqi5-profiles
%config %{_sysconfdir}/apparmor.d/drkonqi
%config %{_sysconfdir}/apparmor.d/installdbgsymbols.sh
%config(noreplace) %{_sysconfdir}/apparmor.d/local/drkonqi

# dstat
%package -n dstat-profiles
Summary:        AppArmor profiles for dstat
Supplements:    dstat
BuildArch:      noarch
%description -n dstat-profiles
AppArmor profiles for dstat from project smar-apparmor-profiles.

%files -n dstat-profiles
%config %{_sysconfdir}/apparmor.d/dstat

# e2fsprogs
%package -n e2fsprogs-profiles
Summary:        AppArmor profiles for e2fsprogs
Supplements:    e2fsprogs
BuildArch:      noarch
%description -n e2fsprogs-profiles
AppArmor profiles for e2fsprogs from project smar-apparmor-profiles.

%files -n e2fsprogs-profiles
%config %{_sysconfdir}/apparmor.d/chattr
%config %{_sysconfdir}/apparmor.d/fsck.ext3

# elektra
%package -n elektra-profiles
Summary:        AppArmor profiles for elektra
Supplements:    elektra
BuildArch:      noarch
%description -n elektra-profiles
AppArmor profiles for elektra from project smar-apparmor-profiles.

%files -n elektra-profiles
%config %{_sysconfdir}/apparmor.d/kdb
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/kdb

# ethtool
%package -n ethtool-profiles
Summary:        AppArmor profiles for ethtool
Supplements:    ethtool
BuildArch:      noarch
%description -n ethtool-profiles
AppArmor profiles for ethtool from project smar-apparmor-profiles.

%files -n ethtool-profiles
%config %{_sysconfdir}/apparmor.d/ethtool

# fai-toolkit
%package -n fai-toolkit-profiles
Summary:        AppArmor profiles for fai-toolkit
Supplements:    fai-toolkit
BuildArch:      noarch
%description -n fai-toolkit-profiles
AppArmor profiles for fai-toolkit from project smar-apparmor-profiles.

%files -n fai-toolkit-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/fai-toolkit
%config %{_sysconfdir}/apparmor.d/ft
%config %{_sysconfdir}/apparmor.d/namespaces.d/ft/

# ffmpeg
%package -n ffmpeg-profiles
Summary:        AppArmor profiles for ffmpeg
Supplements:    ffmpeg
BuildArch:      noarch
%description -n ffmpeg-profiles
AppArmor profiles for ffmpeg from project smar-apparmor-profiles.

%files -n ffmpeg-profiles
%config %{_sysconfdir}/apparmor.d/ffmpeg
%config %{_sysconfdir}/apparmor.d/ffprobe

# fish
%package -n fish-profiles
Summary:        AppArmor profiles for fish
Supplements:    fish
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
Requires: less-profiles
Requires: procps-profiles
Requires: subversion-profiles
Requires: systemd-profiles
Requires: xdm-profiles
Requires: git-core-profiles
Requires: krb5-client-profiles
Requires: btrfsmaintenance-profiles
Requires: libzypp-plugin-appdata-profiles
Requires: snapper-zypp-plugin-profiles
%description -n fish-profiles
AppArmor profiles for fish from project smar-apparmor-profiles.

%files -n fish-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/fish
%config(noreplace) %{_sysconfdir}/apparmor.d/local/kde_fish
%config %{_sysconfdir}/apparmor.d/namespaces.d/common_fish
%config(noreplace) %{_sysconfdir}/apparmor.d/local/common_fish
%config(noreplace) %{_sysconfdir}/apparmor.d/local/fish-sudo
%config %{_sysconfdir}/apparmor.d/fish
%config %{_sysconfdir}/apparmor.d/kde_fish
%config %{_sysconfdir}/apparmor.d/lib/common_fish
%config %{_sysconfdir}/apparmor.d/lib/fish-sudo

# fontconfig
%package -n fontconfig-profiles
Summary:        AppArmor profiles for fontconfig
Supplements:    fontconfig
BuildArch:      noarch
%description -n fontconfig-profiles
AppArmor profiles for fontconfig from project smar-apparmor-profiles.

%files -n fontconfig-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/fc-list
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/fc-match
%dir %{_sysconfdir}/apparmor.d/abstractions/fonts.d
%config %{_sysconfdir}/apparmor.d/abstractions/fonts.d/fontconfig
%config %{_sysconfdir}/apparmor.d/fc-list
%config %{_sysconfdir}/apparmor.d/fc-match

# fonts-config
%package -n fonts-config-profiles
Summary:        AppArmor profiles for fonts-config
Supplements:    fonts-config
BuildArch:      noarch
Recommends: xfs-profiles
%description -n fonts-config-profiles
AppArmor profiles for fonts-config from project smar-apparmor-profiles.

%files -n fonts-config-profiles
%config %{_sysconfdir}/apparmor.d/fonts-config
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/fonts-config

# freetype2
%package -n freetype2-profiles
Summary:        AppArmor profiles for freetype2
Supplements:    freetype2
BuildArch:      noarch
Provides: freetype-profiles
%description -n freetype2-profiles
AppArmor profiles for freetype2 from project smar-apparmor-profiles.

%files -n freetype2-profiles
%dir %{_sysconfdir}/apparmor.d/abstractions/fonts.d
%config %{_sysconfdir}/apparmor.d/abstractions/fonts.d/common_libraries

# fuse3
%package -n fuse3-profiles
Summary:        AppArmor profiles for fuse3
Supplements:    fuse3
BuildArch:      noarch
%description -n fuse3-profiles
AppArmor profiles for fuse3 from project smar-apparmor-profiles.

%files -n fuse3-profiles
%config %{_sysconfdir}/apparmor.d/fusermount3
%dir %{_sysconfdir}/apparmor.d/local/fuse
%config(noreplace) %{_sysconfdir}/apparmor.d/local/fuse/fusermount3

# fwupd
%package -n fwupd-profiles
Summary:        AppArmor profiles for fwupd
Supplements:    fwupd
BuildArch:      noarch
%description -n fwupd-profiles
AppArmor profiles for fwupd from project smar-apparmor-profiles.

%files -n fwupd-profiles
%config %{_sysconfdir}/apparmor.d/fwupd

# gcc
%package -n gcc-profiles
Summary:        AppArmor profiles for gcc
Supplements:    gcc
BuildArch:      noarch
%description -n gcc-profiles
AppArmor profiles for gcc from project smar-apparmor-profiles.

%files -n gcc-profiles
%config %{_sysconfdir}/apparmor.d/gcc
%config %{_sysconfdir}/apparmor.d/extra/gcc

# gconf2
%package -n gconf2-profiles
Summary:        AppArmor profiles for gconf2
Supplements:    gconf2
BuildArch:      noarch
%description -n gconf2-profiles
AppArmor profiles for gconf2 from project smar-apparmor-profiles.

%files -n gconf2-profiles
%config %{_sysconfdir}/apparmor.d/gconf.gconfd-2
%config %{_sysconfdir}/apparmor.d/gsettings-data-convert

# gcr-prompter
%package -n gcr-prompter-profiles
Summary:        AppArmor profiles for gcr-prompter
Supplements:    gcr-prompter
BuildArch:      noarch
%description -n gcr-prompter-profiles
AppArmor profiles for gcr-prompter from project smar-apparmor-profiles.

%files -n gcr-prompter-profiles
%config %{_sysconfdir}/apparmor.d/gcr-prompter

# gdb
%package -n gdb-profiles
Summary:        AppArmor profiles for gdb
Supplements:    gdb
BuildArch:      noarch
%description -n gdb-profiles
AppArmor profiles for gdb from project smar-apparmor-profiles.

%files -n gdb-profiles
%config %{_sysconfdir}/apparmor.d/gdb

# gettext-runtime
%package -n gettext-runtime-profiles
Summary:        AppArmor profiles for gettext-runtime
Supplements:    gettext-runtime
BuildArch:      noarch
%description -n gettext-runtime-profiles
AppArmor profiles for gettext-runtime from project smar-apparmor-profiles.

%files -n gettext-runtime-profiles
%config %{_sysconfdir}/apparmor.d/usr.bin.gettext
%config %{_sysconfdir}/apparmor.d/usr.bin.envsubst
%config %{_sysconfdir}/apparmor.d/usr.bin.msgmerge

# ghostscript
%package -n ghostscript-profiles
Summary:        AppArmor profiles for ghostscript
Supplements:    ghostscript
BuildArch:      noarch
%description -n ghostscript-profiles
AppArmor profiles for ghostscript from project smar-apparmor-profiles.

%files -n ghostscript-profiles
%config %{_sysconfdir}/apparmor.d/gs

# git-core
%package -n git-core-profiles
Summary:        AppArmor profiles for git-core
Supplements:    git-core
BuildArch:      noarch
Requires: smar-apparmor-profiles-less-abstractions
Requires: gettext-runtime-profiles
%description -n git-core-profiles
AppArmor profiles for git-core from project smar-apparmor-profiles.

%files -n git-core-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/git
%config(noreplace) %{_sysconfdir}/apparmor.d/abstractions/git
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/git
%config %{_sysconfdir}/apparmor.d/git
%config %{_sysconfdir}/apparmor.d/git-credential-store
%config %{_sysconfdir}/apparmor.d/git-mergetool
%config %{_sysconfdir}/apparmor.d/git-remote-http
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/git

# git-lfs
%package -n git-lfs-profiles
Summary:        AppArmor profiles for git-lfs
Supplements:    git-lfs
BuildArch:      noarch
%description -n git-lfs-profiles
AppArmor profiles for git-lfs from project smar-apparmor-profiles.

%files -n git-lfs-profiles
%config %{_sysconfdir}/apparmor.d/git-lfs
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/git-lfs

# git-svn
%package -n git-svn-profiles
Summary:        AppArmor profiles for git-svn
Supplements:    git-svn
BuildArch:      noarch
%description -n git-svn-profiles
AppArmor profiles for git-svn from project smar-apparmor-profiles.

%files -n git-svn-profiles
%config %{_sysconfdir}/apparmor.d/git-svn

# glib2-tools
%package -n glib2-tools-profiles
Summary:        AppArmor profiles for glib2-tools
Supplements:    glib2-tools
BuildArch:      noarch
%description -n glib2-tools-profiles
AppArmor profiles for glib2-tools from project smar-apparmor-profiles.

%files -n glib2-tools-profiles
%config %{_sysconfdir}/apparmor.d/glib-compile-schemas
%config %{_sysconfdir}/apparmor.d/gsettings

# glibc
%package -n glibc-profiles
Summary:        AppArmor profiles for glibc
Supplements:    glibc
BuildArch:      noarch
%description -n glibc-profiles
AppArmor profiles for glibc from project smar-apparmor-profiles.

%files -n glibc-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/iconvconfig
%config(noreplace) %{_sysconfdir}/apparmor.d/local/lib-ld.so
%config %{_sysconfdir}/apparmor.d/iconvconfig
%config %{_sysconfdir}/apparmor.d/ldconfig
%config %{_sysconfdir}/apparmor.d/lib-ld.so

# glibc-32bit
%package -n glibc-32bit-profiles
Summary:        AppArmor profiles for glibc-32bit
Supplements:    glibc-32bit
BuildArch:      noarch
%description -n glibc-32bit-profiles
AppArmor profiles for glibc-32bit from project smar-apparmor-profiles.

%files -n glibc-32bit-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/iconvconfig-32
%config %{_sysconfdir}/apparmor.d/iconvconfig-32

# gmenudbusmenuproxy
%package -n gmenudbusmenuproxy-profiles
Summary:        AppArmor profiles for gmenudbusmenuproxy
Supplements:    gmenudbusmenuproxy
BuildArch:      noarch
%description -n gmenudbusmenuproxy-profiles
AppArmor profiles for gmenudbusmenuproxy from project smar-apparmor-profiles.

%files -n gmenudbusmenuproxy-profiles
%config %{_sysconfdir}/apparmor.d/gmenudbusmenuproxy

# gnome-online-accounts
%package -n gnome-online-accounts-profiles
Summary:        AppArmor profiles for gnome-online-accounts
Supplements:    gnome-online-accounts
BuildArch:      noarch
Requires: sssd-profiles
%description -n gnome-online-accounts-profiles
AppArmor profiles for gnome-online-accounts from project smar-apparmor-profiles.

%files -n gnome-online-accounts-profiles
%config %{_sysconfdir}/apparmor.d/goa-daemon
%config %{_sysconfdir}/apparmor.d/goa-identity-service

# gpg2
%package -n gpg2-profiles
Summary:        AppArmor profiles for gpg2
Supplements:    gpg2
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
Requires: smar-apparmor-profiles-common
%description -n gpg2-profiles
AppArmor profiles for gpg2 from project smar-apparmor-profiles.

%files -n gpg2-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/gpg2
%config(noreplace) %{_sysconfdir}/apparmor.d/local/gpg-agent
%config(noreplace) %{_sysconfdir}/apparmor.d/local/scdaemon
%config %{_sysconfdir}/apparmor.d/dirmngr
%config %{_sysconfdir}/apparmor.d/gpg2
%config %{_sysconfdir}/apparmor.d/gpg-agent
%config %{_sysconfdir}/apparmor.d/gpg-connect-agent
%config %{_sysconfdir}/apparmor.d/gpgconf
%config %{_sysconfdir}/apparmor.d/gpgsm
%config %{_sysconfdir}/apparmor.d/keyboxd
%config %{_sysconfdir}/apparmor.d/scdaemon

# gpm
%package -n gpm-profiles
Summary:        AppArmor profiles for gpm
Supplements:    gpm
BuildArch:      noarch
%description -n gpm-profiles
AppArmor profiles for gpm from project smar-apparmor-profiles.

%files -n gpm-profiles
%config %{_sysconfdir}/apparmor.d/gpm

# graphviz
%package -n graphviz-profiles
Summary:        AppArmor profiles for graphviz
Supplements:    graphviz
BuildArch:      noarch
%description -n graphviz-profiles
AppArmor profiles for graphviz from project smar-apparmor-profiles.

%files -n graphviz-profiles
%config %{_sysconfdir}/apparmor.d/dot

# grub2
%package -n grub2-profiles
Summary:        AppArmor profiles for grub2
Supplements:    grub2
BuildArch:      noarch
Recommends: os-prober-profiles
%description -n grub2-profiles
AppArmor profiles for grub2 from project smar-apparmor-profiles.

%files -n grub2-profiles
%config %{_sysconfdir}/apparmor.d/grub-editenv
%config %{_sysconfdir}/apparmor.d/grub-install
%config %{_sysconfdir}/apparmor.d/grub-mkconfig
%config %{_sysconfdir}/apparmor.d/grub-probe
%config %{_sysconfdir}/apparmor.d/grub2-once
%config %{_sysconfdir}/apparmor.d/grub2-reboot

# gstreamer
%package -n gstreamer-profiles
Summary:        AppArmor profiles for gstreamer
Supplements:    gstreamer
BuildArch:      noarch
%description -n gstreamer-profiles
AppArmor profiles for gstreamer from project smar-apparmor-profiles.

%files -n gstreamer-profiles
%config %{_sysconfdir}/apparmor.d/gst-plugin-scanner

# gtk3-tools
%package -n gtk3-tools-profiles
Summary:        AppArmor profiles for gtk3-tools
Supplements:    gtk3-tools
BuildArch:      noarch
%description -n gtk3-tools-profiles
AppArmor profiles for gtk3-tools from project smar-apparmor-profiles.

%files -n gtk3-tools-profiles
%config %{_sysconfdir}/apparmor.d/gtk-query-immodules
%config %{_sysconfdir}/apparmor.d/gtk-update-icon-cache
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/gtk-query-immodules
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/gtk-update-icon-cache

# gvfs
%package -n gvfs-profiles
Summary:        AppArmor profiles for gvfs
Supplements:    gvfs
BuildArch:      noarch
%description -n gvfs-profiles
AppArmor profiles for gvfs from project smar-apparmor-profiles.

%files -n gvfs-profiles
%config %{_sysconfdir}/apparmor.d/gvfsd
%config %{_sysconfdir}/apparmor.d/gvfsd-metadata
%config %{_sysconfdir}/apparmor.d/gvfs-afc-volume-monitor
%config %{_sysconfdir}/apparmor.d/gvfs-gphoto2-volume-monitor
%config %{_sysconfdir}/apparmor.d/gvfs-mtp-volume-monitor
%config %{_sysconfdir}/apparmor.d/gvfs-udisks2-volume-monitor

# gwenview
%package -n gwenview-profiles
Summary:        AppArmor profiles for gwenview
Supplements:    gwenview
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n gwenview-profiles
AppArmor profiles for gwenview from project smar-apparmor-profiles.

%files -n gwenview-profiles
%config %{_sysconfdir}/apparmor.d/gwenview

# haveged
%package -n haveged-profiles
Summary:        AppArmor profiles for haveged
Supplements:    haveged
BuildArch:      noarch
%description -n haveged-profiles
AppArmor profiles for haveged from project smar-apparmor-profiles.

%files -n haveged-profiles
%config %{_sysconfdir}/apparmor.d/haveged

# hostinfo
%package -n hostinfo-profiles
Summary:        AppArmor profiles for hostinfo
Supplements:    hostinfo
BuildArch:      noarch
Provides: issue-generator-profiles
%description -n hostinfo-profiles
AppArmor profiles for hostinfo from project smar-apparmor-profiles.

%files -n hostinfo-profiles
%config %{_sysconfdir}/apparmor.d/hostinfo
%config %{_sysconfdir}/apparmor.d/issue-generator

# hostname
%package -n hostname-profiles
Summary:        AppArmor profiles for hostname
Supplements:    hostname
BuildArch:      noarch
%description -n hostname-profiles
AppArmor profiles for hostname from project smar-apparmor-profiles.

%files -n hostname-profiles
%config %{_sysconfdir}/apparmor.d/hostname

# htop
%package -n htop-profiles
Summary:        AppArmor profiles for htop
Supplements:    htop
BuildArch:      noarch
%description -n htop-profiles
AppArmor profiles for htop from project smar-apparmor-profiles.

%files -n htop-profiles
%config %{_sysconfdir}/apparmor.d/htop
%config(noreplace) %{_sysconfdir}/apparmor.d/local/htop

# hyphanet
%package -n hyphanet-profiles
Summary:        AppArmor profiles for hyphanet
Supplements:    hyphanet
BuildArch:      noarch
Provides: freenetproject-profiles
%description -n hyphanet-profiles
AppArmor profiles for hyphanet from project smar-apparmor-profiles.

%files -n hyphanet-profiles
%dir %{_sysconfdir}/apparmor.d/local/hyphanet
%config %{_sysconfdir}/apparmor.d/lib/hyphanet/
%config(noreplace) %{_sysconfdir}/apparmor.d/local/hyphanet/plugins
%config %{_sysconfdir}/apparmor.d/run.sh
%config %{_sysconfdir}/apparmor.d/wrapper
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/hyphanet

# ibus
%package -n ibus-profiles
Summary:        AppArmor profiles for ibus
Supplements:    ibus
BuildArch:      noarch
%description -n ibus-profiles
AppArmor profiles for ibus from project smar-apparmor-profiles.

%files -n ibus-profiles
%config %{_sysconfdir}/apparmor.d/ibus
%config %{_sysconfdir}/apparmor.d/ibus-autostart
%config %{_sysconfdir}/apparmor.d/ibus-daemon
%config %{_sysconfdir}/apparmor.d/ibus-engine-simple
%config %{_sysconfdir}/apparmor.d/ibus-extension-gtk3
%config %{_sysconfdir}/apparmor.d/ibus-portal
%config %{_sysconfdir}/apparmor.d/ibus-setup
%config %{_sysconfdir}/apparmor.d/ibus-ui-gtk3

# ibus-anthy
%package -n ibus-anthy-profiles
Summary:        AppArmor profiles for ibus-anthy
Supplements:    ibus-anthy
BuildArch:      noarch
Recommends: ibus-profiles
%description -n ibus-anthy-profiles
AppArmor profiles for ibus-anthy from project smar-apparmor-profiles.

%files -n ibus-anthy-profiles
%config %{_sysconfdir}/apparmor.d/ibus-engine-anthy
%config %{_sysconfdir}/apparmor.d/ibus-setup-anthy

# ibus-m17n
%package -n ibus-m17n-profiles
Summary:        AppArmor profiles for ibus-m17n
Supplements:    ibus-m17n
BuildArch:      noarch
Recommends: ibus-profiles
%description -n ibus-m17n-profiles
AppArmor profiles for ibus-m17n from project smar-apparmor-profiles.

%files -n ibus-m17n-profiles
%config %{_sysconfdir}/apparmor.d/ibus-engine-m17n
%config %{_sysconfdir}/apparmor.d/ibus-setup-m17n

# iotop
%package -n iotop-profiles
Summary:        AppArmor profiles for iotop
Supplements:    iotop
BuildArch:      noarch
Supplements: iotop-c
%description -n iotop-profiles
AppArmor profiles for iotop from project smar-apparmor-profiles.

%files -n iotop-profiles
%config %{_sysconfdir}/apparmor.d/iotop

# iproute2
%package -n iproute2-profiles
Summary:        AppArmor profiles for iproute2
Supplements:    iproute2
BuildArch:      noarch
%description -n iproute2-profiles
AppArmor profiles for iproute2 from project smar-apparmor-profiles.

%files -n iproute2-profiles
%dir %{_sysconfdir}/apparmor.d/local/iproute2
%config(noreplace) %{_sysconfdir}/apparmor.d/local/iproute2/ip
%config %{_sysconfdir}/apparmor.d/ip
%config %{_sysconfdir}/apparmor.d/rtmon
%config %{_sysconfdir}/apparmor.d/ss

# irqbalance
%package -n irqbalance-profiles
Summary:        AppArmor profiles for irqbalance
Supplements:    irqbalance
BuildArch:      noarch
%description -n irqbalance-profiles
AppArmor profiles for irqbalance from project smar-apparmor-profiles.

%files -n irqbalance-profiles
%config %{_sysconfdir}/apparmor.d/irqbalance

# java-headless
%package -n java-headless-profiles
Summary:        AppArmor profiles for java-headless
Supplements:    java-headless
BuildArch:      noarch
%description -n java-headless-profiles
AppArmor profiles for java-headless from project smar-apparmor-profiles.

%files -n java-headless-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/abstractions/java
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/java

# kactivitymanagerd
%package -n kactivitymanagerd-profiles
Summary:        AppArmor profiles for kactivitymanagerd
Supplements:    kactivitymanagerd
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kactivitymanagerd-profiles
AppArmor profiles for kactivitymanagerd from project smar-apparmor-profiles.

%files -n kactivitymanagerd-profiles
%config %{_sysconfdir}/apparmor.d/kactivitymanagerd

# kalendarac
%package -n kalendarac-profiles
Summary:        AppArmor profiles for kalendarac
Supplements:    kalendarac
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kalendarac-profiles
AppArmor profiles for kalendarac from project smar-apparmor-profiles.

%files -n kalendarac-profiles
%config %{_sysconfdir}/apparmor.d/kalendarac

# kate
%package -n kate-profiles
Summary:        AppArmor profiles for kate
Supplements:    kate
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kate-profiles
AppArmor profiles for kate from project smar-apparmor-profiles.

%files -n kate-profiles
%config %{_sysconfdir}/apparmor.d/kate

# kbd
%package -n kbd-profiles
Summary:        AppArmor profiles for kbd
Supplements:    kbd
BuildArch:      noarch
%description -n kbd-profiles
AppArmor profiles for kbd from project smar-apparmor-profiles.

%files -n kbd-profiles
%config %{_sysconfdir}/apparmor.d/dumpkeys
%config %{_sysconfdir}/apparmor.d/kbdsettings
%config %{_sysconfdir}/apparmor.d/loadkeys

# kconf_update5
%package -n kconf_update5-profiles
Summary:        AppArmor profiles for kconf_update5
Supplements:    kconf_update5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kconf_update5-profiles
AppArmor profiles for kconf_update5 from project smar-apparmor-profiles.

%files -n kconf_update5-profiles
%config %{_sysconfdir}/apparmor.d/kconf_update

# kde-cli-tools5
%package -n kde-cli-tools5-profiles
Summary:        AppArmor profiles for kde-cli-tools5
Supplements:    kde-cli-tools5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Recommends: yast2-profiles
%description -n kde-cli-tools5-profiles
AppArmor profiles for kde-cli-tools5 from project smar-apparmor-profiles.

%files -n kde-cli-tools5-profiles
%config %{_sysconfdir}/apparmor.d/kcmshell5
%config %{_sysconfdir}/apparmor.d/kde-open5
%config %{_sysconfdir}/apparmor.d/keditfiletype
%config %{_sysconfdir}/apparmor.d/kmimetypefinder5
%config %{_sysconfdir}/apparmor.d/kstart
%config %{_sysconfdir}/apparmor.d/kioclient5
%config %{_sysconfdir}/apparmor.d/kioexec
%config %{_sysconfdir}/apparmor.d/kdesu

# kdeconnect-kde
%package -n kdeconnect-kde-profiles
Summary:        AppArmor profiles for kdeconnect-kde
Supplements:    kdeconnect-kde
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kdeconnect-kde-profiles
AppArmor profiles for kdeconnect-kde from project smar-apparmor-profiles.

%files -n kdeconnect-kde-profiles
%config %{_sysconfdir}/apparmor.d/kdeconnectd

# kded
%package -n kded-profiles
Summary:        AppArmor profiles for kded
Supplements:    kded
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Recommends: xsettingsd-profiles
Recommends: kconf_update5-profiles
Recommends: utempter-profiles
%description -n kded-profiles
AppArmor profiles for kded from project smar-apparmor-profiles.

%files -n kded-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/kde/kded5
%config %{_sysconfdir}/apparmor.d/kded5

# kdepim-runtime
%package -n kdepim-runtime-profiles
Summary:        AppArmor profiles for kdepim-runtime
Supplements:    kdepim-runtime
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: sssd-profiles
%description -n kdepim-runtime-profiles
AppArmor profiles for kdepim-runtime from project smar-apparmor-profiles.

%files -n kdepim-runtime-profiles
%config %{_sysconfdir}/apparmor.d/akonadi_davgroupware_resource
%config %{_sysconfdir}/apparmor.d/akonadi_imap_resource
%config %{_sysconfdir}/apparmor.d/akonadi_maildir_resource

# kdevelop5
%package -n kdevelop5-profiles
Summary:        AppArmor profiles for kdevelop5
Supplements:    kdevelop5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: bzr-profiles
Requires: clang-profiles
Requires: cmake-profiles
Requires: make-profiles
Requires: llvm-profiles
Requires: libqt5-qdbus-profiles
Requires: libqt5-qtbase-common-devel-profiles
Requires: subversion-profiles
Requires: xdg-utils-profiles
Requires: utempter-profiles
%description -n kdevelop5-profiles
AppArmor profiles for kdevelop5 from project smar-apparmor-profiles.

%files -n kdevelop5-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/kdevelop
%config %{_sysconfdir}/apparmor.d/kdevelop
%config %{_sysconfdir}/apparmor.d/lib/kdevelop.builder

# kdiff3
%package -n kdiff3-profiles
Summary:        AppArmor profiles for kdiff3
Supplements:    kdiff3
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kdiff3-profiles
AppArmor profiles for kdiff3 from project smar-apparmor-profiles.

%files -n kdiff3-profiles
%config %{_sysconfdir}/apparmor.d/kdiff3

# keepassxc
%package -n keepassxc-profiles
Summary:        AppArmor profiles for keepassxc
Supplements:    keepassxc
BuildArch:      noarch
%description -n keepassxc-profiles
AppArmor profiles for keepassxc from project smar-apparmor-profiles.

%files -n keepassxc-profiles
%dir %{_sysconfdir}/apparmor.d/abstractions/freedesktop.org.d
%config %{_sysconfdir}/apparmor.d/abstractions/freedesktop.org.d/keepassxc
%config %{_sysconfdir}/apparmor.d/keepassxc
%config %{_sysconfdir}/apparmor.d/keepassxc-proxy
%config(noreplace) %{_sysconfdir}/apparmor.d/local/keepassxc

# kglobalaccel5
%package -n kglobalaccel5-profiles
Summary:        AppArmor profiles for kglobalaccel5
Supplements:    kglobalaccel5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kglobalaccel5-profiles
AppArmor profiles for kglobalaccel5 from project smar-apparmor-profiles.

%files -n kglobalaccel5-profiles
%config %{_sysconfdir}/apparmor.d/kglobalaccel5

# kgpg
%package -n kgpg-profiles
Summary:        AppArmor profiles for kgpg
Supplements:    kgpg
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: gpg2-profiles
%description -n kgpg-profiles
AppArmor profiles for kgpg from project smar-apparmor-profiles.

%files -n kgpg-profiles
%config %{_sysconfdir}/apparmor.d/kgpg

# khelpcenter5
%package -n khelpcenter5-profiles
Summary:        AppArmor profiles for khelpcenter5
Supplements:    khelpcenter5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n khelpcenter5-profiles
AppArmor profiles for khelpcenter5 from project smar-apparmor-profiles.

%files -n khelpcenter5-profiles
%config %{_sysconfdir}/apparmor.d/khelpcenter

# kinit
%package -n kinit-profiles
Summary:        AppArmor profiles for kinit
Supplements:    kinit
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: smar-apparmor-profiles-ruby-abstractions
Requires: man-profiles
Recommends: konsole-profiles
%description -n kinit-profiles
AppArmor profiles for kinit from project smar-apparmor-profiles.

%files -n kinit-profiles
%config %{_sysconfdir}/apparmor.d/klauncher
%config %{_sysconfdir}/apparmor.d/start_kdeinit
%config %{_sysconfdir}/apparmor.d/start_kdeinit_wrapper
%config(noreplace) %{_sysconfdir}/apparmor.d/local/kde/kdeinit5
%config(noreplace) %{_sysconfdir}/apparmor.d/local/kde/kdeinit5_gs
%config %{_sysconfdir}/apparmor.d/kdeinit5
%config %{_sysconfdir}/apparmor.d/kdeinit5_shutdown

# kio
%package -n kio-profiles
Summary:        AppArmor profiles for kio
Supplements:    kio
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kio-profiles
AppArmor profiles for kio from project smar-apparmor-profiles.

%files -n kio-profiles
%config %{_sysconfdir}/apparmor.d/kioslave5

# kio-core
%package -n kio-core-profiles
Summary:        AppArmor profiles for kio-core
Supplements:    kio-core
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kio-core-profiles
AppArmor profiles for kio-core from project smar-apparmor-profiles.

%files -n kio-core-profiles
%config %{_sysconfdir}/apparmor.d/lib/kioworker/
%config %{_sysconfdir}/apparmor.d/kiod5
%config %{_sysconfdir}/apparmor.d/kio_http_cache_cleaner

# kiwix-desktop
%package -n kiwix-desktop-profiles
Summary:        AppArmor profiles for kiwix-desktop
Supplements:    kiwix-desktop
BuildArch:      noarch
%description -n kiwix-desktop-profiles
AppArmor profiles for kiwix-desktop from project smar-apparmor-profiles.

%files -n kiwix-desktop-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/kiwix
%config %{_sysconfdir}/apparmor.d/kiwix-desktop

# kleopatra
%package -n kleopatra-profiles
Summary:        AppArmor profiles for kleopatra
Supplements:    kleopatra
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: gpg2-profiles
%description -n kleopatra-profiles
AppArmor profiles for kleopatra from project smar-apparmor-profiles.

%files -n kleopatra-profiles
%config %{_sysconfdir}/apparmor.d/kleopatra

# kmail
%package -n kmail-profiles
Summary:        AppArmor profiles for kmail
Supplements:    kmail
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: okular-profiles
%description -n kmail-profiles
AppArmor profiles for kmail from project smar-apparmor-profiles.

%files -n kmail-profiles
%config %{_sysconfdir}/apparmor.d/kmail
%config %{_sysconfdir}/apparmor.d/kmail.accountwizard

# kmix
%package -n kmix-profiles
Summary:        AppArmor profiles for kmix
Supplements:    kmix
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Recommends: pulseaudio-profiles
%description -n kmix-profiles
AppArmor profiles for kmix from project smar-apparmor-profiles.

%files -n kmix-profiles
%config %{_sysconfdir}/apparmor.d/kmix
%config %{_sysconfdir}/apparmor.d/kmixctrl

# kmod
%package -n kmod-profiles
Summary:        AppArmor profiles for kmod
Supplements:    kmod
BuildArch:      noarch
%description -n kmod-profiles
AppArmor profiles for kmod from project smar-apparmor-profiles.

%files -n kmod-profiles
%config %{_sysconfdir}/apparmor.d/kmod
%dir %{_sysconfdir}/apparmor.d/lib/kernel/
%config %{_sysconfdir}/apparmor.d/lib/kernel/modprobe
%config %{_sysconfdir}/apparmor.d/lib/kernel/modules-read-only

# kmozillahelper
%package -n kmozillahelper-profiles
Summary:        AppArmor profiles for kmozillahelper
Supplements:    kmozillahelper
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: kinit-profiles
%description -n kmozillahelper-profiles
AppArmor profiles for kmozillahelper from project smar-apparmor-profiles.

%files -n kmozillahelper-profiles
%config %{_sysconfdir}/apparmor.d/kmozillahelper

# kodi
%package -n kodi-profiles
Summary:        AppArmor profiles for kodi
Supplements:    kodi
BuildArch:      noarch
%description -n kodi-profiles
AppArmor profiles for kodi from project smar-apparmor-profiles.

%files -n kodi-profiles
%config %{_sysconfdir}/apparmor.d/kodi

# kompare
%package -n kompare-profiles
Summary:        AppArmor profiles for kompare
Supplements:    kompare
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kompare-profiles
AppArmor profiles for kompare from project smar-apparmor-profiles.

%files -n kompare-profiles
%config %{_sysconfdir}/apparmor.d/kompare

# konsole
%package -n konsole-profiles
Summary:        AppArmor profiles for konsole
Supplements:    konsole
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Recommends: kinit-profiles
Recommends: utempter-profiles
%description -n konsole-profiles
AppArmor profiles for konsole from project smar-apparmor-profiles.

%files -n konsole-profiles
%config %{_sysconfdir}/apparmor.d/konsole
%config %{_sysconfdir}/apparmor.d/lib/common_konsole

# kontact
%package -n kontact-profiles
Summary:        AppArmor profiles for kontact
Supplements:    kontact
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: akonadi-profiles
%description -n kontact-profiles
AppArmor profiles for kontact from project smar-apparmor-profiles.

%files -n kontact-profiles
%config %{_sysconfdir}/apparmor.d/kontact

# korganizer
%package -n korganizer-profiles
Summary:        AppArmor profiles for korganizer
Supplements:    korganizer
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: akonadi-profiles
%description -n korganizer-profiles
AppArmor profiles for korganizer from project smar-apparmor-profiles.

%files -n korganizer-profiles
%config %{_sysconfdir}/apparmor.d/korganizer
%config %{_sysconfdir}/apparmor.d/korgac

# krb5-client
%package -n krb5-client-profiles
Summary:        AppArmor profiles for krb5-client
Supplements:    krb5-client
BuildArch:      noarch
%description -n krb5-client-profiles
AppArmor profiles for krb5-client from project smar-apparmor-profiles.

%files -n krb5-client-profiles
%dir %{_sysconfdir}/apparmor.d/abstractions/kerberosclient.d
%config %{_sysconfdir}/apparmor.d/abstractions/kerberosclient.d/smar-additions
%config %{_sysconfdir}/apparmor.d/kadmin
%config %{_sysconfdir}/apparmor.d/kinit
%config %{_sysconfdir}/apparmor.d/klist

# krita
%package -n krita-profiles
Summary:        AppArmor profiles for krita
Supplements:    krita
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n krita-profiles
AppArmor profiles for krita from project smar-apparmor-profiles.

%files -n krita-profiles
%config %{_sysconfdir}/apparmor.d/krita

# kscreen5
%package -n kscreen5-profiles
Summary:        AppArmor profiles for kscreen5
Supplements:    kscreen5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kscreen5-profiles
AppArmor profiles for kscreen5 from project smar-apparmor-profiles.

%files -n kscreen5-profiles
%config %{_sysconfdir}/apparmor.d/kscreen_osd_service

# kscreenlocker
%package -n kscreenlocker-profiles
Summary:        AppArmor profiles for kscreenlocker
Supplements:    kscreenlocker
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: smar-apparmor-profiles-common
%description -n kscreenlocker-profiles
AppArmor profiles for kscreenlocker from project smar-apparmor-profiles.

%files -n kscreenlocker-profiles
%config %{_sysconfdir}/apparmor.d/kcheckpass
%config %{_sysconfdir}/apparmor.d/kscreenlocker_greet
%config(noreplace) %{_sysconfdir}/apparmor.d/local/usr.lib64.libexec.kcheckpass

# kservice
%package -n kservice-profiles
Summary:        AppArmor profiles for kservice
Supplements:    kservice
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kservice-profiles
AppArmor profiles for kservice from project smar-apparmor-profiles.

%files -n kservice-profiles
%config %{_sysconfdir}/apparmor.d/kbuildsycoca5

# ksshaskpass5
%package -n ksshaskpass5-profiles
Summary:        AppArmor profiles for ksshaskpass5
Supplements:    ksshaskpass5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n ksshaskpass5-profiles
AppArmor profiles for ksshaskpass5 from project smar-apparmor-profiles.

%files -n ksshaskpass5-profiles
%config %{_sysconfdir}/apparmor.d/ksshaskpass

# ksysguard5
%package -n ksysguard5-profiles
Summary:        AppArmor profiles for ksysguard5
Supplements:    ksysguard5
BuildArch:      noarch
%description -n ksysguard5-profiles
AppArmor profiles for ksysguard5 from project smar-apparmor-profiles.

%files -n ksysguard5-profiles
%config %{_sysconfdir}/apparmor.d/ksysguardd
%config %{_sysconfdir}/apparmor.d/ksysguard

# ksystemstats5
%package -n ksystemstats5-profiles
Summary:        AppArmor profiles for ksystemstats5
Supplements:    ksystemstats5
BuildArch:      noarch
Provides: ksystemstats-profiles
%description -n ksystemstats5-profiles
AppArmor profiles for ksystemstats5 from project smar-apparmor-profiles.

%files -n ksystemstats5-profiles
%config %{_sysconfdir}/apparmor.d/ksystemstats

# ktnef
%package -n ktnef-profiles
Summary:        AppArmor profiles for ktnef
Supplements:    ktnef
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n ktnef-profiles
AppArmor profiles for ktnef from project smar-apparmor-profiles.

%files -n ktnef-profiles
%config %{_sysconfdir}/apparmor.d/ktnef

# ktorrent
%package -n ktorrent-profiles
Summary:        AppArmor profiles for ktorrent
Supplements:    ktorrent
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n ktorrent-profiles
AppArmor profiles for ktorrent from project smar-apparmor-profiles.

%files -n ktorrent-profiles
%config %{_sysconfdir}/apparmor.d/ktorrent
%config(noreplace) %{_sysconfdir}/apparmor.d/local/ktorrent

# kvm_stat
%package -n kvm_stat-profiles
Summary:        AppArmor profiles for kvm_stat
Supplements:    kvm_stat
BuildArch:      noarch
%description -n kvm_stat-profiles
AppArmor profiles for kvm_stat from project smar-apparmor-profiles.

%files -n kvm_stat-profiles
%config %{_sysconfdir}/apparmor.d/kvm_stat

# kwallet
%package -n kwallet-profiles
Summary:        AppArmor profiles for kwallet
Supplements:    kwallet
BuildArch:      noarch
Provides: kwalletd5-profiles
Provides: kwalletmanager5-profiles
Requires: smar-apparmor-profiles-kde-abstractions
Supplements: kwalletd5
Supplements: kwalletmanager5
%description -n kwallet-profiles
AppArmor profiles for kwallet from project smar-apparmor-profiles.

%files -n kwallet-profiles
%config %{_sysconfdir}/apparmor.d/kwalletd5
%config %{_sysconfdir}/apparmor.d/kwalletmanager5

# kwin5
%package -n kwin5-profiles
Summary:        AppArmor profiles for kwin5
Supplements:    kwin5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kwin5-profiles
AppArmor profiles for kwin5 from project smar-apparmor-profiles.

%files -n kwin5-profiles
%config %{_sysconfdir}/apparmor.d/kwin_wayland
%config %{_sysconfdir}/apparmor.d/kwin_x11

# kwrite
%package -n kwrite-profiles
Summary:        AppArmor profiles for kwrite
Supplements:    kwrite
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n kwrite-profiles
AppArmor profiles for kwrite from project smar-apparmor-profiles.

%files -n kwrite-profiles
%config %{_sysconfdir}/apparmor.d/kwrite

# labplot-kf5
%package -n labplot-kf5-profiles
Summary:        AppArmor profiles for labplot-kf5
Supplements:    labplot-kf5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n labplot-kf5-profiles
AppArmor profiles for labplot-kf5 from project smar-apparmor-profiles.

%files -n labplot-kf5-profiles
%config %{_sysconfdir}/apparmor.d/labplot2

# lddtree
%package -n lddtree-profiles
Summary:        AppArmor profiles for lddtree
Supplements:    lddtree
BuildArch:      noarch
%description -n lddtree-profiles
AppArmor profiles for lddtree from project smar-apparmor-profiles.

%files -n lddtree-profiles
%config %{_sysconfdir}/apparmor.d/lddtree

# less
%package -n less-profiles
Summary:        AppArmor profiles for less
Supplements:    less
BuildArch:      noarch
%description -n less-profiles
AppArmor profiles for less from project smar-apparmor-profiles.

%files -n less-profiles
%config %{_sysconfdir}/apparmor.d/less

# libKF5ConfigCore5
%package -n libKF5ConfigCore5-profiles
Summary:        AppArmor profiles for libKF5ConfigCore5
Supplements:    libKF5ConfigCore5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n libKF5ConfigCore5-profiles
AppArmor profiles for libKF5ConfigCore5 from project smar-apparmor-profiles.

%files -n libKF5ConfigCore5-profiles
%config %{_sysconfdir}/apparmor.d/kreadconfig5

# libKF5Su5
%package -n libKF5Su5-profiles
Summary:        AppArmor profiles for libKF5Su5
Supplements:    libKF5Su5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n libKF5Su5-profiles
AppArmor profiles for libKF5Su5 from project smar-apparmor-profiles.

%files -n libKF5Su5-profiles
%config %{_sysconfdir}/apparmor.d/kdesud

# libcontainers-common
%package -n libcontainers-common-profiles
Summary:        AppArmor profiles for libcontainers-common
Supplements:    libcontainers-common
BuildArch:      noarch
%description -n libcontainers-common-profiles
AppArmor profiles for libcontainers-common from project smar-apparmor-profiles.

%files -n libcontainers-common-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/containers

# libdrm_amdgpu1
%package -n libdrm_amdgpu1-profiles
Summary:        AppArmor profiles for libdrm_amdgpu1
Supplements:    libdrm_amdgpu1
BuildArch:      noarch
%description -n libdrm_amdgpu1-profiles
AppArmor profiles for libdrm_amdgpu1 from project smar-apparmor-profiles.

%files -n libdrm_amdgpu1-profiles
%dir %{_sysconfdir}/apparmor.d/abstractions/mesa.d
%config %{_sysconfdir}/apparmor.d/abstractions/mesa.d/amdgpu

# libkscreen2-plugin
%package -n libkscreen2-plugin-profiles
Summary:        AppArmor profiles for libkscreen2-plugin
Supplements:    libkscreen2-plugin
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n libkscreen2-plugin-profiles
AppArmor profiles for libkscreen2-plugin from project smar-apparmor-profiles.

%files -n libkscreen2-plugin-profiles
%config %{_sysconfdir}/apparmor.d/kscreen_backend_launcher

# libostree
%package -n libostree-profiles
Summary:        AppArmor profiles for libostree
Supplements:    libostree
BuildArch:      noarch
%description -n libostree-profiles
AppArmor profiles for libostree from project smar-apparmor-profiles.

%files -n libostree-profiles
%config %{_sysconfdir}/apparmor.d/ostree
%config %{_sysconfdir}/apparmor.d/ostree-system-generator

# libqt5-linguist
%package -n libqt5-linguist-profiles
Summary:        AppArmor profiles for libqt5-linguist
Supplements:    libqt5-linguist
BuildArch:      noarch
%description -n libqt5-linguist-profiles
AppArmor profiles for libqt5-linguist from project smar-apparmor-profiles.

%files -n libqt5-linguist-profiles
%config %{_sysconfdir}/apparmor.d/lrelease
%config %{_sysconfdir}/apparmor.d/lupdate

# libqt5-qdbus
%package -n libqt5-qdbus-profiles
Summary:        AppArmor profiles for libqt5-qdbus
Supplements:    libqt5-qdbus
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n libqt5-qdbus-profiles
AppArmor profiles for libqt5-qdbus from project smar-apparmor-profiles.

%files -n libqt5-qdbus-profiles
%config %{_sysconfdir}/apparmor.d/qdbus

# libqt5-qtbase-common-devel
%package -n libqt5-qtbase-common-devel-profiles
Summary:        AppArmor profiles for libqt5-qtbase-common-devel
Supplements:    libqt5-qtbase-common-devel
BuildArch:      noarch
%description -n libqt5-qtbase-common-devel-profiles
AppArmor profiles for libqt5-qtbase-common-devel from project smar-apparmor-profiles.

%files -n libqt5-qtbase-common-devel-profiles
%config %{_sysconfdir}/apparmor.d/moc
%config %{_sysconfdir}/apparmor.d/qmake
%config %{_sysconfdir}/apparmor.d/rcc
%config %{_sysconfdir}/apparmor.d/uic

# libqt5-qtwebengine
%package -n libqt5-qtwebengine-profiles
Summary:        AppArmor profiles for libqt5-qtwebengine
Supplements:    libqt5-qtwebengine
BuildArch:      noarch
%description -n libqt5-qtwebengine-profiles
AppArmor profiles for libqt5-qtwebengine from project smar-apparmor-profiles.

%files -n libqt5-qtwebengine-profiles
%config %{_sysconfdir}/apparmor.d/qt5.QtWebEngineProcess

# libreoffice
%package -n libreoffice-profiles
Summary:        AppArmor profiles for libreoffice
Supplements:    libreoffice
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
Requires: smar-apparmor-profiles-kde-abstractions
Requires: kde-cli-tools5-profiles
%description -n libreoffice-profiles
AppArmor profiles for libreoffice from project smar-apparmor-profiles.

%files -n libreoffice-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/libreoffice-soffice.bin
%config %{_sysconfdir}/apparmor.d/libreoffice-share-linker
%config %{_sysconfdir}/apparmor.d/libreoffice.program.javaldx
%config %{_sysconfdir}/apparmor.d/libreoffice.program.oosplash
%config %{_sysconfdir}/apparmor.d/libreoffice.program.soffice
%config %{_sysconfdir}/apparmor.d/libreoffice.program.soffice.bin
%config %{_sysconfdir}/apparmor.d/libreoffice.program.xpdfimport

# libzypp
%package -n libzypp-profiles
Summary:        AppArmor profiles for libzypp
Supplements:    libzypp
BuildArch:      noarch
%description -n libzypp-profiles
AppArmor profiles for libzypp from project smar-apparmor-profiles.

%files -n libzypp-profiles
%config %{_sysconfdir}/apparmor.d/zypp-NameReqPrv

# libzypp-plugin-appdata
%package -n libzypp-plugin-appdata-profiles
Summary:        AppArmor profiles for libzypp-plugin-appdata
Supplements:    libzypp-plugin-appdata
BuildArch:      noarch
Requires: appstream-glib-profiles
%description -n libzypp-plugin-appdata-profiles
AppArmor profiles for libzypp-plugin-appdata from project smar-apparmor-profiles.

%files -n libzypp-plugin-appdata-profiles
%config %{_sysconfdir}/apparmor.d/plugins.appdata.InstallAppdata
%config %{_sysconfdir}/apparmor.d/libzypp.AsHelper

# lldb
%package -n lldb-profiles
Summary:        AppArmor profiles for lldb
Supplements:    lldb
BuildArch:      noarch
Supplements: lldb13
Supplements: lldb14
Supplements: lldb15
Supplements: lldb16
Supplements: lldb17
Supplements: lldb18
Requires: llvm-profiles
%description -n lldb-profiles
AppArmor profiles for lldb from project smar-apparmor-profiles.

%files -n lldb-profiles
%config %{_sysconfdir}/apparmor.d/lldb
%config %{_sysconfdir}/apparmor.d/lldb-server

# llvm
%package -n llvm-profiles
Summary:        AppArmor profiles for llvm
Supplements:    llvm
BuildArch:      noarch
Supplements: llvm13
Supplements: llvm14
Supplements: llvm15
Supplements: llvm16
Supplements: llvm17
Supplements: llvm18
Supplements: llvm19
Supplements: llvm20
%description -n llvm-profiles
AppArmor profiles for llvm from project smar-apparmor-profiles.

%files -n llvm-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/llvm

# logrotate
%package -n logrotate-profiles
Summary:        AppArmor profiles for logrotate
Supplements:    logrotate
BuildArch:      noarch
%description -n logrotate-profiles
AppArmor profiles for logrotate from project smar-apparmor-profiles.

%files -n logrotate-profiles
%dir %{_unitdir}/logrotate.service.d
%{_unitdir}/logrotate.service.d/logrotate.conf
%config(noreplace) %{_sysconfdir}/apparmor.d/local/logrotate
%config %{_sysconfdir}/apparmor.d/logrotate
%config %{_sysconfdir}/apparmor.d/cron.daily.logrotate

# lshw
%package -n lshw-profiles
Summary:        AppArmor profiles for lshw
Supplements:    lshw
BuildArch:      noarch
%description -n lshw-profiles
AppArmor profiles for lshw from project smar-apparmor-profiles.

%files -n lshw-profiles
%config %{_sysconfdir}/apparmor.d/lshw

# lsof
%package -n lsof-profiles
Summary:        AppArmor profiles for lsof
Supplements:    lsof
BuildArch:      noarch
%description -n lsof-profiles
AppArmor profiles for lsof from project smar-apparmor-profiles.

%files -n lsof-profiles
%config %{_sysconfdir}/apparmor.d/lsof

# lsyncd
%package -n lsyncd-profiles
Summary:        AppArmor profiles for lsyncd
Supplements:    lsyncd
BuildArch:      noarch
%description -n lsyncd-profiles
AppArmor profiles for lsyncd from project smar-apparmor-profiles.

%files -n lsyncd-profiles
%dir %{_unitdir}/lsyncd.service.d
%{_unitdir}/lsyncd.service.d/lsyncd.service.conf
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/lsyncd
%config %{_sysconfdir}/apparmor.d/lsyncd

# lvm2
%package -n lvm2-profiles
Summary:        AppArmor profiles for lvm2
Supplements:    lvm2
BuildArch:      noarch
%description -n lvm2-profiles
AppArmor profiles for lvm2 from project smar-apparmor-profiles.

%files -n lvm2-profiles
%config %{_sysconfdir}/apparmor.d/lvm
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/lvm
%config %{_sysconfdir}/apparmor.d/lvm2-activation-generator

# make
%package -n make-profiles
Summary:        AppArmor profiles for make
Supplements:    make
BuildArch:      noarch
Requires: llvm-profiles
%description -n make-profiles
AppArmor profiles for make from project smar-apparmor-profiles.

%files -n make-profiles
%config %{_sysconfdir}/apparmor.d/make
%config(noreplace) %{_sysconfdir}/apparmor.d/local/make

# man
%package -n man-profiles
Summary:        AppArmor profiles for man
Supplements:    man
BuildArch:      noarch
Requires: smar-apparmor-profiles-less-abstractions
%description -n man-profiles
AppArmor profiles for man from project smar-apparmor-profiles.

%files -n man-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/man-pages
%config %{_sysconfdir}/apparmor.d/apropos
%config %{_sysconfdir}/apparmor.d/man
%config %{_sysconfdir}/apparmor.d/mandb
%config %{_sysconfdir}/apparmor.d/man-db.do_mandb
%config %{_sysconfdir}/apparmor.d/man-db.man
%config %{_sysconfdir}/apparmor.d/whatis
%config(noreplace) %{_sysconfdir}/apparmor.d/local/man
%config %{_sysconfdir}/apparmor.d/lib/man-pages

# mcelog
%package -n mcelog-profiles
Summary:        AppArmor profiles for mcelog
Supplements:    mcelog
BuildArch:      noarch
%description -n mcelog-profiles
AppArmor profiles for mcelog from project smar-apparmor-profiles.

%files -n mcelog-profiles
%dir %{_unitdir}/mcelog.service.d
%{_unitdir}/mcelog.service.d/systemd.service.mcelog.conf
%config %{_sysconfdir}/apparmor.d/mcelog

# mdadm
%package -n mdadm-profiles
Summary:        AppArmor profiles for mdadm
Supplements:    mdadm
BuildArch:      noarch
%description -n mdadm-profiles
AppArmor profiles for mdadm from project smar-apparmor-profiles.

%files -n mdadm-profiles
%dir %{_unitdir}/mdcheck_continue.service.d
%{_unitdir}/mdcheck_continue.service.d/mdcheck.conf
%dir %{_unitdir}/mdcheck_start.service.d
%{_unitdir}/mdcheck_start.service.d/mdcheck.conf
%config %{_sysconfdir}/apparmor.d/mdadm
%config %{_sysconfdir}/apparmor.d/mdcheck

# memcached
%package -n memcached-profiles
Summary:        AppArmor profiles for memcached
Supplements:    memcached
BuildArch:      noarch
%description -n memcached-profiles
AppArmor profiles for memcached from project smar-apparmor-profiles.

%files -n memcached-profiles
%config %{_sysconfdir}/apparmor.d/memcached

# mlocate
%package -n mlocate-profiles
Summary:        AppArmor profiles for mlocate
Supplements:    mlocate
BuildArch:      noarch
%description -n mlocate-profiles
AppArmor profiles for mlocate from project smar-apparmor-profiles.

%files -n mlocate-profiles
%dir %{_unitdir}/mlocate.service.d
%{_unitdir}/mlocate.service.d/systemd.service.mlocate.conf
%config %{_sysconfdir}/apparmor.d/locate
%config %{_sysconfdir}/apparmor.d/updatedb

# mosh
%package -n mosh-profiles
Summary:        AppArmor profiles for mosh
Supplements:    mosh
BuildArch:      noarch
%description -n mosh-profiles
AppArmor profiles for mosh from project smar-apparmor-profiles.

%files -n mosh-profiles
%config %{_sysconfdir}/apparmor.d/mosh-client

# mozc
%package -n mozc-profiles
Summary:        AppArmor profiles for mozc
Supplements:    mozc
BuildArch:      noarch
%description -n mozc-profiles
AppArmor profiles for mozc from project smar-apparmor-profiles.

%files -n mozc-profiles
%config %{_sysconfdir}/apparmor.d/ibus-engine-mozc
%config %{_sysconfdir}/apparmor.d/mozc.mozc_server
%config %{_sysconfdir}/apparmor.d/mozc.mozc_tool

# mpv
%package -n mpv-profiles
Summary:        AppArmor profiles for mpv
Supplements:    mpv
BuildArch:      noarch
%description -n mpv-profiles
AppArmor profiles for mpv from project smar-apparmor-profiles.

%files -n mpv-profiles
%config %{_sysconfdir}/apparmor.d/mpv
%config(noreplace) %{_sysconfdir}/apparmor.d/local/mpv

# multipath-tools
%package -n multipath-tools-profiles
Summary:        AppArmor profiles for multipath-tools
Supplements:    multipath-tools
BuildArch:      noarch
%description -n multipath-tools-profiles
AppArmor profiles for multipath-tools from project smar-apparmor-profiles.

%files -n multipath-tools-profiles
%config %{_sysconfdir}/apparmor.d/multipath

# mysql-client
%package -n mysql-client-profiles
Summary:        AppArmor profiles for mysql-client
Supplements:    mysql-client
BuildArch:      noarch
Provides: mariadb-client-profiles
%description -n mysql-client-profiles
AppArmor profiles for mysql-client from project smar-apparmor-profiles.

%files -n mysql-client-profiles
%config %{_sysconfdir}/apparmor.d/mysqladmin

# mysql-server
%package -n mysql-server-profiles
Summary:        AppArmor profiles for mysql-server
Supplements:    mysql-server
BuildArch:      noarch
Provides: mariadb-server-profiles
%description -n mysql-server-profiles
AppArmor profiles for mysql-server from project smar-apparmor-profiles.

%files -n mysql-server-profiles
%config %{_sysconfdir}/apparmor.d/mariadb-upgrade
%config %{_sysconfdir}/apparmor.d/mysql-systemd-helper
%config %{_sysconfdir}/apparmor.d/mysqld
%config %{_sysconfdir}/apparmor.d/lib/mariadb-install-db

# nethogs
%package -n nethogs-profiles
Summary:        AppArmor profiles for nethogs
Supplements:    nethogs
BuildArch:      noarch
%description -n nethogs-profiles
AppArmor profiles for nethogs from project smar-apparmor-profiles.

%files -n nethogs-profiles
%config %{_sysconfdir}/apparmor.d/nethogs

# nfs-client
%package -n nfs-client-profiles
Summary:        AppArmor profiles for nfs-client
Supplements:    nfs-client
BuildArch:      noarch
Suggests: sssd-profiles
%description -n nfs-client-profiles
AppArmor profiles for nfs-client from project smar-apparmor-profiles.

%files -n nfs-client-profiles
%config %{_sysconfdir}/apparmor.d/mount.nfs
%dir %{_sysconfdir}/apparmor.d/local/nfs
%config(noreplace) %{_sysconfdir}/apparmor.d/local/nfs/rpc.gssd
%config %{_sysconfdir}/apparmor.d/rpc.gssd
%config %{_sysconfdir}/apparmor.d/rpc.lockd
%config %{_sysconfdir}/apparmor.d/rpc.statd
%config %{_sysconfdir}/apparmor.d/rpc.svcgssd
%config %{_sysconfdir}/apparmor.d/sm-notify
%config %{_sysconfdir}/apparmor.d/nfs-server-generator
%config %{_sysconfdir}/apparmor.d/rpc-pipefs-generator

# nftables
%package -n nftables-profiles
Summary:        AppArmor profiles for nftables
Supplements:    nftables
BuildArch:      noarch
%description -n nftables-profiles
AppArmor profiles for nftables from project smar-apparmor-profiles.

%files -n nftables-profiles
%config %{_sysconfdir}/apparmor.d/nft

# nginx
%package -n nginx-profiles
Summary:        AppArmor profiles for nginx
Supplements:    nginx
BuildArch:      noarch
%description -n nginx-profiles
AppArmor profiles for nginx from project smar-apparmor-profiles.

%files -n nginx-profiles
%config %{_sysconfdir}/apparmor.d/nginx
%dir %{_sysconfdir}/apparmor.d/lib/logrotate.d
%config %{_sysconfdir}/apparmor.d/lib/logrotate.d/nginx

# nheko
%package -n nheko-profiles
Summary:        AppArmor profiles for nheko
Supplements:    nheko
BuildArch:      noarch
%description -n nheko-profiles
AppArmor profiles for nheko from project smar-apparmor-profiles.

%files -n nheko-profiles
%config %{_sysconfdir}/apparmor.d/nheko

# ninja
%package -n ninja-profiles
Summary:        AppArmor profiles for ninja
Supplements:    ninja
BuildArch:      noarch
%description -n ninja-profiles
AppArmor profiles for ninja from project smar-apparmor-profiles.

%files -n ninja-profiles
%config %{_sysconfdir}/apparmor.d/ninja

# nmap
%package -n nmap-profiles
Summary:        AppArmor profiles for nmap
Supplements:    nmap
BuildArch:      noarch
%description -n nmap-profiles
AppArmor profiles for nmap from project smar-apparmor-profiles.

%files -n nmap-profiles
%config %{_sysconfdir}/apparmor.d/nmap

# nodejs
%package -n nodejs-profiles
Summary:        AppArmor profiles for nodejs
Supplements:    nodejs
BuildArch:      noarch
%description -n nodejs-profiles
AppArmor profiles for nodejs from project smar-apparmor-profiles.

%files -n nodejs-profiles
%config %{_sysconfdir}/apparmor.d/node

# nvme-cli
%package -n nvme-cli-profiles
Summary:        AppArmor profiles for nvme-cli
Supplements:    nvme-cli
BuildArch:      noarch
%description -n nvme-cli-profiles
AppArmor profiles for nvme-cli from project smar-apparmor-profiles.

%files -n nvme-cli-profiles
%config %{_sysconfdir}/apparmor.d/nvme

# obs-server
%package -n obs-server-profiles
Summary:        AppArmor profiles for obs-server
Supplements:    obs-server
BuildArch:      noarch
%description -n obs-server-profiles
AppArmor profiles for obs-server from project smar-apparmor-profiles.

%files -n obs-server-profiles
%config %{_sysconfdir}/apparmor.d/obsscheduler
%config %{_sysconfdir}/apparmor.d/obs.bs_admin
%config %{_sysconfdir}/apparmor.d/obs.bs_deltastore
%config %{_sysconfdir}/apparmor.d/obs.bs_dispatch
%config %{_sysconfdir}/apparmor.d/obs.bs_notifyforward
%config %{_sysconfdir}/apparmor.d/obs.bs_publish
%config %{_sysconfdir}/apparmor.d/obs.bs_repserver
%config %{_sysconfdir}/apparmor.d/obs.bs_sched
%config %{_sysconfdir}/apparmor.d/obs.bs_service
%config %{_sysconfdir}/apparmor.d/obs.bs_servicedispatch
%config %{_sysconfdir}/apparmor.d/obs.bs_signer
%config %{_sysconfdir}/apparmor.d/obs.bs_srcserver
%config %{_sysconfdir}/apparmor.d/obs.bs_warden
%config %{_sysconfdir}/apparmor.d/obs.cleanup_scm_cache
%dir %{_sysconfdir}/apparmor.d/abstractions/smar-strict.d
%dir %{_sysconfdir}/apparmor.d/abstractions/system-daemon.d
%dir %{_sysconfdir}/apparmor.d/local/obs
%config %{_sysconfdir}/apparmor.d/abstractions/smar-strict.d/obs
%config %{_sysconfdir}/apparmor.d/abstractions/system-daemon.d/obs
%config %{_sysconfdir}/apparmor.d/lib/obs-server
%config %{_sysconfdir}/apparmor.d/lib/obs.bs_sched-debian
%config %{_sysconfdir}/apparmor.d/lib/obs.BSStdRunner
%config(noreplace) %{_sysconfdir}/apparmor.d/local/obs/obsscheduler
%config(noreplace) %{_sysconfdir}/apparmor.d/local/obs/bs_signer
%config %{_sysconfdir}/apparmor.d/cronie.d/obs.cleanup_scm_cache

# obs-service-format_spec_file
%package -n obs-service-format_spec_file-profiles
Summary:        AppArmor profiles for obs-service-format_spec_file
Supplements:    obs-service-format_spec_file
BuildArch:      noarch
%description -n obs-service-format_spec_file-profiles
AppArmor profiles for obs-service-format_spec_file from project smar-apparmor-profiles.

%files -n obs-service-format_spec_file-profiles
%config %{_sysconfdir}/apparmor.d/obs.service.format_spec_file

# obs-service-recompress
%package -n obs-service-recompress-profiles
Summary:        AppArmor profiles for obs-service-recompress
Supplements:    obs-service-recompress
BuildArch:      noarch
%description -n obs-service-recompress-profiles
AppArmor profiles for obs-service-recompress from project smar-apparmor-profiles.

%files -n obs-service-recompress-profiles
%config %{_sysconfdir}/apparmor.d/obs.service.recompress

# obs-service-set_version
%package -n obs-service-set_version-profiles
Summary:        AppArmor profiles for obs-service-set_version
Supplements:    obs-service-set_version
BuildArch:      noarch
%description -n obs-service-set_version-profiles
AppArmor profiles for obs-service-set_version from project smar-apparmor-profiles.

%files -n obs-service-set_version-profiles
%config %{_sysconfdir}/apparmor.d/obs.service.set_version

# obs-service-source_validator
%package -n obs-service-source_validator-profiles
Summary:        AppArmor profiles for obs-service-source_validator
Supplements:    obs-service-source_validator
BuildArch:      noarch
%description -n obs-service-source_validator-profiles
AppArmor profiles for obs-service-source_validator from project smar-apparmor-profiles.

%files -n obs-service-source_validator-profiles
%config %{_sysconfdir}/apparmor.d/obs.service.source_validator

# obs-service-tar_scm
%package -n obs-service-tar_scm-profiles
Summary:        AppArmor profiles for obs-service-tar_scm
Supplements:    obs-service-tar_scm
BuildArch:      noarch
Recommends: git-core-profiles
%description -n obs-service-tar_scm-profiles
AppArmor profiles for obs-service-tar_scm from project smar-apparmor-profiles.

%files -n obs-service-tar_scm-profiles
%config %{_sysconfdir}/apparmor.d/obs.service.tar_scm

# obs-signd
%package -n obs-signd-profiles
Summary:        AppArmor profiles for obs-signd
Supplements:    obs-signd
BuildArch:      noarch
%description -n obs-signd-profiles
AppArmor profiles for obs-signd from project smar-apparmor-profiles.

%files -n obs-signd-profiles
%config %{_sysconfdir}/apparmor.d/sign
%config %{_sysconfdir}/apparmor.d/signd

# obs-utils
%package -n obs-utils-profiles
Summary:        AppArmor profiles for obs-utils
Supplements:    obs-utils
BuildArch:      noarch
Requires: osc-profiles
%description -n obs-utils-profiles
AppArmor profiles for obs-utils from project smar-apparmor-profiles.

%files -n obs-utils-profiles
%config %{_sysconfdir}/apparmor.d/obs_project_update

# obs-worker
%package -n obs-worker-profiles
Summary:        AppArmor profiles for obs-worker
Supplements:    obs-worker
BuildArch:      noarch
Requires: build-profiles
%description -n obs-worker-profiles
AppArmor profiles for obs-worker from project smar-apparmor-profiles.

%files -n obs-worker-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/bs_worker
%dir %{_unitdir}/obsworker.service.d
%{_unitdir}/obsworker.service.d/obsworker.conf
%config %{_sysconfdir}/apparmor.d/obsworker

# oidentd
%package -n oidentd-profiles
Summary:        AppArmor profiles for oidentd
Supplements:    oidentd
BuildArch:      noarch
%description -n oidentd-profiles
AppArmor profiles for oidentd from project smar-apparmor-profiles.

%files -n oidentd-profiles
%config %{_sysconfdir}/apparmor.d/oidentd

# okteta
%package -n okteta-profiles
Summary:        AppArmor profiles for okteta
Supplements:    okteta
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n okteta-profiles
AppArmor profiles for okteta from project smar-apparmor-profiles.

%files -n okteta-profiles
%config %{_sysconfdir}/apparmor.d/okteta

# okular
%package -n okular-profiles
Summary:        AppArmor profiles for okular
Supplements:    okular
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n okular-profiles
AppArmor profiles for okular from project smar-apparmor-profiles.

%files -n okular-profiles
%config %{_sysconfdir}/apparmor.d/okular

# open-iscsi
%package -n open-iscsi-profiles
Summary:        AppArmor profiles for open-iscsi
Supplements:    open-iscsi
BuildArch:      noarch
%description -n open-iscsi-profiles
AppArmor profiles for open-iscsi from project smar-apparmor-profiles.

%files -n open-iscsi-profiles
%config %{_sysconfdir}/apparmor.d/ibft-rule-generator

# openconnect
%package -n openconnect-profiles
Summary:        AppArmor profiles for openconnect
Supplements:    openconnect
BuildArch:      noarch
%description -n openconnect-profiles
AppArmor profiles for openconnect from project smar-apparmor-profiles.

%files -n openconnect-profiles
%config %{_sysconfdir}/apparmor.d/openconnect
%config %{_sysconfdir}/apparmor.d/openconnect.vpnc-script

# openrazer-daemon
%package -n openrazer-daemon-profiles
Summary:        AppArmor profiles for openrazer-daemon
Supplements:    openrazer-daemon
BuildArch:      noarch
Requires: smar-apparmor-profiles-systemd-abstractions
%description -n openrazer-daemon-profiles
AppArmor profiles for openrazer-daemon from project smar-apparmor-profiles.

%files -n openrazer-daemon-profiles
%config %{_sysconfdir}/apparmor.d/openrazer-daemon

# openssh
%package -n openssh-profiles
Summary:        AppArmor profiles for openssh
Supplements:    openssh
BuildArch:      noarch
Requires: gpg2-profiles
%description -n openssh-profiles
AppArmor profiles for openssh from project smar-apparmor-profiles.

%files -n openssh-profiles
%dir %{_sysconfdir}/apparmor.d/pam
%dir %{_sysconfdir}/apparmor.d/pam/abstractions
%config %{_sysconfdir}/apparmor.d/lib/ssh_client
%config %{_sysconfdir}/apparmor.d/pam/mappings
%config %{_sysconfdir}/apparmor.d/pam/abstractions/confined_user
%config %{_sysconfdir}/apparmor.d/pam/abstractions/unconfined_user
%config %{_sysconfdir}/apparmor.d/pam/abstractions/default_user
%config %{_sysconfdir}/apparmor.d/pam/abstractions/user_base
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/ssh
%config %{_sysconfdir}/apparmor.d/ssh
%config %{_sysconfdir}/apparmor.d/ssh-agent
%config %{_sysconfdir}/apparmor.d/ssh.sftp-server
%config %{_sysconfdir}/apparmor.d/sshd
%config(noreplace) %{_sysconfdir}/apparmor.d/local/sshd

# os-prober
%package -n os-prober-profiles
Summary:        AppArmor profiles for os-prober
Supplements:    os-prober
BuildArch:      noarch
Requires: util-linux-profiles
%description -n os-prober-profiles
AppArmor profiles for os-prober from project smar-apparmor-profiles.

%files -n os-prober-profiles
%config %{_sysconfdir}/apparmor.d/os-prober

# osc
%package -n osc-profiles
Summary:        AppArmor profiles for osc
Supplements:    osc
BuildArch:      noarch
Requires: smar-apparmor-profiles-less-abstractions
Requires: build-profiles
Suggests: git-core-profiles
%description -n osc-profiles
AppArmor profiles for osc from project smar-apparmor-profiles.

%files -n osc-profiles
%config %{_sysconfdir}/apparmor.d/osc
%dir %{_sysconfdir}/apparmor.d/local/obs
%config(noreplace) %{_sysconfdir}/apparmor.d/local/obs/osc

# oyranos
%package -n oyranos-profiles
Summary:        AppArmor profiles for oyranos
Supplements:    oyranos
BuildArch:      noarch
%description -n oyranos-profiles
AppArmor profiles for oyranos from project smar-apparmor-profiles.

%files -n oyranos-profiles
%config %{_sysconfdir}/apparmor.d/oyranos-compat-gnome

# oyranos-monitor
%package -n oyranos-monitor-profiles
Summary:        AppArmor profiles for oyranos-monitor
Supplements:    oyranos-monitor
BuildArch:      noarch
Recommends: oyranos-profiles
%description -n oyranos-monitor-profiles
AppArmor profiles for oyranos-monitor from project smar-apparmor-profiles.

%files -n oyranos-monitor-profiles
%config %{_sysconfdir}/apparmor.d/oyranos-monitor

# p7zip
%package -n p7zip-profiles
Summary:        AppArmor profiles for p7zip
Supplements:    p7zip
BuildArch:      noarch
%description -n p7zip-profiles
AppArmor profiles for p7zip from project smar-apparmor-profiles.

%files -n p7zip-profiles
%config %{_sysconfdir}/apparmor.d/p7zip

# pam-config
%package -n pam-config-profiles
Summary:        AppArmor profiles for pam-config
Supplements:    pam-config
BuildArch:      noarch
%description -n pam-config-profiles
AppArmor profiles for pam-config from project smar-apparmor-profiles.

%files -n pam-config-profiles
%config %{_sysconfdir}/apparmor.d/pam-config

# pam_kwallet-common
%package -n pam_kwallet-common-profiles
Summary:        AppArmor profiles for pam_kwallet-common
Supplements:    pam_kwallet-common
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n pam_kwallet-common-profiles
AppArmor profiles for pam_kwallet-common from project smar-apparmor-profiles.

%files -n pam_kwallet-common-profiles
%config %{_sysconfdir}/apparmor.d/pam_kwallet_init

# parted
%package -n parted-profiles
Summary:        AppArmor profiles for parted
Supplements:    parted
BuildArch:      noarch
%description -n parted-profiles
AppArmor profiles for parted from project smar-apparmor-profiles.

%files -n parted-profiles
%config %{_sysconfdir}/apparmor.d/partprobe

# pciutils
%package -n pciutils-profiles
Summary:        AppArmor profiles for pciutils
Supplements:    pciutils
BuildArch:      noarch
%description -n pciutils-profiles
AppArmor profiles for pciutils from project smar-apparmor-profiles.

%files -n pciutils-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/sbin.lspci
%config %{_sysconfdir}/apparmor.d/sbin.lspci

# perl-Bootloader
%package -n perl-Bootloader-profiles
Summary:        AppArmor profiles for perl-Bootloader
Supplements:    perl-Bootloader
BuildArch:      noarch
%description -n perl-Bootloader-profiles
AppArmor profiles for perl-Bootloader from project smar-apparmor-profiles.

%files -n perl-Bootloader-profiles
%config %{_sysconfdir}/apparmor.d/bootloader.bootloader_entry
%config %{_sysconfdir}/apparmor.d/bootloader.grub2.config
%config %{_sysconfdir}/apparmor.d/pbl

# permissions
%package -n permissions-profiles
Summary:        AppArmor profiles for permissions
Supplements:    permissions
BuildArch:      noarch
%description -n permissions-profiles
AppArmor profiles for permissions from project smar-apparmor-profiles.

%files -n permissions-profiles
%config %{_sysconfdir}/apparmor.d/chkstat

# permissions-zypp-plugin
%package -n permissions-zypp-plugin-profiles
Summary:        AppArmor profiles for permissions-zypp-plugin
Supplements:    permissions-zypp-plugin
BuildArch:      noarch
%description -n permissions-zypp-plugin-profiles
AppArmor profiles for permissions-zypp-plugin from project smar-apparmor-profiles.

%files -n permissions-zypp-plugin-profiles
%config %{_sysconfdir}/apparmor.d/plugins.commit.permissions.py

# pinentry
%package -n pinentry-profiles
Summary:        AppArmor profiles for pinentry
Supplements:    pinentry
BuildArch:      noarch
%description -n pinentry-profiles
AppArmor profiles for pinentry from project smar-apparmor-profiles.

%files -n pinentry-profiles
%config %{_sysconfdir}/apparmor.d/pinentry

# pipewire
%package -n pipewire-profiles
Summary:        AppArmor profiles for pipewire
Supplements:    pipewire
BuildArch:      noarch
%description -n pipewire-profiles
AppArmor profiles for pipewire from project smar-apparmor-profiles.

%files -n pipewire-profiles
%dir %{_userunitdir}/pipewire-media-session.service.d
%{_userunitdir}/pipewire-media-session.service.d/pipewire-media-session.conf
%config %{_sysconfdir}/apparmor.d/pipewire
%config %{_sysconfdir}/apparmor.d/pipewire-media-session

# plasma-browser-integration
%package -n plasma-browser-integration-profiles
Summary:        AppArmor profiles for plasma-browser-integration
Supplements:    plasma-browser-integration
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: smar-apparmor-profiles-common
%description -n plasma-browser-integration-profiles
AppArmor profiles for plasma-browser-integration from project smar-apparmor-profiles.

%files -n plasma-browser-integration-profiles
%config %{_sysconfdir}/apparmor.d/plasma-browser-integration-host

# plasma5-desktop
%package -n plasma5-desktop-profiles
Summary:        AppArmor profiles for plasma5-desktop
Supplements:    plasma5-desktop
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n plasma5-desktop-profiles
AppArmor profiles for plasma5-desktop from project smar-apparmor-profiles.

%files -n plasma5-desktop-profiles
%config %{_sysconfdir}/apparmor.d/kaccess

# plasma5-disks
%package -n plasma5-disks-profiles
Summary:        AppArmor profiles for plasma5-disks
Supplements:    plasma5-disks
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n plasma5-disks-profiles
AppArmor profiles for plasma5-disks from project smar-apparmor-profiles.

%files -n plasma5-disks-profiles
%config %{_sysconfdir}/apparmor.d/kded-smart-helper

# plasma5-systemmonitor
%package -n plasma5-systemmonitor-profiles
Summary:        AppArmor profiles for plasma5-systemmonitor
Supplements:    plasma5-systemmonitor
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n plasma5-systemmonitor-profiles
AppArmor profiles for plasma5-systemmonitor from project smar-apparmor-profiles.

%files -n plasma5-systemmonitor-profiles
%config %{_sysconfdir}/apparmor.d/plasma-systemmonitor

# plasma5-workspace
%package -n plasma5-workspace-profiles
Summary:        AppArmor profiles for plasma5-workspace
Supplements:    plasma5-workspace
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: kinit-profiles
Requires: libKF5ConfigCore5-profiles
Requires: libqt5-qdbus-profiles
Requires: powerdevil5-profiles
Requires: yast2-profiles
%description -n plasma5-workspace-profiles
AppArmor profiles for plasma5-workspace from project smar-apparmor-profiles.

%files -n plasma5-workspace-profiles
%config %{_sysconfdir}/apparmor.d/ksmserver
%config %{_sysconfdir}/apparmor.d/plasma-shutdown
%config %{_sysconfdir}/apparmor.d/startkde
%config %{_sysconfdir}/apparmor.d/krunner
%config %{_sysconfdir}/apparmor.d/baloorunner
%config %{_sysconfdir}/apparmor.d/ksmserver-logout-greeter
%config %{_sysconfdir}/apparmor.d/startplasma-waylandsession
%config(noreplace) %{_sysconfdir}/apparmor.d/local/plasmashell
%config %{_sysconfdir}/apparmor.d/kcminit
%config %{_sysconfdir}/apparmor.d/kcminit_startup
%config %{_sysconfdir}/apparmor.d/kde-systemd-start-condition
%config %{_sysconfdir}/apparmor.d/ksplashqml
%config %{_sysconfdir}/apparmor.d/plasma_session
%config %{_sysconfdir}/apparmor.d/plasma_waitforname
%config %{_sysconfdir}/apparmor.d/plasmashell
%config %{_sysconfdir}/apparmor.d/startplasma-wayland
%config %{_sysconfdir}/apparmor.d/startplasma-x11

# plymouth
%package -n plymouth-profiles
Summary:        AppArmor profiles for plymouth
Supplements:    plymouth
BuildArch:      noarch
%description -n plymouth-profiles
AppArmor profiles for plymouth from project smar-apparmor-profiles.

%files -n plymouth-profiles
%config %{_sysconfdir}/apparmor.d/plymouth-set-default-theme
%config %{_sysconfdir}/apparmor.d/plymouthd

# plymouth-dracut
%package -n plymouth-dracut-profiles
Summary:        AppArmor profiles for plymouth-dracut
Supplements:    plymouth-dracut
BuildArch:      noarch
%description -n plymouth-dracut-profiles
AppArmor profiles for plymouth-dracut from project smar-apparmor-profiles.

%files -n plymouth-dracut-profiles
%config %{_sysconfdir}/apparmor.d/plymouth-populate-initrd

# podman
%package -n podman-profiles
Summary:        AppArmor profiles for podman
Supplements:    podman
BuildArch:      noarch
%description -n podman-profiles
AppArmor profiles for podman from project smar-apparmor-profiles.

%files -n podman-profiles
%config %{_sysconfdir}/apparmor.d/podman
%config %{_sysconfdir}/apparmor.d/podman.quadlet

# polkit
%package -n polkit-profiles
Summary:        AppArmor profiles for polkit
Supplements:    polkit
BuildArch:      noarch
%description -n polkit-profiles
AppArmor profiles for polkit from project smar-apparmor-profiles.

%files -n polkit-profiles
%config %{_sysconfdir}/apparmor.d/chkstat-polkit
%config %{_sysconfdir}/apparmor.d/polkitd
%config %{_sysconfdir}/apparmor.d/polkit-agent-helper-1
%config %{_sysconfdir}/apparmor.d/set_polkit_default_privs

# polkit-kde-agent-5
%package -n polkit-kde-agent-5-profiles
Summary:        AppArmor profiles for polkit-kde-agent-5
Supplements:    polkit-kde-agent-5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n polkit-kde-agent-5-profiles
AppArmor profiles for polkit-kde-agent-5 from project smar-apparmor-profiles.

%files -n polkit-kde-agent-5-profiles
%config %{_sysconfdir}/apparmor.d/polkit-kde-authentication-agent-1

# postfix
%package -n postfix-profiles
Summary:        AppArmor profiles for postfix
Supplements:    postfix
BuildArch:      noarch
Recommends: xfs-profiles
%description -n postfix-profiles
AppArmor profiles for postfix from project smar-apparmor-profiles.

%files -n postfix-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/usr.lib.postfix.smtp
%config %{_sysconfdir}/apparmor.d/etc.postfix.system.cond_slp
%config %{_sysconfdir}/apparmor.d/postdrop
%config %{_sysconfdir}/apparmor.d/postmap
%config %{_sysconfdir}/apparmor.d/postqueue
%config %{_sysconfdir}/apparmor.d/sendmail
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.bounce
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.error
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.local
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.oqmgr
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.proxymap
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.scache
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.smtpd
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.trivial-rewrite
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.cleanup
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.flush
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.master
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.pickup
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.qmgr
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.showq
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.spawn
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.verify
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.anvil
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.discard
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.lmtp
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.nqmgr
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.pipe
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.qmqpd
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.smtp
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.tlsmgr
%config %{_sysconfdir}/apparmor.d/usr.lib.postfix.virtual

# power-profiles-daemon
%package -n power-profiles-daemon-profiles
Summary:        AppArmor profiles for power-profiles-daemon
Supplements:    power-profiles-daemon
BuildArch:      noarch
%description -n power-profiles-daemon-profiles
AppArmor profiles for power-profiles-daemon from project smar-apparmor-profiles.

%files -n power-profiles-daemon-profiles
%dir %{_unitdir}/power-profiles-daemon.service.d
%{_unitdir}/power-profiles-daemon.service.d/power-profiles-daemon.conf
%config %{_sysconfdir}/apparmor.d/power-profiles-daemon

# powerdevil5
%package -n powerdevil5-profiles
Summary:        AppArmor profiles for powerdevil5
Supplements:    powerdevil5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: smar-apparmor-profiles-systemd-abstractions
%description -n powerdevil5-profiles
AppArmor profiles for powerdevil5 from project smar-apparmor-profiles.

%files -n powerdevil5-profiles
%config %{_sysconfdir}/apparmor.d/org_kde_powerdevil
%config %{_sysconfdir}/apparmor.d/kauth.backlighthelper
%config %{_sysconfdir}/apparmor.d/kauth.chargethresholdhelper
%config %{_sysconfdir}/apparmor.d/kauth.discretegpuhelper

# procps
%package -n procps-profiles
Summary:        AppArmor profiles for procps
Supplements:    procps
BuildArch:      noarch
%description -n procps-profiles
AppArmor profiles for procps from project smar-apparmor-profiles.

%files -n procps-profiles
%config %{_sysconfdir}/apparmor.d/bin.ps
%config %{_sysconfdir}/apparmor.d/pgrep
%config %{_sysconfdir}/apparmor.d/pkill
%config %{_sysconfdir}/apparmor.d/sysctl
%config %{_sysconfdir}/apparmor.d/w

# procs
%package -n procs-profiles
Summary:        AppArmor profiles for procs
Supplements:    procs
BuildArch:      noarch
%description -n procs-profiles
AppArmor profiles for procs from project smar-apparmor-profiles.

%files -n procs-profiles
%config %{_sysconfdir}/apparmor.d/procs

# psmisc
%package -n psmisc-profiles
Summary:        AppArmor profiles for psmisc
Supplements:    psmisc
BuildArch:      noarch
%description -n psmisc-profiles
AppArmor profiles for psmisc from project smar-apparmor-profiles.

%files -n psmisc-profiles
%config %{_sysconfdir}/apparmor.d/fuser
%config %{_sysconfdir}/apparmor.d/killall

# pulseaudio
%package -n pulseaudio-profiles
Summary:        AppArmor profiles for pulseaudio
Supplements:    pulseaudio
BuildArch:      noarch
%description -n pulseaudio-profiles
AppArmor profiles for pulseaudio from project smar-apparmor-profiles.

%files -n pulseaudio-profiles
%dir %{_userunitdir}/pulseaudio.service.d
%{_userunitdir}/pulseaudio.service.d/pulseaudio.conf
%config %{_sysconfdir}/apparmor.d/pulseaudio
%config %{_sysconfdir}/apparmor.d/pulse.gconf-helper

# pulseaudio-module-gsettings
%package -n pulseaudio-module-gsettings-profiles
Summary:        AppArmor profiles for pulseaudio-module-gsettings
Supplements:    pulseaudio-module-gsettings
BuildArch:      noarch
%description -n pulseaudio-module-gsettings-profiles
AppArmor profiles for pulseaudio-module-gsettings from project smar-apparmor-profiles.

%files -n pulseaudio-module-gsettings-profiles
%config %{_sysconfdir}/apparmor.d/pulse.gsettings-helper

# pulseaudio-module-x11
%package -n pulseaudio-module-x11-profiles
Summary:        AppArmor profiles for pulseaudio-module-x11
Supplements:    pulseaudio-module-x11
BuildArch:      noarch
%description -n pulseaudio-module-x11-profiles
AppArmor profiles for pulseaudio-module-x11 from project smar-apparmor-profiles.

%files -n pulseaudio-module-x11-profiles
%config %{_sysconfdir}/apparmor.d/start-pulseaudio-x11

# pulseaudio-utils
%package -n pulseaudio-utils-profiles
Summary:        AppArmor profiles for pulseaudio-utils
Supplements:    pulseaudio-utils
BuildArch:      noarch
%description -n pulseaudio-utils-profiles
AppArmor profiles for pulseaudio-utils from project smar-apparmor-profiles.

%files -n pulseaudio-utils-profiles
%config %{_sysconfdir}/apparmor.d/pacmd
%config %{_sysconfdir}/apparmor.d/pactl

# python3-tarsnapper
%package -n python3-tarsnapper-profiles
Summary:        AppArmor profiles for python3-tarsnapper
Supplements:    python3-tarsnapper
BuildArch:      noarch
%description -n python3-tarsnapper-profiles
AppArmor profiles for python3-tarsnapper from project smar-apparmor-profiles.

%files -n python3-tarsnapper-profiles
%config %{_sysconfdir}/apparmor.d/tarsnapper

# qemu
%package -n qemu-profiles
Summary:        AppArmor profiles for qemu
Supplements:    qemu
BuildArch:      noarch
%description -n qemu-profiles
AppArmor profiles for qemu from project smar-apparmor-profiles.

%files -n qemu-profiles
%config %{_sysconfdir}/apparmor.d/qemu-system

# qttools
%package -n qttools-profiles
Summary:        AppArmor profiles for qttools
Supplements:    qttools
BuildArch:      noarch
Supplements: libqt5-qttools
Supplements: qt6-tools-designer
Supplements: qt6-tools-qdbus
%description -n qttools-profiles
AppArmor profiles for qttools from project smar-apparmor-profiles.

%files -n qttools-profiles
%config %{_sysconfdir}/apparmor.d/qdbusviewer
%config %{_sysconfdir}/apparmor.d/qt-designer

# quilt
%package -n quilt-profiles
Summary:        AppArmor profiles for quilt
Supplements:    quilt
BuildArch:      noarch
%description -n quilt-profiles
AppArmor profiles for quilt from project smar-apparmor-profiles.

%files -n quilt-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/quilt
%config %{_sysconfdir}/apparmor.d/quilt

# redis
%package -n redis-profiles
Summary:        AppArmor profiles for redis
Supplements:    redis
BuildArch:      noarch
%description -n redis-profiles
AppArmor profiles for redis from project smar-apparmor-profiles.

%files -n redis-profiles
%config %{_sysconfdir}/apparmor.d/redis-server

# rpcbind
%package -n rpcbind-profiles
Summary:        AppArmor profiles for rpcbind
Supplements:    rpcbind
BuildArch:      noarch
%description -n rpcbind-profiles
AppArmor profiles for rpcbind from project smar-apparmor-profiles.

%files -n rpcbind-profiles
%config %{_sysconfdir}/apparmor.d/rpcbind

# rspamd
%package -n rspamd-profiles
Summary:        AppArmor profiles for rspamd
Supplements:    rspamd
BuildArch:      noarch
%description -n rspamd-profiles
AppArmor profiles for rspamd from project smar-apparmor-profiles.

%files -n rspamd-profiles
%config %{_sysconfdir}/apparmor.d/learn-ham.rspamd.script
%config %{_sysconfdir}/apparmor.d/learn-spam.rspamd.script
%config %{_sysconfdir}/apparmor.d/rspamc
%config %{_sysconfdir}/apparmor.d/usr.bin.rspamd

# rsync
%package -n rsync-profiles
Summary:        AppArmor profiles for rsync
Supplements:    rsync
BuildArch:      noarch
%description -n rsync-profiles
AppArmor profiles for rsync from project smar-apparmor-profiles.

%files -n rsync-profiles
%config %{_sysconfdir}/apparmor.d/rsync

# rsyslog
%package -n rsyslog-profiles
Summary:        AppArmor profiles for rsyslog
Supplements:    rsyslog
BuildArch:      noarch
%description -n rsyslog-profiles
AppArmor profiles for rsyslog from project smar-apparmor-profiles.

%files -n rsyslog-profiles
%config %{_sysconfdir}/apparmor.d/rsyslogd

# rtkit
%package -n rtkit-profiles
Summary:        AppArmor profiles for rtkit
Supplements:    rtkit
BuildArch:      noarch
%description -n rtkit-profiles
AppArmor profiles for rtkit from project smar-apparmor-profiles.

%files -n rtkit-profiles
%config %{_sysconfdir}/apparmor.d/rtkit-daemon

# ruby
%package -n ruby-profiles
Summary:        AppArmor profiles for ruby
Supplements:    ruby
BuildArch:      noarch
%description -n ruby-profiles
AppArmor profiles for ruby from project smar-apparmor-profiles.

%files -n ruby-profiles
%config %{_sysconfdir}/apparmor.d/bundle

# rust+cargo
%package -n rust+cargo-profiles
Summary:        AppArmor profiles for rust+cargo
Supplements:    rust+cargo
BuildArch:      noarch
%description -n rust+cargo-profiles
AppArmor profiles for rust+cargo from project smar-apparmor-profiles.

%files -n rust+cargo-profiles
%config %{_sysconfdir}/apparmor.d/cargo

# rust+rustc
%package -n rust+rustc-profiles
Summary:        AppArmor profiles for rust+rustc
Supplements:    rust+rustc
BuildArch:      noarch
%description -n rust+rustc-profiles
AppArmor profiles for rust+rustc from project smar-apparmor-profiles.

%files -n rust+rustc-profiles
%config %{_sysconfdir}/apparmor.d/rustc

# samba
%package -n samba-profiles
Summary:        AppArmor profiles for samba
Supplements:    samba
BuildArch:      noarch
%description -n samba-profiles
AppArmor profiles for samba from project smar-apparmor-profiles.

%files -n samba-profiles
%config %{_sysconfdir}/apparmor.d/net
%config %{_sysconfdir}/apparmor.d/nmbd
%config %{_sysconfdir}/apparmor.d/smbd

# scout-command-not-found
%package -n scout-command-not-found-profiles
Summary:        AppArmor profiles for scout-command-not-found
Supplements:    scout-command-not-found
BuildArch:      noarch
%description -n scout-command-not-found-profiles
AppArmor profiles for scout-command-not-found from project smar-apparmor-profiles.

%files -n scout-command-not-found-profiles
%config %{_sysconfdir}/apparmor.d/command-not-found

# screen
%package -n screen-profiles
Summary:        AppArmor profiles for screen
Supplements:    screen
BuildArch:      noarch
%description -n screen-profiles
AppArmor profiles for screen from project smar-apparmor-profiles.

%files -n screen-profiles
%config %{_sysconfdir}/apparmor.d/screen

# sddm
%package -n sddm-profiles
Summary:        AppArmor profiles for sddm
Supplements:    sddm
BuildArch:      noarch
%description -n sddm-profiles
AppArmor profiles for sddm from project smar-apparmor-profiles.

%files -n sddm-profiles
%config %{_sysconfdir}/apparmor.d/sddm
%config %{_sysconfdir}/apparmor.d/sddm-greeter
%config %{_sysconfdir}/apparmor.d/sddm-helper

# sensors
%package -n sensors-profiles
Summary:        AppArmor profiles for sensors
Supplements:    sensors
BuildArch:      noarch
%description -n sensors-profiles
AppArmor profiles for sensors from project smar-apparmor-profiles.

%files -n sensors-profiles
%config %{_sysconfdir}/apparmor.d/sensors
%config %{_sysconfdir}/apparmor.d/sensors-detect

# setxkbmap
%package -n setxkbmap-profiles
Summary:        AppArmor profiles for setxkbmap
Supplements:    setxkbmap
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
%description -n setxkbmap-profiles
AppArmor profiles for setxkbmap from project smar-apparmor-profiles.

%files -n setxkbmap-profiles
%config %{_sysconfdir}/apparmor.d/setxkbmap

# shadow
%package -n shadow-profiles
Summary:        AppArmor profiles for shadow
Supplements:    shadow
BuildArch:      noarch
%description -n shadow-profiles
AppArmor profiles for shadow from project smar-apparmor-profiles.

%files -n shadow-profiles
%config %{_sysconfdir}/apparmor.d/gpasswd
%config %{_sysconfdir}/apparmor.d/groupadd
%config %{_sysconfdir}/apparmor.d/groupdel
%config %{_sysconfdir}/apparmor.d/passwd
%config %{_sysconfdir}/apparmor.d/useradd
%config %{_sysconfdir}/apparmor.d/usermod
%config %{_sysconfdir}/apparmor.d/userdel

# shared-mime-info
%package -n shared-mime-info-profiles
Summary:        AppArmor profiles for shared-mime-info
Supplements:    shared-mime-info
BuildArch:      noarch
%description -n shared-mime-info-profiles
AppArmor profiles for shared-mime-info from project smar-apparmor-profiles.

%files -n shared-mime-info-profiles
%config %{_sysconfdir}/apparmor.d/update-mime-database

# signond
%package -n signond-profiles
Summary:        AppArmor profiles for signond
Supplements:    signond
BuildArch:      noarch
%description -n signond-profiles
AppArmor profiles for signond from project smar-apparmor-profiles.

%files -n signond-profiles
%config %{_sysconfdir}/apparmor.d/signond

# smar-aa-scripts
%package -n smar-aa-scripts-profiles
Summary:        AppArmor profiles for smar-aa-scripts
Supplements:    smar-aa-scripts
BuildArch:      noarch
%description -n smar-aa-scripts-profiles
AppArmor profiles for smar-aa-scripts from project smar-apparmor-profiles.

%files -n smar-aa-scripts-profiles
%config %{_sysconfdir}/apparmor.d/smar-load-profiles

# smartmontools
%package -n smartmontools-profiles
Summary:        AppArmor profiles for smartmontools
Supplements:    smartmontools
BuildArch:      noarch
%description -n smartmontools-profiles
AppArmor profiles for smartmontools from project smar-apparmor-profiles.

%files -n smartmontools-profiles
%config %{_sysconfdir}/apparmor.d/smartctl
%config %{_sysconfdir}/apparmor.d/smartd

# snapper
%package -n snapper-profiles
Summary:        AppArmor profiles for snapper
Supplements:    snapper
BuildArch:      noarch
%description -n snapper-profiles
AppArmor profiles for snapper from project smar-apparmor-profiles.

%files -n snapper-profiles
%config %{_sysconfdir}/apparmor.d/snapper
%config %{_sysconfdir}/apparmor.d/snapper.systemd-helper
%config %{_sysconfdir}/apparmor.d/snapperd

# snapper-zypp-plugin
%package -n snapper-zypp-plugin-profiles
Summary:        AppArmor profiles for snapper-zypp-plugin
Supplements:    snapper-zypp-plugin
BuildArch:      noarch
%description -n snapper-zypp-plugin-profiles
AppArmor profiles for snapper-zypp-plugin from project smar-apparmor-profiles.

%files -n snapper-zypp-plugin-profiles
%config %{_sysconfdir}/apparmor.d/plugins.commit.snapper.py
%config %{_sysconfdir}/apparmor.d/plugins.commit.snapper-zypp-plugin

# spamassassin
%package -n spamassassin-profiles
Summary:        AppArmor profiles for spamassassin
Supplements:    spamassassin
BuildArch:      noarch
%description -n spamassassin-profiles
AppArmor profiles for spamassassin from project smar-apparmor-profiles.

%files -n spamassassin-profiles
%config %{_sysconfdir}/apparmor.d/spamassassin.spamc
%config %{_sysconfdir}/apparmor.d/spamassassin.spamd

# spectacle
%package -n spectacle-profiles
Summary:        AppArmor profiles for spectacle
Supplements:    spectacle
BuildArch:      noarch
%description -n spectacle-profiles
AppArmor profiles for spectacle from project smar-apparmor-profiles.

%files -n spectacle-profiles
%config %{_sysconfdir}/apparmor.d/spectacle

# speech-dispatcher
%package -n speech-dispatcher-profiles
Summary:        AppArmor profiles for speech-dispatcher
Supplements:    speech-dispatcher
BuildArch:      noarch
%description -n speech-dispatcher-profiles
AppArmor profiles for speech-dispatcher from project smar-apparmor-profiles.

%files -n speech-dispatcher-profiles
%config %{_sysconfdir}/apparmor.d/speech-dispatcher

# speedtest-cli
%package -n speedtest-cli-profiles
Summary:        AppArmor profiles for speedtest-cli
Supplements:    speedtest-cli
BuildArch:      noarch
Provides: speedtest-profiles
%description -n speedtest-cli-profiles
AppArmor profiles for speedtest-cli from project smar-apparmor-profiles.

%files -n speedtest-cli-profiles
%config %{_sysconfdir}/apparmor.d/speedtest-cli

# sphinx
%package -n sphinx-profiles
Summary:        AppArmor profiles for sphinx
Supplements:    sphinx
BuildArch:      noarch
%description -n sphinx-profiles
AppArmor profiles for sphinx from project smar-apparmor-profiles.

%files -n sphinx-profiles
%config %{_sysconfdir}/apparmor.d/searchd

# squid
%package -n squid-profiles
Summary:        AppArmor profiles for squid
Supplements:    squid
BuildArch:      noarch
%description -n squid-profiles
AppArmor profiles for squid from project smar-apparmor-profiles.

%files -n squid-profiles
%config %{_sysconfdir}/apparmor.d/squid

# sshfs
%package -n sshfs-profiles
Summary:        AppArmor profiles for sshfs
Supplements:    sshfs
BuildArch:      noarch
%description -n sshfs-profiles
AppArmor profiles for sshfs from project smar-apparmor-profiles.

%files -n sshfs-profiles
%config %{_sysconfdir}/apparmor.d/sshfs

# sssd
%package -n sssd-profiles
Summary:        AppArmor profiles for sssd
Supplements:    sssd
BuildArch:      noarch
Supplements: sssd-common
%description -n sssd-profiles
AppArmor profiles for sssd from project smar-apparmor-profiles.

%files -n sssd-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/sssd
%config %{_sysconfdir}/apparmor.d/sssd
%dir %{_sysconfdir}/apparmor.d/namespaces.d/kde_file_dialog.net.d
%config %{_sysconfdir}/apparmor.d/lib/sssd/
%config %{_sysconfdir}/apparmor.d/namespaces.d/kde_file_dialog.net.d/sssd

# sssd-tools
%package -n sssd-tools-profiles
Summary:        AppArmor profiles for sssd-tools
Supplements:    sssd-tools
BuildArch:      noarch
Requires: sssd-profiles
%description -n sssd-tools-profiles
AppArmor profiles for sssd-tools from project smar-apparmor-profiles.

%files -n sssd-tools-profiles
%config %{_sysconfdir}/apparmor.d/sss_cache
%config %{_sysconfdir}/apparmor.d/sssctl

# strace
%package -n strace-profiles
Summary:        AppArmor profiles for strace
Supplements:    strace
BuildArch:      noarch
%description -n strace-profiles
AppArmor profiles for strace from project smar-apparmor-profiles.

%files -n strace-profiles
%config %{_sysconfdir}/apparmor.d/strace

# subversion
%package -n subversion-profiles
Summary:        AppArmor profiles for subversion
Supplements:    subversion
BuildArch:      noarch
%description -n subversion-profiles
AppArmor profiles for subversion from project smar-apparmor-profiles.

%files -n subversion-profiles
%config %{_sysconfdir}/apparmor.d/svn
%config %{_sysconfdir}/apparmor.d/svnserve
%config %{_sysconfdir}/apparmor.d/svnversion

# sudo
%package -n sudo-profiles
Summary:        AppArmor profiles for sudo
Supplements:    sudo
BuildArch:      noarch
%description -n sudo-profiles
AppArmor profiles for sudo from project smar-apparmor-profiles.

%files -n sudo-profiles
%config %{_sysconfdir}/apparmor.d/visudo
%config %{_sysconfdir}/apparmor.d/sudo

# supportutils
%package -n supportutils-profiles
Summary:        AppArmor profiles for supportutils
Supplements:    supportutils
BuildArch:      noarch
%description -n supportutils-profiles
AppArmor profiles for supportutils from project smar-apparmor-profiles.

%files -n supportutils-profiles
%config %{_sysconfdir}/apparmor.d/supportconfig

# suse-module-tools
%package -n suse-module-tools-profiles
Summary:        AppArmor profiles for suse-module-tools
Supplements:    suse-module-tools
BuildArch:      noarch
Requires: dracut-profiles
%description -n suse-module-tools-profiles
AppArmor profiles for suse-module-tools from project smar-apparmor-profiles.

%files -n suse-module-tools-profiles
%config %{_sysconfdir}/apparmor.d/module-init-tools.regenerate-initrd-posttrans
%config %{_sysconfdir}/apparmor.d/module-init-tools.kernel-scriptlets.cert-script
%config %{_sysconfdir}/apparmor.d/module-init-tools.kernel-scriptlets.inkmp-script
%config %{_sysconfdir}/apparmor.d/module-init-tools.kernel-scriptlets.kmp-script
%config %{_sysconfdir}/apparmor.d/module-init-tools.kernel-scriptlets.rpm-script
%config %{_sysconfdir}/apparmor.d/module-init-tools.weak-modules2

# suse-prime-bbswitch
%package -n suse-prime-bbswitch-profiles
Summary:        AppArmor profiles for suse-prime-bbswitch
Supplements:    suse-prime-bbswitch
BuildArch:      noarch
%description -n suse-prime-bbswitch-profiles
AppArmor profiles for suse-prime-bbswitch from project smar-apparmor-profiles.

%files -n suse-prime-bbswitch-profiles
%config %{_sysconfdir}/apparmor.d/prime-select

# suseconnect-ng
%package -n suseconnect-ng-profiles
Summary:        AppArmor profiles for suseconnect-ng
Supplements:    suseconnect-ng
BuildArch:      noarch
%description -n suseconnect-ng-profiles
AppArmor profiles for suseconnect-ng from project smar-apparmor-profiles.

%files -n suseconnect-ng-profiles
%config %{_sysconfdir}/apparmor.d/suseconnect

# syntax-highlighting
%package -n syntax-highlighting-profiles
Summary:        AppArmor profiles for syntax-highlighting
Supplements:    syntax-highlighting
BuildArch:      noarch
%description -n syntax-highlighting-profiles
AppArmor profiles for syntax-highlighting from project smar-apparmor-profiles.

%files -n syntax-highlighting-profiles
%config %{_sysconfdir}/apparmor.d/kate-syntax-highlighter

# sysconfig-netconfig
%package -n sysconfig-netconfig-profiles
Summary:        AppArmor profiles for sysconfig-netconfig
Supplements:    sysconfig-netconfig
BuildArch:      noarch
%description -n sysconfig-netconfig-profiles
AppArmor profiles for sysconfig-netconfig from project smar-apparmor-profiles.

%files -n sysconfig-netconfig-profiles
%config %{_sysconfdir}/apparmor.d/netconfig

# systemd
%package -n systemd-profiles
Summary:        AppArmor profiles for systemd
Supplements:    systemd
BuildArch:      noarch
Requires: smar-apparmor-profiles-less-abstractions
Requires: smar-apparmor-profiles-sddm-abstractions
Requires: smar-apparmor-profiles-systemd-abstractions
Requires: smar-apparmor-profiles-vim-abstractions
%description -n systemd-profiles
AppArmor profiles for systemd from project smar-apparmor-profiles.

%files -n systemd-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/systemd
%dir %{_sysconfdir}/apparmor.d/local/systemd
%dir %{_unitdir}/systemd-journald.service.d
%{_unitdir}/systemd-journald.service.d/systemd.systemd-journald.conf
%dir %{_unitdir}/systemd-logind.service.d
%{_unitdir}/systemd-logind.service.d/systemd-logind.conf
%dir %{_unitdir}/systemd-udevd.service.d
%{_unitdir}/systemd-udevd.service.d/systemd-udevd.conf
%dir %{_unitdir}/systemd-timedated.service.d
%{_unitdir}/systemd-timedated.service.d/systemd-timedated.service.conf
%dir %{_userunitdir}/systemd-tmpfiles-clean.service.d
%{_userunitdir}/systemd-tmpfiles-clean.service.d/systemd-tmpfiles.conf
%dir %{_userunitdir}/systemd-tmpfiles-setup.service.d
%{_userunitdir}/systemd-tmpfiles-setup.service.d/systemd-tmpfiles.conf
%config %{_sysconfdir}/apparmor.d/systemd_generators
%config %{_sysconfdir}/apparmor.d/systemd.systemd-journald
%config %{_sysconfdir}/apparmor.d/systemd.systemd-sysv-install
%config %{_sysconfdir}/apparmor.d/30-systemd-environment-d-generator
%config %{_sysconfdir}/apparmor.d/systemd.3rdparty.system-environment-generators.60-flatpak-system-only
%config %{_sysconfdir}/apparmor.d/systemd.3rdparty.user-environment-generators.60-flatpak
%config(noreplace) %{_sysconfdir}/apparmor.d/local/systemd/busctl
%config(noreplace) %{_sysconfdir}/apparmor.d/local/systemd/systemd-tmpfiles
%config %{_sysconfdir}/apparmor.d/busctl
%config %{_sysconfdir}/apparmor.d/journalctl
%config %{_sysconfdir}/apparmor.d/loginctl
%config %{_sysconfdir}/apparmor.d/systemctl
%config %{_sysconfdir}/apparmor.d/systemd-cat
%config %{_sysconfdir}/apparmor.d/systemd-detect-virt
%config %{_sysconfdir}/apparmor.d/systemd-run
%config %{_sysconfdir}/apparmor.d/systemd-sysusers
%config %{_sysconfdir}/apparmor.d/systemd-tmpfiles
%config %{_sysconfdir}/apparmor.d/systemd-tty-ask-password-agent
%config %{_sysconfdir}/apparmor.d/timedatectl
%config %{_sysconfdir}/apparmor.d/logind-compat-tasks-max-generator
%config %{_sysconfdir}/apparmor.d/systemd-bless-boot-generator
%config %{_sysconfdir}/apparmor.d/systemd-cryptsetup-generator
%config %{_sysconfdir}/apparmor.d/systemd-debug-generator
%config %{_sysconfdir}/apparmor.d/systemd-fstab-generator
%config %{_sysconfdir}/apparmor.d/systemd-getty-generator
%config %{_sysconfdir}/apparmor.d/systemd-gpt-auto-generator
%config %{_sysconfdir}/apparmor.d/systemd-hibernate-resume-generator
%config %{_sysconfdir}/apparmor.d/systemd-insserv-generator
%config %{_sysconfdir}/apparmor.d/systemd-rc-local-generator
%config %{_sysconfdir}/apparmor.d/systemd-run-generator
%config %{_sysconfdir}/apparmor.d/systemd-system-update-generator
%config %{_sysconfdir}/apparmor.d/systemd-sysv-generator
%config %{_sysconfdir}/apparmor.d/systemd-veritysetup-generator
%config %{_sysconfdir}/apparmor.d/systemd_subcommand
%config %{_sysconfdir}/apparmor.d/systemd-binfmt
%config %{_sysconfdir}/apparmor.d/systemd-cryptsetup
%config %{_sysconfdir}/apparmor.d/systemd-hostnamed
%config %{_sysconfdir}/apparmor.d/systemd-localed
%config %{_sysconfdir}/apparmor.d/systemd-logind
%config %{_sysconfdir}/apparmor.d/systemd-random-seed
%config %{_sysconfdir}/apparmor.d/systemd-rfkill
%config %{_sysconfdir}/apparmor.d/systemd-shutdown
%config %{_sysconfdir}/apparmor.d/systemd-sleep
%config %{_sysconfdir}/apparmor.d/systemd-sysctl
%config %{_sysconfdir}/apparmor.d/systemd-timedated
%config %{_sysconfdir}/apparmor.d/systemd-udevd
%config %{_sysconfdir}/apparmor.d/systemd-update-utmp
%config %{_sysconfdir}/apparmor.d/systemd-user-runtime-dir
%config %{_sysconfdir}/apparmor.d/systemd-user-sessions
%config %{_sysconfdir}/apparmor.d/systemd-vconsole-setup
%config %{_sysconfdir}/apparmor.d/systemd-xdg-autostart-generator

# systemd-coredump
%package -n systemd-coredump-profiles
Summary:        AppArmor profiles for systemd-coredump
Supplements:    systemd-coredump
BuildArch:      noarch
Requires: systemd-profiles
%description -n systemd-coredump-profiles
AppArmor profiles for systemd-coredump from project smar-apparmor-profiles.

%files -n systemd-coredump-profiles
%dir %{_unitdir}/systemd-coredump@.service.d
%{_unitdir}/systemd-coredump@.service.d/systemd-coredump.conf
%config %{_sysconfdir}/apparmor.d/coredumpctl
%config %{_sysconfdir}/apparmor.d/systemd-coredump

# systemsettings5
%package -n systemsettings5-profiles
Summary:        AppArmor profiles for systemsettings5
Supplements:    systemsettings5
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n systemsettings5-profiles
AppArmor profiles for systemsettings5 from project smar-apparmor-profiles.

%files -n systemsettings5-profiles
%config %{_sysconfdir}/apparmor.d/systemsettings
%config %{_sysconfdir}/apparmor.d/kinfocenter-dmidecode-helper

# sysvinit-tools
%package -n sysvinit-tools-profiles
Summary:        AppArmor profiles for sysvinit-tools
Supplements:    sysvinit-tools
BuildArch:      noarch
%description -n sysvinit-tools-profiles
AppArmor profiles for sysvinit-tools from project smar-apparmor-profiles.

%files -n sysvinit-tools-profiles
%config %{_sysconfdir}/apparmor.d/killall5
%config %{_sysconfdir}/apparmor.d/killproc

# tarsnap
%package -n tarsnap-profiles
Summary:        AppArmor profiles for tarsnap
Supplements:    tarsnap
BuildArch:      noarch
%description -n tarsnap-profiles
AppArmor profiles for tarsnap from project smar-apparmor-profiles.

%files -n tarsnap-profiles
%config %{_sysconfdir}/apparmor.d/tarsnap

# texlive-filesystem
%package -n texlive-filesystem-profiles
Summary:        AppArmor profiles for texlive-filesystem
Supplements:    texlive-filesystem
BuildArch:      noarch
%description -n texlive-filesystem-profiles
AppArmor profiles for texlive-filesystem from project smar-apparmor-profiles.

%files -n texlive-filesystem-profiles
%config %{_sysconfdir}/apparmor.d/cron.daily.suse-texlive

# texlive-kpathsea-bin
%package -n texlive-kpathsea-bin-profiles
Summary:        AppArmor profiles for texlive-kpathsea-bin
Supplements:    texlive-kpathsea-bin
BuildArch:      noarch
%description -n texlive-kpathsea-bin-profiles
AppArmor profiles for texlive-kpathsea-bin from project smar-apparmor-profiles.

%files -n texlive-kpathsea-bin-profiles
%config %{_sysconfdir}/apparmor.d/kpsewhich
%config %{_sysconfdir}/apparmor.d/mktexlsr
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/kpsewhich
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/mktexlsr

# the_silver_searcher
%package -n the_silver_searcher-profiles
Summary:        AppArmor profiles for the_silver_searcher
Supplements:    the_silver_searcher
BuildArch:      noarch
%description -n the_silver_searcher-profiles
AppArmor profiles for the_silver_searcher from project smar-apparmor-profiles.

%files -n the_silver_searcher-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/cli/ag
%config %{_sysconfdir}/apparmor.d/ag

# tigervnc
%package -n tigervnc-profiles
Summary:        AppArmor profiles for tigervnc
Supplements:    tigervnc
BuildArch:      noarch
%description -n tigervnc-profiles
AppArmor profiles for tigervnc from project smar-apparmor-profiles.

%files -n tigervnc-profiles
%config %{_sysconfdir}/apparmor.d/vncviewer-tigervnc

# tmpwatch
%package -n tmpwatch-profiles
Summary:        AppArmor profiles for tmpwatch
Supplements:    tmpwatch
BuildArch:      noarch
%description -n tmpwatch-profiles
AppArmor profiles for tmpwatch from project smar-apparmor-profiles.

%files -n tmpwatch-profiles
%config %{_sysconfdir}/apparmor.d/cron.daily.tmpwatch

# udev
%package -n udev-profiles
Summary:        AppArmor profiles for udev
Supplements:    udev
BuildArch:      noarch
%description -n udev-profiles
AppArmor profiles for udev from project smar-apparmor-profiles.

%files -n udev-profiles
%config %{_sysconfdir}/apparmor.d/udevadm
%config %{_sysconfdir}/apparmor.d/lib/udevadm
%dir %{_sysconfdir}/apparmor.d/lib/udevadm.d/
%config %{_sysconfdir}/apparmor.d/systemd-integritysetup-generator
%config %{_sysconfdir}/apparmor.d/systemd-makefs

# udisks2
%package -n udisks2-profiles
Summary:        AppArmor profiles for udisks2
Supplements:    udisks2
BuildArch:      noarch
%description -n udisks2-profiles
AppArmor profiles for udisks2 from project smar-apparmor-profiles.

%files -n udisks2-profiles
%config %{_sysconfdir}/apparmor.d/udisksctl
%config %{_sysconfdir}/apparmor.d/udisksd

# update-alternatives
%package -n update-alternatives-profiles
Summary:        AppArmor profiles for update-alternatives
Supplements:    update-alternatives
BuildArch:      noarch
%description -n update-alternatives-profiles
AppArmor profiles for update-alternatives from project smar-apparmor-profiles.

%files -n update-alternatives-profiles
%config %{_sysconfdir}/apparmor.d/update-alternatives

# upower
%package -n upower-profiles
Summary:        AppArmor profiles for upower
Supplements:    upower
BuildArch:      noarch
%description -n upower-profiles
AppArmor profiles for upower from project smar-apparmor-profiles.

%files -n upower-profiles
%config %{_sysconfdir}/apparmor.d/upower
%config %{_sysconfdir}/apparmor.d/upowerd

# usbutils
%package -n usbutils-profiles
Summary:        AppArmor profiles for usbutils
Supplements:    usbutils
BuildArch:      noarch
%description -n usbutils-profiles
AppArmor profiles for usbutils from project smar-apparmor-profiles.

%files -n usbutils-profiles
%config %{_sysconfdir}/apparmor.d/lsusb

# utempter
%package -n utempter-profiles
Summary:        AppArmor profiles for utempter
Supplements:    utempter
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
%description -n utempter-profiles
AppArmor profiles for utempter from project smar-apparmor-profiles.

%files -n utempter-profiles
%config %{_sysconfdir}/apparmor.d/usr.lib.utempter.utempter

# util-linux
%package -n util-linux-profiles
Summary:        AppArmor profiles for util-linux
Supplements:    util-linux
BuildArch:      noarch
%description -n util-linux-profiles
AppArmor profiles for util-linux from project smar-apparmor-profiles.

%files -n util-linux-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/agetty
%config(noreplace) %{_sysconfdir}/apparmor.d/local/bin.login
%config %{_sysconfdir}/apparmor.d/agetty
%config %{_sysconfdir}/apparmor.d/bin.login
%config %{_sysconfdir}/apparmor.d/su
%config %{_sysconfdir}/apparmor.d/dmesg
%config %{_sysconfdir}/apparmor.d/lscpu
%config %{_sysconfdir}/apparmor.d/lsns
%config %{_sysconfdir}/apparmor.d/fsfreeze
%config %{_sysconfdir}/apparmor.d/fstrim
%config %{_sysconfdir}/apparmor.d/losetup
%config %{_sysconfdir}/apparmor.d/blkid

# valheim-docker-server
%package -n valheim-docker-server-profiles
Summary:        AppArmor profiles for valheim-docker-server
Supplements:    valheim-docker-server
BuildArch:      noarch
%description -n valheim-docker-server-profiles
AppArmor profiles for valheim-docker-server from project smar-apparmor-profiles.

%files -n valheim-docker-server-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/valheim
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/valheim

# varnish
%package -n varnish-profiles
Summary:        AppArmor profiles for varnish
Supplements:    varnish
BuildArch:      noarch
%description -n varnish-profiles
AppArmor profiles for varnish from project smar-apparmor-profiles.

%files -n varnish-profiles
%config %{_sysconfdir}/apparmor.d/varnishd
%config %{_sysconfdir}/apparmor.d/varnishlog

# virtualbox
%package -n virtualbox-profiles
Summary:        AppArmor profiles for virtualbox
Supplements:    virtualbox
BuildArch:      noarch
%description -n virtualbox-profiles
AppArmor profiles for virtualbox from project smar-apparmor-profiles.

%files -n virtualbox-profiles
%dir %{_unitdir}/vboxdrv.service.d
%{_unitdir}/vboxdrv.service.d/vboxdrv.sh.conf
%config %{_sysconfdir}/apparmor.d/vboxconfig
%config %{_sysconfdir}/apparmor.d/VBoxCreateUSBNode.sh
%config %{_sysconfdir}/apparmor.d/vboxdrv.sh
%config %{_sysconfdir}/apparmor.d/lib/udevadm.d/virtualbox

# vlc-noX
%package -n vlc-noX-profiles
Summary:        AppArmor profiles for vlc-noX
Supplements:    vlc-noX
BuildArch:      noarch
%description -n vlc-noX-profiles
AppArmor profiles for vlc-noX from project smar-apparmor-profiles.

%files -n vlc-noX-profiles
%config %{_sysconfdir}/apparmor.d/vlc.vlc-cache-gen
%config %{_sysconfdir}/apparmor.d/namespaces.d/rpm-scriptlets.d/vlc.vlc-cache-gen

# wayland
%package -n wayland-profiles
Summary:        AppArmor profiles for wayland
Supplements:    wayland
BuildArch:      noarch
Supplements: libwayland-client0
Supplements: libwayland-server0
%description -n wayland-profiles
AppArmor profiles for wayland from project smar-apparmor-profiles.

%files -n wayland-profiles
%dir %{_sysconfdir}/apparmor.d/abstractions/wayland.d
%config %{_sysconfdir}/apparmor.d/abstractions/wayland.d/library_exec_rules

# wesnoth
%package -n wesnoth-profiles
Summary:        AppArmor profiles for wesnoth
Supplements:    wesnoth
BuildArch:      noarch
%description -n wesnoth-profiles
AppArmor profiles for wesnoth from project smar-apparmor-profiles.

%files -n wesnoth-profiles
%config %{_sysconfdir}/apparmor.d/wesnoth

# wesnoth-server
%package -n wesnoth-server-profiles
Summary:        AppArmor profiles for wesnoth-server
Supplements:    wesnoth-server
BuildArch:      noarch
%description -n wesnoth-server-profiles
AppArmor profiles for wesnoth-server from project smar-apparmor-profiles.

%files -n wesnoth-server-profiles
%dir %{_userunitdir}/wesnothd.service.d
%{_userunitdir}/wesnothd.service.d/wesnothd.conf
%config %{_sysconfdir}/apparmor.d/wesnothd

# weston
%package -n weston-profiles
Summary:        AppArmor profiles for weston
Supplements:    weston
BuildArch:      noarch
%description -n weston-profiles
AppArmor profiles for weston from project smar-apparmor-profiles.

%files -n weston-profiles
%config %{_sysconfdir}/apparmor.d/weston
%config %{_sysconfdir}/apparmor.d/weston-terminal

# wget
%package -n wget-profiles
Summary:        AppArmor profiles for wget
Supplements:    wget
BuildArch:      noarch
%description -n wget-profiles
AppArmor profiles for wget from project smar-apparmor-profiles.

%files -n wget-profiles
%config %{_sysconfdir}/apparmor.d/wget

# whois
%package -n whois-profiles
Summary:        AppArmor profiles for whois
Supplements:    whois
BuildArch:      noarch
%description -n whois-profiles
AppArmor profiles for whois from project smar-apparmor-profiles.

%files -n whois-profiles
%config %{_sysconfdir}/apparmor.d/whois

# wicked
%package -n wicked-profiles
Summary:        AppArmor profiles for wicked
Supplements:    wicked
BuildArch:      noarch
Requires: kmod-profiles
%description -n wicked-profiles
AppArmor profiles for wicked from project smar-apparmor-profiles.

%files -n wicked-profiles
%config %{_sysconfdir}/apparmor.d/ifup
%config %{_sysconfdir}/apparmor.d/wicked
%config %{_sysconfdir}/apparmor.d/wickedd
%config %{_sysconfdir}/apparmor.d/wickedd-nanny
%config %{_sysconfdir}/apparmor.d/wicked.lib.wickedd-auto4
%config %{_sysconfdir}/apparmor.d/wicked.lib.wickedd-dhcp4
%config %{_sysconfdir}/apparmor.d/wicked.lib.wickedd-dhcp6

# wine
%package -n wine-profiles
Summary:        AppArmor profiles for wine
Supplements:    wine
BuildArch:      noarch
Supplements: wine-32bit
%description -n wine-profiles
AppArmor profiles for wine from project smar-apparmor-profiles.

%files -n wine-profiles
%config %{_sysconfdir}/apparmor.d/namespaces.d/wine
%config(noreplace) %{_sysconfdir}/apparmor.d/tunables/wine
%dir %{_sysconfdir}/apparmor.d/lib/wine
%config %{_sysconfdir}/apparmor.d/lib/wine/wine-preloader
%config %{_sysconfdir}/apparmor.d/lib/wine/wineserver

# wireguard-tools
%package -n wireguard-tools-profiles
Summary:        AppArmor profiles for wireguard-tools
Supplements:    wireguard-tools
BuildArch:      noarch
%description -n wireguard-tools-profiles
AppArmor profiles for wireguard-tools from project smar-apparmor-profiles.

%files -n wireguard-tools-profiles
%config %{_sysconfdir}/apparmor.d/wg-quick
%dir %{_unitdir}/wg-quick@.service.d
%{_unitdir}/wg-quick@.service.d/wg-quick.conf

# wireplumber
%package -n wireplumber-profiles
Summary:        AppArmor profiles for wireplumber
Supplements:    wireplumber
BuildArch:      noarch
%description -n wireplumber-profiles
AppArmor profiles for wireplumber from project smar-apparmor-profiles.

%files -n wireplumber-profiles
%dir %{_userunitdir}/wireplumber.service.d
%{_userunitdir}/wireplumber.service.d/wireplumber.conf
%config %{_sysconfdir}/apparmor.d/wireplumber

# wireshark
%package -n wireshark-profiles
Summary:        AppArmor profiles for wireshark
Supplements:    wireshark
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Recommends: MozillaFirefox-profiles
Recommends: drkonqi-profiles
Recommends: kinit-profiles
%description -n wireshark-profiles
AppArmor profiles for wireshark from project smar-apparmor-profiles.

%files -n wireshark-profiles
%config %{_sysconfdir}/apparmor.d/dumpcap
%config %{_sysconfdir}/apparmor.d/wireshark

# wpa_supplicant
%package -n wpa_supplicant-profiles
Summary:        AppArmor profiles for wpa_supplicant
Supplements:    wpa_supplicant
BuildArch:      noarch
%description -n wpa_supplicant-profiles
AppArmor profiles for wpa_supplicant from project smar-apparmor-profiles.

%files -n wpa_supplicant-profiles
%config %{_sysconfdir}/apparmor.d/wpa_supplicant

# x11-video-nvidiaG05
%package -n x11-video-nvidiaG05-profiles
Summary:        AppArmor profiles for x11-video-nvidiaG05
Supplements:    x11-video-nvidiaG05
BuildArch:      noarch
%description -n x11-video-nvidiaG05-profiles
AppArmor profiles for x11-video-nvidiaG05 from project smar-apparmor-profiles.

%files -n x11-video-nvidiaG05-profiles
%config %{_sysconfdir}/apparmor.d/nvidia-sleep.sh
%config %{_sysconfdir}/apparmor.d/systemd.system-sleep.nvidia

# x11vnc
%package -n x11vnc-profiles
Summary:        AppArmor profiles for x11vnc
Supplements:    x11vnc
BuildArch:      noarch
%description -n x11vnc-profiles
AppArmor profiles for x11vnc from project smar-apparmor-profiles.

%files -n x11vnc-profiles
%config %{_sysconfdir}/apparmor.d/x11vnc

# xdg-desktop-portal
%package -n xdg-desktop-portal-profiles
Summary:        AppArmor profiles for xdg-desktop-portal
Supplements:    xdg-desktop-portal
BuildArch:      noarch
%description -n xdg-desktop-portal-profiles
AppArmor profiles for xdg-desktop-portal from project smar-apparmor-profiles.

%files -n xdg-desktop-portal-profiles
%dir %{_userunitdir}/xdg-document-portal.service.d
%{_userunitdir}/xdg-document-portal.service.d/lib.xdg-document-portal.conf
%config %{_sysconfdir}/apparmor.d/lib.xdg-desktop-portal
%config %{_sysconfdir}/apparmor.d/lib.xdg-desktop-portal-gtk
%config %{_sysconfdir}/apparmor.d/lib.xdg-document-portal
%config %{_sysconfdir}/apparmor.d/lib.xdg-permission-store

# xdg-desktop-portal-kde
%package -n xdg-desktop-portal-kde-profiles
Summary:        AppArmor profiles for xdg-desktop-portal-kde
Supplements:    xdg-desktop-portal-kde
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n xdg-desktop-portal-kde-profiles
AppArmor profiles for xdg-desktop-portal-kde from project smar-apparmor-profiles.

%files -n xdg-desktop-portal-kde-profiles
%config %{_sysconfdir}/apparmor.d/libexec.xdg-desktop-portal-kde

# xdg-user-dirs
%package -n xdg-user-dirs-profiles
Summary:        AppArmor profiles for xdg-user-dirs
Supplements:    xdg-user-dirs
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
%description -n xdg-user-dirs-profiles
AppArmor profiles for xdg-user-dirs from project smar-apparmor-profiles.

%files -n xdg-user-dirs-profiles
%config %{_sysconfdir}/apparmor.d/xdg-user-dirs-update

# xdg-utils
%package -n xdg-utils-profiles
Summary:        AppArmor profiles for xdg-utils
Supplements:    xdg-utils
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
Requires: kde-cli-tools5-profiles
%description -n xdg-utils-profiles
AppArmor profiles for xdg-utils from project smar-apparmor-profiles.

%files -n xdg-utils-profiles
%config(noreplace) %{_sysconfdir}/apparmor.d/local/usr.bin.xdg-open
%config %{_sysconfdir}/apparmor.d/xdg-mime
%config %{_sysconfdir}/apparmor.d/xdg-open
%config %{_sysconfdir}/apparmor.d/xdg-settings
%config %{_sysconfdir}/apparmor.d/xdg-su

# xdm
%package -n xdm-profiles
Summary:        AppArmor profiles for xdm
Supplements:    xdm
BuildArch:      noarch
Requires: smar-apparmor-profiles-sddm-abstractions
Requires: openssh-profiles
Requires: gpg2-profiles
Recommends: ibus-profiles
Recommends: systemd-profiles
%description -n xdm-profiles
AppArmor profiles for xdm from project smar-apparmor-profiles.

%files -n xdm-profiles
%dir %{_sysconfdir}/apparmor.d/local/xdm
%config(noreplace) %{_sysconfdir}/apparmor.d/local/xdm/Xstartup
%config %{_sysconfdir}/apparmor.d/display-manager
%config %{_sysconfdir}/apparmor.d/etc.X11.xdm.sys.xsession
%config %{_sysconfdir}/apparmor.d/etc.X11.xdm.Xsession
%config %{_sysconfdir}/apparmor.d/etc.X11.xdm.Xsetup
%config %{_sysconfdir}/apparmor.d/etc.X11.xdm.Xstartup

# xembedsniproxy
%package -n xembedsniproxy-profiles
Summary:        AppArmor profiles for xembedsniproxy
Supplements:    xembedsniproxy
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
%description -n xembedsniproxy-profiles
AppArmor profiles for xembedsniproxy from project smar-apparmor-profiles.

%files -n xembedsniproxy-profiles
%config %{_sysconfdir}/apparmor.d/xembedsniproxy

# xfs
%package -n xfs-profiles
Summary:        AppArmor profiles for xfs
Supplements:    xfs
BuildArch:      noarch
%description -n xfs-profiles
AppArmor profiles for xfs from project smar-apparmor-profiles.

%files -n xfs-profiles
%config %{_sysconfdir}/apparmor.d/xfs

# xfsprogs
%package -n xfsprogs-profiles
Summary:        AppArmor profiles for xfsprogs
Supplements:    xfsprogs
BuildArch:      noarch
%description -n xfsprogs-profiles
AppArmor profiles for xfsprogs from project smar-apparmor-profiles.

%files -n xfsprogs-profiles
%config %{_sysconfdir}/apparmor.d/mkfs.xfs
%config %{_sysconfdir}/apparmor.d/xfs_db
%config %{_sysconfdir}/apparmor.d/xfs_info
%config %{_sysconfdir}/apparmor.d/xfs_repair
%config %{_sysconfdir}/apparmor.d/xfs_spaceman

# xinetd
%package -n xinetd-profiles
Summary:        AppArmor profiles for xinetd
Supplements:    xinetd
BuildArch:      noarch
%description -n xinetd-profiles
AppArmor profiles for xinetd from project smar-apparmor-profiles.

%files -n xinetd-profiles
%config %{_sysconfdir}/apparmor.d/xinetd

# xinit
%package -n xinit-profiles
Summary:        AppArmor profiles for xinit
Supplements:    xinit
BuildArch:      noarch
Requires: plasma5-workspace-profiles
%description -n xinit-profiles
AppArmor profiles for xinit from project smar-apparmor-profiles.

%files -n xinit-profiles
%config %{_sysconfdir}/apparmor.d/etc.X11.xinit.xinitrc

# xkbcomp
%package -n xkbcomp-profiles
Summary:        AppArmor profiles for xkbcomp
Supplements:    xkbcomp
BuildArch:      noarch
%description -n xkbcomp-profiles
AppArmor profiles for xkbcomp from project smar-apparmor-profiles.

%files -n xkbcomp-profiles
%config %{_sysconfdir}/apparmor.d/xkbcomp

# xorg-x11-server
%package -n xorg-x11-server-profiles
Summary:        AppArmor profiles for xorg-x11-server
Supplements:    xorg-x11-server
BuildArch:      noarch
%description -n xorg-x11-server-profiles
AppArmor profiles for xorg-x11-server from project smar-apparmor-profiles.

%files -n xorg-x11-server-profiles
%dir %{_sysconfdir}/apparmor.d/abstractions/X.d
%config %{_sysconfdir}/apparmor.d/abstractions/X.d/library_exec_rules
%config %{_sysconfdir}/apparmor.d/abstractions/X.d/client_rules
%config(noreplace) %{_sysconfdir}/apparmor.d/local/Xorg
%config %{_sysconfdir}/apparmor.d/Xorg

# xorg-x11-server-extra
%package -n xorg-x11-server-extra-profiles
Summary:        AppArmor profiles for xorg-x11-server-extra
Supplements:    xorg-x11-server-extra
BuildArch:      noarch
%description -n xorg-x11-server-extra-profiles
AppArmor profiles for xorg-x11-server-extra from project smar-apparmor-profiles.

%files -n xorg-x11-server-extra-profiles
%config %{_sysconfdir}/apparmor.d/Xephyr

# xorg-x11-server-wayland
%package -n xorg-x11-server-wayland-profiles
Summary:        AppArmor profiles for xorg-x11-server-wayland
Supplements:    xorg-x11-server-wayland
BuildArch:      noarch
%description -n xorg-x11-server-wayland-profiles
AppArmor profiles for xorg-x11-server-wayland from project smar-apparmor-profiles.

%files -n xorg-x11-server-wayland-profiles
%config %{_sysconfdir}/apparmor.d/Xwayland

# xprop
%package -n xprop-profiles
Summary:        AppArmor profiles for xprop
Supplements:    xprop
BuildArch:      noarch
%description -n xprop-profiles
AppArmor profiles for xprop from project smar-apparmor-profiles.

%files -n xprop-profiles
%config %{_sysconfdir}/apparmor.d/xprop

# xrdb
%package -n xrdb-profiles
Summary:        AppArmor profiles for xrdb
Supplements:    xrdb
BuildArch:      noarch
%description -n xrdb-profiles
AppArmor profiles for xrdb from project smar-apparmor-profiles.

%files -n xrdb-profiles
%config %{_sysconfdir}/apparmor.d/xrdb

# xsetroot
%package -n xsetroot-profiles
Summary:        AppArmor profiles for xsetroot
Supplements:    xsetroot
BuildArch:      noarch
%description -n xsetroot-profiles
AppArmor profiles for xsetroot from project smar-apparmor-profiles.

%files -n xsetroot-profiles
%config %{_sysconfdir}/apparmor.d/xsetroot

# xsettingsd
%package -n xsettingsd-profiles
Summary:        AppArmor profiles for xsettingsd
Supplements:    xsettingsd
BuildArch:      noarch
%description -n xsettingsd-profiles
AppArmor profiles for xsettingsd from project smar-apparmor-profiles.

%files -n xsettingsd-profiles
%config %{_sysconfdir}/apparmor.d/xsettingsd

# yakuake
%package -n yakuake-profiles
Summary:        AppArmor profiles for yakuake
Supplements:    yakuake
BuildArch:      noarch
Requires: smar-apparmor-profiles-kde-abstractions
Requires: konsole-profiles
Recommends: utempter-profiles
%description -n yakuake-profiles
AppArmor profiles for yakuake from project smar-apparmor-profiles.

%files -n yakuake-profiles
%config %{_sysconfdir}/apparmor.d/yakuake

# yarn
%package -n yarn-profiles
Summary:        AppArmor profiles for yarn
Supplements:    yarn
BuildArch:      noarch
%description -n yarn-profiles
AppArmor profiles for yarn from project smar-apparmor-profiles.

%files -n yarn-profiles
%config %{_sysconfdir}/apparmor.d/yarn

# yast2
%package -n yast2-profiles
Summary:        AppArmor profiles for yast2
Supplements:    yast2
BuildArch:      noarch
Requires: aaa_base-profiles
Requires: yast2-control-center-profiles
Requires: yast2-ruby-bindings-profiles
%description -n yast2-profiles
AppArmor profiles for yast2 from project smar-apparmor-profiles.

%files -n yast2-profiles
%config %{_sysconfdir}/apparmor.d/yast2
%config %{_sysconfdir}/apparmor.d/yast.online_update

# yast2-control-center
%package -n yast2-control-center-profiles
Summary:        AppArmor profiles for yast2-control-center
Supplements:    yast2-control-center
BuildArch:      noarch
%description -n yast2-control-center-profiles
AppArmor profiles for yast2-control-center from project smar-apparmor-profiles.

%files -n yast2-control-center-profiles
%config %{_sysconfdir}/apparmor.d/yast.y2controlcenter

# yast2-ruby-bindings
%package -n yast2-ruby-bindings-profiles
Summary:        AppArmor profiles for yast2-ruby-bindings
Supplements:    yast2-ruby-bindings
BuildArch:      noarch
Requires: smar-apparmor-profiles-ruby-abstractions
Requires: systemd-profiles
Requires: desktop-file-utils-profiles
Requires: btrfsprogs-profiles
Requires: libzypp-plugin-appdata-profiles
Requires: snapper-zypp-plugin-profiles
%description -n yast2-ruby-bindings-profiles
AppArmor profiles for yast2-ruby-bindings from project smar-apparmor-profiles.

%files -n yast2-ruby-bindings-profiles
%config %{_sysconfdir}/apparmor.d/yast.y2start

# youtube-dl
%package -n youtube-dl-profiles
Summary:        AppArmor profiles for youtube-dl
Supplements:    youtube-dl
BuildArch:      noarch
%description -n youtube-dl-profiles
AppArmor profiles for youtube-dl from project smar-apparmor-profiles.

%files -n youtube-dl-profiles
%config %{_sysconfdir}/apparmor.d/youtube-dl

# yt-dlp
%package -n yt-dlp-profiles
Summary:        AppArmor profiles for yt-dlp
Supplements:    yt-dlp
BuildArch:      noarch
%description -n yt-dlp-profiles
AppArmor profiles for yt-dlp from project smar-apparmor-profiles.

%files -n yt-dlp-profiles
%config %{_sysconfdir}/apparmor.d/yt-dlp

# yubikey-manager-qt
%package -n yubikey-manager-qt-profiles
Summary:        AppArmor profiles for yubikey-manager-qt
Supplements:    yubikey-manager-qt
BuildArch:      noarch
%description -n yubikey-manager-qt-profiles
AppArmor profiles for yubikey-manager-qt from project smar-apparmor-profiles.

%files -n yubikey-manager-qt-profiles
%config %{_sysconfdir}/apparmor.d/ykman-gui

# zeal
%package -n zeal-profiles
Summary:        AppArmor profiles for zeal
Supplements:    zeal
BuildArch:      noarch
%description -n zeal-profiles
AppArmor profiles for zeal from project smar-apparmor-profiles.

%files -n zeal-profiles
%config %{_sysconfdir}/apparmor.d/zeal

# zram-generator
%package -n zram-generator-profiles
Summary:        AppArmor profiles for zram-generator
Supplements:    zram-generator
BuildArch:      noarch
Requires: systemd-profiles
%description -n zram-generator-profiles
AppArmor profiles for zram-generator from project smar-apparmor-profiles.

%files -n zram-generator-profiles
%config %{_sysconfdir}/apparmor.d/zram-generator

# zypper
%package -n zypper-profiles
Summary:        AppArmor profiles for zypper
Supplements:    zypper
BuildArch:      noarch
Requires: smar-apparmor-profiles-systemd-abstractions
Requires: btrfsmaintenance-profiles
Requires: libzypp-plugin-appdata-profiles
Requires: rpm-profiles
Requires: snapper-zypp-plugin-profiles
Recommends: dracut-profiles
Suggests: libreoffice-profiles
%description -n zypper-profiles
AppArmor profiles for zypper from project smar-apparmor-profiles.

%files -n zypper-profiles
%config %{_sysconfdir}/apparmor.d/zypper
%config %{_sysconfdir}/apparmor.d/zypper.gpg2
%config %{_sysconfdir}/apparmor.d/zypper.gpg-agent
%config %{_sysconfdir}/apparmor.d/zypper.scdaemon


%changelog

# kate: syntax RPM Spec