can_user_push.c: simplify code
[girocco.git] / fstab / fstab.girocco
blob2a1774b7d44687ffa89a2ab3f91661b4f2aa8ee1
1 # These entries should be ADDED to the end of /etc/fstab to
2 # properly set up the girocco chroot jail
4 # /etc/fstab: static file system information.
6 # <file system> <mount point>           <type>  <options>               <dump>  <pass>
8 # mount the git repositories in the jail
9 /srv/git        /home/repo/j/srv/git    none    bind                    0       0
11 # mount the proc filesystem in the jail
12 #   Note that there are two possiblities here, the first is a bind mount and
13 #     the second is another proc mount.
14 #   The bind mount will always mirror everything in /proc whereas a second
15 #     proc mount has the potential of having a separate proc namespace.
16 #/proc          /home/repo/j/proc       none    bind                    0       0
17 proc            /home/repo/j/proc       proc    nodev,noexec,nosuid     0       0