remove nautilus-2.19.2-selinux.patch and nautilus-2.22.1-show-selinux.diff
from repository
This commit is contained in:
parent
f5c58357fc
commit
342766c5d9
File diff suppressed because it is too large
Load Diff
@ -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);
|
Loading…
Reference in New Issue
Block a user