diff --git a/[refs] b/[refs] index d08f47d01525..0ac2e54ab95e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a936eb928c1a253c2e5d66b947688bdc55094a6 +refs/heads/master: 6931dfc9f3f81d148b7ed0ab3fd796f8b986a995 diff --git a/trunk/security/selinux/hooks.c b/trunk/security/selinux/hooks.c index 17a1189f1ff8..6be273851144 100644 --- a/trunk/security/selinux/hooks.c +++ b/trunk/security/selinux/hooks.c @@ -68,6 +68,7 @@ #include #include #include +#include #include "avc.h" #include "objsec.h" @@ -1943,7 +1944,7 @@ static int selinux_sb_copy_data(struct file_system_type *type, void *orig, void } } while (*in_end++); - copy_page(in_save, nosec_save); + strcpy(in_save, nosec_save); free_page((unsigned long)nosec_save); out: return rc;