updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / simias / whitelist-home.patch
blob907e92ba3bf338205d859d1ca685b944af0f0826
1 --- src/core/Simias.Web/SharedCollection.cs 2010-04-15 10:16:23.000000000 -0400
2 +++ src/core/Simias.Web/SharedCollection.cs 2010-07-19 12:38:09.905200825 -0400
3 @@ -1106,7 +1106,7 @@ namespace Simias.Web
4 while(mntLine != null)
6 // verify it's a device on this box
7 - if(mntLine.StartsWith("/dev") && (mntLine.IndexOf("iso9660") == -1))
8 + if((mntLine.StartsWith("/dev") || mntLine.StartsWith("/home")) && (mntLine.IndexOf("iso9660") == -1))
10 Stat stat;
11 string[] entries;