2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +00:00

parser: fix permissions of apparmor.systemd helper script

Merge branch 'cboltz-fix-apparmor-systemd-perms'

Acked-by: Steve Beattie <steve@nxnw.org>

Bug: https://bugzilla.opensuse.org/show_bug.cgi?id=1090545
PR: https://gitlab.com/apparmor/apparmor/merge_requests/106
This commit is contained in:
Steve Beattie 2018-04-25 15:41:52 -07:00
commit 987cc4af3a
No known key found for this signature in database
GPG Key ID: 2F099E8D005E81F4

View File

@ -383,7 +383,7 @@ install-indep: indep
install-systemd: install-systemd:
install -m 755 -d $(SYSTEMD_UNIT_DIR) install -m 755 -d $(SYSTEMD_UNIT_DIR)
install -m 644 apparmor.service $(SYSTEMD_UNIT_DIR) install -m 644 apparmor.service $(SYSTEMD_UNIT_DIR)
install -m 644 apparmor.systemd $(APPARMOR_BIN_PREFIX) install -m 755 apparmor.systemd $(APPARMOR_BIN_PREFIX)
install -m 755 -d $(DESTDIR)/usr/sbin install -m 755 -d $(DESTDIR)/usr/sbin
install -m 755 aa-teardown $(DESTDIR)/usr/sbin install -m 755 aa-teardown $(DESTDIR)/usr/sbin