Hi, I'm thinking about deprecating sandbox_options on recipes. It's basically a way to tell Compile that a given recipe is going to copy random files outside $target. The unmanaged_files array, on the other hand, explicitly lists which files or directories are going to be affected.
My suggestion is to replace all declarations of sandbox_options in our recipe store by an expliicit listing of affected files outside $target through the unmanaged_files array. This will allow us to have a better view on the left overs, while also ensuring that these recipes will work fine under UnionSandbox. Recipes can still be guaranteed to work on FibosandBox by simply doing a quick check inside Compile: if "$unmanaged_files" is not empty and we're not on UnionSandbox, automatically pass --no-sandbox to FiboSandbox. I'd like to have some help from you to review the following recipes that are still using sandbox_options (list taken from the svn trunk, last version only). Feel free to choose whatever recipes you like more, and then just submit the revised one to the gobolinux-recipes list. Many thanks in advance, Lucas Recipe List ------------- ALSA-Driver 1.0.13 Baobab 2.4.2 Bluefish 1.0.5 BusyBox 1.2.2.1 CuteCom 0.13.1 DVD+RW-Tools 6.1 DekTec-Driver 1.7.1.95 EAGLE-USB-Modem 2.3.2 Fbset 2.1 Fontconfig 2.3.95 Fuse 2.2.1 Gimp-Help 2.0.8 Glibc 2.5 Gnome-VFS 2.15.1 HTTPD 2.2.3 IEEE80211 1.1.12 INN 2.4.1 IPW2200 1.1.0 KQemu 1.3.0pre9 LM_Sensors 2.10.1 LibGnome 2.14.1 LibVisual-Plugins 0.2.0 Linux 2.4.26 Linux 2.6.20 Lirc 0.7.2 Megapov 1.1 Mod_PHP 5.1.4 Mod_Python 3.1.4 MySQL-Python 1.2.1_p2 Ndiswrapper 1.8 OpenSC 0.9.6 P7Zip 4.43 PWC 10.0.11 Perl-Mod_Perl 2.0 Postfix 2.1.5 Povray 3.6 QEMU 0.8.0 ROX-Filer 2.5 Rlocate 0.4.3 SVGALib 1.9.25 Spca5xx 20060501 Subfs 0.9 Subversion 1.1.3 Sudo 1.6.8p12 ToshUtils 2.0.1 Unionfs 1.0.14 WxHaskell 0.8 XFSProgs 2.7.11 _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel