mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 09:06:44 -06:00
Fix configure.jar permissions
Remove executable bit added by /usr/bin/signtool https://fedorahosted.org/freeipa/ticket/1644
This commit is contained in:
parent
d0ce604b4d
commit
ba2a3ff44e
@ -253,7 +253,7 @@ class HTTPInstance(service.Service):
|
|||||||
"-e", ".html", "-p", pwd,
|
"-e", ".html", "-p", pwd,
|
||||||
tmpdir])
|
tmpdir])
|
||||||
shutil.rmtree(tmpdir)
|
shutil.rmtree(tmpdir)
|
||||||
os.chmod(target_fname, 0755) # everyone can execute the jar
|
os.chmod(target_fname, 0644)
|
||||||
|
|
||||||
def __publish_ca_cert(self):
|
def __publish_ca_cert(self):
|
||||||
ca_db = certs.CertDB(self.realm)
|
ca_db = certs.CertDB(self.realm)
|
||||||
|
Loading…
Reference in New Issue
Block a user