Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for callsyslog (0.1 sec)

  1. src/syscall/exec_linux_test.go

    			fmt.Fprintln(os.Stderr, "CAP_SYS_TIME unexpectedly not in the effective capability mask")
    			os.Exit(2)
    		}
    		if caps.data[1].effective&(1<<uint(CAP_SYSLOG&31)) == 0 {
    			fmt.Fprintln(os.Stderr, "CAP_SYSLOG unexpectedly not in the effective capability mask")
    			os.Exit(2)
    		}
    		os.Exit(0)
    	}
    
    	// skip on android, due to lack of lookup support
    	if runtime.GOOS == "android" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 07:45:37 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	CAP_SETFCAP                                 = 0x1f
    	CAP_SETGID                                  = 0x6
    	CAP_SETPCAP                                 = 0x8
    	CAP_SETUID                                  = 0x7
    	CAP_SYSLOG                                  = 0x22
    	CAP_SYS_ADMIN                               = 0x15
    	CAP_SYS_BOOT                                = 0x16
    	CAP_SYS_CHROOT                              = 0x12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
Back to top