Fixed nfscheck.service group permission
Permission changed to 644 File is no longer group writable Fixes minor security issue Test Plan: PASS file has 644 permissions in deb pkg Story: 2009101 Task: 47266 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: I1c5d7c349884ba0f267f77bb0e12448f8fa97264
This commit is contained in:
parent
10d187b513
commit
d215516481
@ -10,9 +10,6 @@ override_dh_install:
|
||||
install -m 755 -p -D nfscheck.sh $(ROOT)/usr/bin
|
||||
|
||||
install -d -m 755 $(ROOT)/usr/lib/systemd/system
|
||||
install -m 664 -p -D nfscheck.service $(ROOT)/usr/lib/systemd/system
|
||||
install -m 644 -p -D nfscheck.service $(ROOT)/usr/lib/systemd/system
|
||||
|
||||
dh_install
|
||||
|
||||
override_dh_fixperms:
|
||||
dh_fixperms -Xnfscheck.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user