14 lines
444 B
Diff
14 lines
444 B
Diff
|
--- krb5-1.3.1/src/util/profile/prof_file.c.selinux 2003-03-06 13:48:03.000000000 -0500
|
||
|
+++ krb5-1.3.1/src/util/profile/prof_file.c 2003-09-03 13:42:42.343661059 -0400
|
||
|
@@ -220,8 +220,10 @@ errcode_t profile_update_file_data(prf_d
|
||
|
}
|
||
|
data->upd_serial++;
|
||
|
data->flags = 0;
|
||
|
+#ifdef NO_SELINUX
|
||
|
if (rw_access(data->filespec))
|
||
|
data->flags |= PROFILE_FILE_RW;
|
||
|
+#endif
|
||
|
retval = profile_parse_file(f, &data->root);
|
||
|
fclose(f);
|
||
|
if (retval)
|