mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
neutrino: make autofs an allowed file system
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1833 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 29de797de5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-06 (Sun, 06 Nov 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1131,6 +1131,7 @@ int check_dir(const char * newdir)
|
||||
case 0x65735546L: /*fuse for ntfs*/
|
||||
case 0x58465342L: /*xfs*/
|
||||
case 0x4d44L: /*msdos*/
|
||||
case 0x0187: /* AUTOFS_SUPER_MAGIC */
|
||||
return 0;//ok
|
||||
default:
|
||||
fprintf( stderr,"%s Unknow File system type: %i\n",newdir ,s.f_type);
|
||||
|
Reference in New Issue
Block a user