Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 657 for Chroot (3.03 sec)

  1. docs/chroot/README.md

    Chroot allows user based namespace isolation on many standard Linux deployments.
    
    ## 1. Prerequisites
    
    - Familiarity with [chroot](http://man7.org/linux/man-pages/man2/chroot.2.html)
    - Chroot installed on your machine.
    
    ## 2. Install MinIO in Chroot
    
    ```sh
    mkdir -p /mnt/export/${USER}/bin
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  2. dockerscripts/docker-entrypoint.sh

    	if [ -n "${MINIO_USERNAME}" ] && [ -n "${MINIO_GROUPNAME}" ]; then
    		if [ -n "${MINIO_UID}" ] && [ -n "${MINIO_GID}" ]; then
    			chroot --userspec=${MINIO_UID}:${MINIO_GID} / "$@"
    		else
    			echo "${MINIO_USERNAME}:x:1000:1000:${MINIO_USERNAME}:/:/sbin/nologin" >>/etc/passwd
    			echo "${MINIO_GROUPNAME}:x:1000" >>/etc/group
    			chroot --userspec=${MINIO_USERNAME}:${MINIO_GROUPNAME} / "$@"
    		fi
    	else
    		exec "$@"
    	fi
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Nov 03 21:18:18 UTC 2023
    - 675 bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), func BpfTimeout(int) (*Timeval, error)
    pkg syscall (freebsd-386-cgo), func CheckBpfVersion(int) error
    pkg syscall (freebsd-386-cgo), func Chflags(string, int) error
    pkg syscall (freebsd-386-cgo), func Chroot(string) error
    pkg syscall (freebsd-386-cgo), func Close(int) error
    pkg syscall (freebsd-386-cgo), func CloseOnExec(int)
    pkg syscall (freebsd-386-cgo), func CmsgLen(int) int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (darwin-386), func BpfTimeout(int) (*Timeval, error)
    pkg syscall (darwin-386), func CheckBpfVersion(int) error
    pkg syscall (darwin-386), func Chflags(string, int) error
    pkg syscall (darwin-386), func Chroot(string) error
    pkg syscall (darwin-386), func Close(int) error
    pkg syscall (darwin-386), func CloseOnExec(int)
    pkg syscall (darwin-386), func CmsgLen(int) int
    pkg syscall (darwin-386), func CmsgSpace(int) int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func CheckBpfVersion(int) error
    pkg syscall (netbsd-arm64-cgo), func Chflags(string, int) error
    pkg syscall (netbsd-arm64-cgo), func Chroot(string) error
    pkg syscall (netbsd-arm64-cgo), func Close(int) error
    pkg syscall (netbsd-arm64-cgo), func CloseOnExec(int)
    pkg syscall (netbsd-arm64-cgo), func CmsgLen(int) int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), func CheckBpfVersion //deprecated
    pkg syscall (freebsd-arm64), func CheckBpfVersion(int) error
    pkg syscall (freebsd-arm64), func Chflags(string, int) error
    pkg syscall (freebsd-arm64), func Chroot(string) error
    pkg syscall (freebsd-arm64), func Close(int) error
    pkg syscall (freebsd-arm64), func CloseOnExec(int)
    pkg syscall (freebsd-arm64), func CmsgLen(int) int
    pkg syscall (freebsd-arm64), func CmsgSpace(int) int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), func CheckBpfVersion //deprecated
    pkg syscall (darwin-arm64), func CheckBpfVersion(int) error
    pkg syscall (darwin-arm64), func Chflags(string, int) error
    pkg syscall (darwin-arm64), func Chroot(string) error
    pkg syscall (darwin-arm64), func Close(int) error
    pkg syscall (darwin-arm64), func CloseOnExec(int)
    pkg syscall (darwin-arm64), func CmsgLen(int) int
    pkg syscall (darwin-arm64), func CmsgSpace(int) int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  8. istioctl/cmd/root.go

    const (
    	FlagCharts = "charts"
    )
    
    // ConfigAndEnvProcessing uses spf13/viper for overriding CLI parameters
    func ConfigAndEnvProcessing() error {
    	configPath := filepath.Dir(root.IstioConfig)
    	baseName := filepath.Base(root.IstioConfig)
    	configType := filepath.Ext(root.IstioConfig)
    	configName := baseName[0 : len(baseName)-len(configType)]
    	if configType != "" {
    		configType = configType[1:]
    	}
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Aug 05 02:08:47 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func CheckBpfVersion(int) error #53466
    pkg syscall (freebsd-riscv64), func Chflags(string, int) error #53466
    pkg syscall (freebsd-riscv64), func Chroot(string) error #53466
    pkg syscall (freebsd-riscv64), func Close(int) error #53466
    pkg syscall (freebsd-riscv64), func CloseOnExec(int) #53466
    pkg syscall (freebsd-riscv64), func CmsgLen(int) int #53466
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. istioctl/pkg/root/root.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package root
    
    import (
    	"istio.io/istio/pkg/env"
    	"istio.io/istio/pkg/log"
    )
    
    const (
    	// Location to read istioctl defaults from
    	defaultIstioctlConfig = "$HOME/.istioctl/config.yaml"
    )
    
    var (
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Mar 26 20:38:10 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top