Home | History | Annotate | Download | only in cloneNS
      1 /******************************************************************************/
      2 /*                                                                            */
      3 /* Copyright (c) International Business Machines  Corp., 2008                 */
      4 /*                                                                            */
      5 /* This program is free software;  you can redistribute it and/or modify      */
      6 /* it under the terms of the GNU General Public License as published by       */
      7 /* the Free Software Foundation; either version 2 of the License, or          */
      8 /* (at your option) any later version.                                        */
      9 /*                                                                            */
     10 /* This program is distributed in the hope that it will be useful,            */
     11 /* but WITHOUT ANY WARRANTY;  without even the implied warranty of            */
     12 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See                  */
     13 /* the GNU General Public License for more details.                           */
     14 /*                                                                            */
     15 /* You should have received a copy of the GNU General Public License          */
     16 /* along with this program;  if not, write to the Free Software               */
     17 /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA    */
     18 /*                                                                            */
     19 /******************************************************************************/
     20 
     21 OO_DESCRIPTION.txt
     22 ==================
     23 
     24 The contents of the cloneNS directory:
     25 test01 - namespace with shared dirs
     26 test02 - namespaces with parent-slave
     27 test03 - namespace with unclonable mount
     28 test04 - namespace with private mount.
     29 test05 - namespace with multi-level
     30 test06 - namespace with shared point bind mounted
     31 test07 - slave child to slave parent.
     32 
     33 
     34 test01:
     35 =======
     36 namespace with shared dirs
     37 
     38 
     39 test02:
     40 =======
     41 namespaces with parent-slave
     42 
     43 
     44 test03:
     45 =======
     46 namespace with unclonable mount
     47 
     48 
     49 test04:
     50 =======
     51 namespace with private mount.
     52 
     53 
     54 test05:
     55 =======
     56 namespace with multi-level
     57 chain of slaves
     58 
     59 
     60 test06:
     61 =======
     62 namespace with shared point bind mounted
     63 within the same directory
     64 
     65 
     66 test07:
     67 =======
     68 slave child to slave parent.
     69 
     70 
     71