Re: A few questions...

看板FB_hackers作者時間18年前 (2007/07/24 12:15), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/11 (看更多)
Daniel Molina Wegener wrote: > Hello, > > I need information about few things, I hope someone can help > me and thanks in advance. > > a) Is there any function or variable that tells me which is the > root user UID in the system, or root always have 0 and it's > an "elegant" option to compare the variables or structure > members against zero. Root is always UID 0. Checking UID == 0 is the common practice for determining if the effective UID has root priveleges. > b) Can normal users look for system processes or kernel threads? Yes, depending on the value of the security.bsd.see_other_uids sysctl. If security.bsd.see_other_uids=0, non-root users can only see their own processes. > c) Can root look for system processes or kernel threads? Yes, regardless of the value of security.bsd.see_other_uids. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
文章代碼(AID): #16fNpw00 (FB_hackers)
討論串 (同標題文章)
文章代碼(AID): #16fNpw00 (FB_hackers)