server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
diff --git a/server/mutex.c b/server/mutex.c
index 7d330e2..e128dfc 100644
--- a/server/mutex.c
+++ b/server/mutex.c
@@ -62,6 +62,8 @@
     mutex_signal,              /* signal */
     no_get_fd,                 /* get_fd */
     mutex_map_access,          /* map_access */
+    default_get_sd,            /* get_sd */
+    default_set_sd,            /* set_sd */
     no_lookup_name,            /* lookup_name */
     no_open_file,              /* open_file */
     no_close_handle,           /* close_handle */