abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change
on this file since f30b1e9 was
7e3f5e2,
checked in by Mei <mei@…>, 12 years ago
|
1) converted daisychain scaling tests
|
-
Property mode set to
100755
|
File size:
382 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | keystore=`pwd` |
---|
4 | pID=`creddy --keyid --cert ${keystore}/John#VAL#_ID.pem` |
---|
5 | cID=`creddy --keyid --cert ${keystore}/John0_ID.pem` |
---|
6 | |
---|
7 | #JohnX likes John0? |
---|
8 | |
---|
9 | role="${pID}.likes" |
---|
10 | principal="${cID}" |
---|
11 | |
---|
12 | $keystore/../../../../example_scripts/c/abac_prover "$keystore" "$role" "$principal" |
---|
13 | |
---|
14 | #echo "$keystore" "$role" "$principal" |
---|
15 | #gdb $keystore/../../../../example_scripts/c/abac_prover |
---|
16 | |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.