abac0-leakabac0-meitvf-new-xml
Last change
on this file since 6d3fc40 was
bec30b5,
checked in by Mei <mei@…>, 11 years ago
|
1) change abac_context_load_directory to check on every regular files
and try to extract id id/privkey and then attribute in turn.
2) move id_certs to be context based instead of shared globally
|
-
Property mode set to
100755
|
File size:
137 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # verify.ck |
---|
4 | |
---|
5 | result=`diff verify.out verify.save 2>/dev/null` |
---|
6 | |
---|
7 | if [ "$result" = "" ]; then |
---|
8 | return 0 |
---|
9 | else |
---|
10 | return 1 |
---|
11 | fi |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.