summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2006-06-16 15:02:57 +0000
committerAlexander Larsson <alexl@src.gnome.org>2006-06-16 15:02:57 +0000
commit2f6ea5757cd326d1e898332cf40c87c2906a2a0a (patch)
tree0793f48b19826630db51aaed4a33ae706bc29263 /src
parent71b1be1b0b357d280bb9ad536129c154cdac4ca0 (diff)
downloadnautilus-2f6ea5757cd326d1e898332cf40c87c2906a2a0a.tar.gz
Add selinux context column
2006-06-16 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-column-utilities.c: Add selinux context column * libnautilus-private/nautilus-directory-async.c: * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.[ch]: Get selinux context for all files. Add nautilus_file_can_get_selinux_context and nautilus_file_get_selinux_context Add selinux_context string attribute. * src/file-manager/fm-properties-window.c: Display selinux context in permissions page.
Diffstat (limited to 'src')
-rw-r--r--src/file-manager/fm-properties-window.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c
index 73f6982bd..e8dc606e8 100644
--- a/src/file-manager/fm-properties-window.c
+++ b/src/file-manager/fm-properties-window.c
@@ -3800,6 +3800,10 @@ create_permissions_page (FMPropertiesWindow *window)
gtk_table_set_row_spacing (page_table, page_table->nrows - 1, 18);
append_title_value_pair
+ (window, page_table, _("SELinux Context:"),
+ "selinux_context", _("--"),
+ FALSE);
+ append_title_value_pair
(window, page_table, _("Last changed:"),
"date_permissions", _("--"),
FALSE);