mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Merge branch 'pam_apparmor-less-restrictive-permissions' into 'master'
Install pam_apparmor.so with write permission for its owner. See merge request apparmor/apparmor!56 Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
commit
8b17fd1fa6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ SECDIR ?= ${DESTDIR}/lib/security
|
|||
.PHONY: install
|
||||
install: $(NAME).so
|
||||
install -m 755 -d $(SECDIR)
|
||||
install -m 555 $(NAME).so $(SECDIR)/
|
||||
install -m 755 $(NAME).so $(SECDIR)/
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue