source: libabac/abac.h @ f89b991

mei_rt2
Last change on this file since f89b991 was 2e9455f, checked in by Mei <mei@…>, 11 years ago

1) added namespace
2) tweak ?This,
3) allowing linking role/oset as constraining conditions
4) adding access_tests regression testing that uses GENI's access policy
5) added couple multi contexts regression tests
6) add compression/uncompression calls to abac_encode_string/abac_decode_string
(libstrongwan only allows 512 char for attribute rule storage)
7) add attribute_now option to creddy that takes a whole char string for attribute
rule

  • Property mode set to 100644
File size: 202 bytes
RevLine 
[8bd77b5]1#ifndef __ABAC_H__
2#define __ABAC_H__
3
[2e9455f]4/* libabac routines called from abac.hh */
[8bd77b5]5#include <stdlib.h>
[5730a10]6#include <stdbool.h>
[8bd77b5]7
[2e9455f]8#include "abac_defines.h"
9#include "abac_external.h"
[5d06689]10
[8bd77b5]11#endif /* __ABAC_H__ */
Note: See TracBrowser for help on using the repository browser.