/* Do not remove the headers from this file! see /USAGE for more info. */

/*
** security.h -- security related definitions
**
*/

#ifndef __SECURITY_H__
#define __SECURITY_H__

#define ACCESS_SAVE	"/data/secure/access"
#define ACCESS_SAVE_BAK	"/data/secure/access_backup"

#define ACCESS_LOG	"/data/secure/LOG"


#endif /* __SECURITY_H__ */
