Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 116 for 0o700 (0.05 sec)

  1. src/syscall/syscall_wasip1.go

    	S_IFIFO  = 0000010000
    
    	S_UNSUP = 0000370000
    
    	S_ISUID = 0004000
    	S_ISGID = 0002000
    	S_ISVTX = 0001000
    
    	S_IREAD  = 0400
    	S_IWRITE = 0200
    	S_IEXEC  = 0100
    
    	S_IRWXU = 0700
    	S_IRUSR = 0400
    	S_IWUSR = 0200
    	S_IXUSR = 0100
    
    	S_IRWXG = 070
    	S_IRGRP = 040
    	S_IWGRP = 020
    	S_IXGRP = 010
    
    	S_IRWXO = 07
    	S_IROTH = 04
    	S_IWOTH = 02
    	S_IXOTH = 01
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. cmd/notification.go

    	for typ, data := range data {
    		err := embedFileInZip(zipWriter, fmt.Sprintf("profile-%s-%s", thisAddr, typ), data, 0o600)
    		internalLogIf(ctx, err)
    	}
    	if b := getClusterMetaInfo(ctx); len(b) > 0 {
    		internalLogIf(ctx, embedFileInZip(zipWriter, "cluster.info", b, 0o600))
    	}
    
    	return
    }
    
    // VerifyBinary - asks remote peers to verify the checksum
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  3. src/net/mail/message.go

    	days := [...]string{"2", "02"}     // day = 1*2DIGIT
    	years := [...]string{"2006", "06"} // year = 4*DIGIT / 2*DIGIT
    	seconds := [...]string{":05", ""}  // second
    	// "-0700 (MST)" is not in RFC 5322, but is common.
    	zones := [...]string{"-0700", "MST", "UT"} // zone = (("+" / "-") 4DIGIT) / "UT" / "GMT" / ...
    
    	for _, dow := range dows {
    		for _, day := range days {
    			for _, year := range years {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/pkiutil/pki_helpers.go

    // The parent directory of the csrPath will be created as needed with file mode 0700.
    func WriteCSR(csrDir, name string, csr *x509.CertificateRequest) error {
    	if csr == nil {
    		return errors.New("certificate request cannot be nil when writing to file")
    	}
    
    	csrPath := pathForCSR(csrDir, name)
    	if err := os.MkdirAll(filepath.Dir(csrPath), os.FileMode(0700)); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  5. src/unicode/letter_test.go

    	0xa800,
    	0xf900,
    	0xfa30,
    	0xffda,
    	0xffdc,
    	0x10000,
    	0x10300,
    	0x10400,
    	0x20000,
    	0x2f800,
    	0x2fa1d,
    }
    
    var notletterTest = []rune{
    	0x20,
    	0x35,
    	0x375,
    	0x619,
    	0x700,
    	0x1885,
    	0xfffe,
    	0x1ffff,
    	0x10ffff,
    }
    
    // Contains all the special cased Latin-1 chars.
    var spaceTest = []rune{
    	0x09,
    	0x0a,
    	0x0b,
    	0x0c,
    	0x0d,
    	0x20,
    	0x85,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 09 01:46:03 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/util/staticpod/utils.go

    // WriteStaticPodToDisk writes a static pod file to disk
    func WriteStaticPodToDisk(componentName, manifestDir string, pod v1.Pod) error {
    
    	// creates target folder if not already exists
    	if err := os.MkdirAll(manifestDir, 0700); err != nil {
    		return errors.Wrapf(err, "failed to create directory %q", manifestDir)
    	}
    
    	// writes the pod to disk
    	serialized, err := kubeadmutil.MarshalToYaml(&pod, v1.SchemeGroupVersion)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. pkg/test/framework/suite.go

    		out = append(out, regexp.MustCompile(pattern))
    	}
    
    	return out
    }
    
    func appendToFile(contents []byte, file string) error {
    	f, err := os.OpenFile(file, os.O_APPEND|os.O_WRONLY|os.O_CREATE, 0o600)
    	if err != nil {
    		return err
    	}
    
    	defer func() {
    		_ = f.Close()
    	}()
    
    	if _, err = f.Write(contents); err != nil {
    		return err
    	}
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv13-ClientCert-ECDSA-RSA

    00000230  17 aa 28 56 20 ee 82 fd  de d1 55 b8 e9 27 ae 3d  |..(V .....U..'.=|
    00000240  e1 44 d6 0b b9 7a 25 77  b0 f1 be 64 ae cc 0d 44  |.D...z%w...d...D|
    00000250  af 57 32 9f cf bc c0 07  00 0b 19 97 08 0a d5 50  |.W2............P|
    00000260  20 0e ef d5 1e 2e 68 82  ae 2d 84 47 3d 9b 5b 24  | .....h..-.G=.[$|
    00000270  55 95 b2 93 e0 60 a2 cd  e5 72 69 b3 e2 de da 70  |U....`...ri....p|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. cmd/admin-handlers.go

    			adminLogIf(ctx, embedFileInZip(inspectZipW, "cluster.info", b, 0o600))
    		}
    	}
    
    	rawDataFn := func(r io.Reader, host, disk, filename string, si StatInfo) error {
    		// Prefix host+disk
    		filename = path.Join(host, disk, filename)
    		if si.Dir {
    			filename += "/"
    			si.Size = 0
    		}
    		if si.Mode == 0 {
    			// Not, set it to default.
    			si.Mode = 0o600
    		}
    		if si.ModTime.IsZero() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/audit.go

    		MaxBackups: o.MaxBackups,
    		MaxSize:    o.MaxSize,
    		Compress:   o.Compress,
    	}, nil
    }
    
    func (o *AuditLogOptions) ensureLogFile() error {
    	if err := os.MkdirAll(filepath.Dir(o.Path), 0700); err != nil {
    		return err
    	}
    	mode := os.FileMode(0600)
    	f, err := os.OpenFile(o.Path, os.O_CREATE|os.O_APPEND|os.O_RDWR, mode)
    	if err != nil {
    		return err
    	}
    	return f.Close()
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 24 06:30:04 UTC 2022
    - 20.3K bytes
    - Viewed (0)
Back to top