apparmor.d/debian/apparmor.d.postinst
2024-02-07 00:16:21 +01:00

11 lines
237 B
Bash

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