apparmor.d/debian/apparmor.d.postinst

11 lines
232 B
Text
Raw Normal View History

2021-04-03 23:22:09 +01:00
#!/bin/bash
2023-03-10 10:31:23 +00:00
# apparmor.d - Full set of apparmor profiles
2021-04-03 23:22:09 +01:00
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
#DEBHELPER#
systemctl restart apparmor.service > /dev/null || true
2021-09-19 20:39:13 +01:00
exit 0