Index: /trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
===================================================================
--- /trunk/src/VBox/Main/linux/HostHardwareLinux.cpp	(revision 29351)
+++ /trunk/src/VBox/Main/linux/HostHardwareLinux.cpp	(revision 29352)
@@ -1300,6 +1300,7 @@
 }
 
-/** The flags we pass to inotify - modify, create, delete */
-#define IN_FLAGS 0x302
+/** The flags we pass to inotify - modify, create, delete, change permissions
+ */
+#define IN_FLAGS 0x306
 
 bool inotifyWatch::handle(const char *pcszPath)
