TOMOYO: Allow using UID/GID etc. of current thread as conditions.
[deliverable/linux.git] / security / tomoyo / util.c
index 7ff54c95e1f25c45440d97395723416a7be1dbb5..e25f7ffd5ba76ee4a8233651baba85dab6904267 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;
This page took 0.026477 seconds and 5 git commands to generate.