Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/FixedSharedModeCrossProcessCacheAccess.java

        @Override
        public <T> T withFileLock(Supplier<T> factory) {
            throw failure();
        }
    
        protected UnsupportedOperationException failure() {
            return new UnsupportedOperationException("Cannot escalate a shared lock to an exclusive lock. This is not yet supported.");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:51 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. src/runtime/security_test.go

    	}
    	_, err := cmd.CombinedOutput()
    	return err
    }
    
    const highPrivUser = "root"
    
    func setSetuid(t *testing.T, user, bin string) {
    	t.Helper()
    	// We escalate privileges here even if we are root, because for some reason on some builders
    	// (at least freebsd-amd64-13_0) the default PATH doesn't include /usr/sbin, which is where
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 13 18:10:14 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top