TOMOYO: Allow using UID/GID etc. of current thread as conditions.
[pandora-kernel.git] / security / tomoyo / util.c
index 7ff54c9..e25f7ff 100644 (file)
@@ -138,7 +138,7 @@ char *tomoyo_read_token(struct tomoyo_acl_param *param)
  * The @src is updated to point the first character after the value
  * on success.
  */
-static u8 tomoyo_parse_ulong(unsigned long *result, char **str)
+u8 tomoyo_parse_ulong(unsigned long *result, char **str)
 {
        const char *cp = *str;
        char *ep;