remove nautilus-2.19.2-selinux.patch and nautilus-2.22.1-show-selinux.diff

from repository
This commit is contained in:
Tomas Bzatek 2008-04-24 14:16:16 +00:00
parent f5c58357fc
commit 342766c5d9
2 changed files with 0 additions and 1678 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +0,0 @@
Index: libnautilus-private/nautilus-file.c
===================================================================
--- libnautilus-private/nautilus-file.c (revision 14026)
+++ libnautilus-private/nautilus-file.c (working copy)
@@ -1799,7 +1799,7 @@
eel_ref_str_unref (file->details->mime_type);
file->details->mime_type = eel_ref_str_get_unique (mime_type);
- selinux_context = g_file_info_get_attribute_string (info, "selinux:context");
+ selinux_context = g_file_info_get_attribute_string (info, G_FILE_ATTRIBUTE_SELINUX_CONTEXT);
if (eel_strcmp (file->details->selinux_context, selinux_context) != 0) {
changed = TRUE;
g_free (file->details->selinux_context);