Mercurial > trustbridge
annotate ui/certs.qrc @ 1070:f110a3f6e387
(issue114) Fine tune ACL propagation
using mkdir_p the ACL of the parent directories would
propagate to all subdirectories and objects in the directory.
Now we only use ACL propagation in the last directory to make
sure that files we might create in that directory inherit the
correct (resitricted) ACL
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 10 Sep 2014 16:41:36 +0200 |
parents | eaea1504f282 |
children | 508c96e72f62 |
rev | line source |
---|---|
18
f4f957c58e0a
Move listuitol and add cert pinning with a test certificate
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
1 <!DOCTYPE RCC><RCC version="1.0"> |
f4f957c58e0a
Move listuitol and add cert pinning with a test certificate
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
2 <qresource prefix="/certs"> |
409
09bb19e5e369
Remove m13 mentions and change test certificate to intevation.de
Andre Heinecke <aheinecke@intevation.de>
parents:
18
diff
changeset
|
3 <file alias="intevation.de">certificates/intevation.de.der</file> |
954
eaea1504f282
(issue41) Add curl staticlib definition
Andre Heinecke <andre.heinecke@intevation.de>
parents:
409
diff
changeset
|
4 <file alias="geotrust">certificates/geotrust.der</file> |
18
f4f957c58e0a
Move listuitol and add cert pinning with a test certificate
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
5 </qresource> |
f4f957c58e0a
Move listuitol and add cert pinning with a test certificate
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
6 </RCC> |