X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=tqwDo SiA03yGmmh5s1CpT7zdR3w+RXVA8eBlM0VEfpWIeQ/BY+hh8yC7PJV5GUl4EfT+Y b6sBhtGJdEiP3L7jPP76Bqc9V0tSYCbxYBvEQErNS+0aA+MVJqJLDhSNQevQHVam FmhL+jj+7EsgwAfkzBbyITFZY2TsRJ8u8ujvFI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=95X20wq++kb jdgxM56vaAW8P9yM=; b=BIhX95HRbyr85KL8jkkx77/WKNiAEPI4v2m8R1VWaAR rdjWFcdCB6qQVzfOdRVaHpgeHrjvCMiMMPe8yDLRXsm6DAX6J5rULZTRg6dsWPJk J8VDJYv9m8JNnGkmp/pqmJuOUp+MMRdT1g/xaS3Szac04NfAwqayIws7sjACWQZ4 = Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=exclusively, HX-Spam-Relays-External:ESMTPA X-HELO: vsmx009.vodafonemail.xion.oxcs.net From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: [PATCH] default ps -W process start time to system boot time when inaccessible, 0, -1 References: <20190323034522 DOT 9688-1-Brian DOT Inglis AT SystematicSW DOT ab DOT ca> <87d0mh5x3u DOT fsf AT Rainer DOT invalid> <20190323183653 DOT GB3471 AT calimero DOT vinschen DOT de> <874l7tbfh6 DOT fsf AT Rainer DOT invalid> <4dfdfce1-245d-98fe-0c49-890ba8ec8dd4 AT SystematicSw DOT ab DOT ca> <874l7s65yv DOT fsf AT Rainer DOT invalid> <871s2wm956 DOT fsf AT Rainer DOT invalid> Date: Sun, 24 Mar 2019 20:48:14 +0100 In-Reply-To: (Brian Inglis's message of "Sun, 24 Mar 2019 13:16:26 -0600") Message-ID: <87wokokq9t.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Brian Inglis writes: > System processes with more recent process start times seem to make process times > available to unelevated processes. > Do startup system processes not have this info available to unelevated processes > because of some security policy, timing, or possible race conditions with system > process and performance monitor startup? I don't understand why you keep talking exclusively about system startup processes, these are just a subset (if a particularly stubborn one). The process start time info is generally unavailable for an unprivileged user (since it requires to "open" the process") except for processes started under the same user account in the same user session. There is a security token (I forgot the name, but it's been posted on this list a few days ago) you can add to user accounts so they get to see more (but still not all) such information. Certain types of information are only accessible conditional on which groups you're a member of. It also varies a bit by Windows version and type of install, I think. On top of that come group policies. So this is a lot more involved than just system startup processes. > System startup process start times appear to not be available to unelevated > processes, so the process default value is zero. > ISTM boot time is a better, more accurate, and useful default for those processes. I still disagree, but then those are not the only processes that have this issue. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple