chiark / gitweb /
automount: add DirectoryMode= setting
[elogind.git] / src / automount.h
index 44e6100ff691c8ec2a8313f70f2608b5447c5c9f..13b56effb6fa96204ea503fc830885e7337e5774 100644 (file)
@@ -48,6 +48,8 @@ struct Automount {
         Watch pipe_watch;
         dev_t dev_id;
 
+        mode_t directory_mode;
+
         Set *tokens;
 
         bool failure:1;