summaryrefslogtreecommitdiff
path: root/tools/hal-storage-shared.c
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2007-02-17 17:24:54 -0500
committerDavid Zeuthen <davidz@redhat.com>2007-02-17 17:24:54 -0500
commitd7d9e1100f9f26da1004597ee52814fd41610c08 (patch)
treea8803d3a4b73dc0173879a9b4399cca347337d36 /tools/hal-storage-shared.c
parent573c40932cb08837d75f1981904e493734765338 (diff)
more ACL management work; now it's actually usuable
Diffstat (limited to 'tools/hal-storage-shared.c')
-rw-r--r--tools/hal-storage-shared.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hal-storage-shared.c b/tools/hal-storage-shared.c
index 19e18198..11ec3d1c 100644
--- a/tools/hal-storage-shared.c
+++ b/tools/hal-storage-shared.c
@@ -573,6 +573,7 @@ lock_hal_mtab (void)
printf ("%d: XYA attempting to get lock on /media/.hal-mtab-lock\n", getpid ());
lock_mtab_fd = open ("/media/.hal-mtab-lock", O_CREAT | O_RDWR);
+ /* TODO: set correct mode, owner etc. */
if (lock_mtab_fd < 0)
return FALSE;