apparmor.d/debian/apparmor.d.postrm
2024-01-22 05:35:08 +00:00

10 lines
232 B
Bash

#!/bin/bash
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
#DEBHELPER#
systemctl restart apparmor.service > /dev/null || true
exit 0