abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change
on this file since 0d6b61a was
4721618,
checked in by Mei <mei@…>, 12 years ago
|
1) tested out python and perl test scripts along with
abac_chunk_t calls in libabac's abac.hh
|
-
Property mode set to
100755
|
File size:
267 bytes
|
Rev | Line | |
---|
[4721618] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | keystore=`pwd` |
---|
| 4 | pID=`creddy --keyid --cert ${keystore}/IceCream_ID.pem` |
---|
| 5 | cID=`creddy --keyid --cert ${keystore}/Chocolate_ID.pem` |
---|
| 6 | |
---|
| 7 | role="${pID}.delicious" |
---|
| 8 | principal="${cID}" |
---|
| 9 | |
---|
| 10 | ./abac_prover.pl --keystore="$keystore" --role="$role" --principal="$principal" |
---|
| 11 | |
---|
| 12 | |
---|
| 13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.