Bug 118953 - ps doesn't show system and other non-user processes
Summary: ps doesn't show system and other non-user processes
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: procps
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-23 05:02 UTC by G.Wolfe Woodbury
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-03-23 10:49:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description G.Wolfe Woodbury 2004-03-23 05:02:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
ps excludes all system processes and any processes other than the user
running the ps (non-root)



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. install from development tree with policy 1.9
2. make non-root users and login
3. run ps afx
    

Actual Results:  only user related processes are shown, no system
processes like init or nfsd show up in the output

Expected Results:  all processes should show

Additional info:

seems to be related to not being able to examine directories in /proc
under the selinux 1.9 policy set.  Changing into /proc and doing an ls
reveals lots of non-examinable processes.

Comment 1 Daniel Walsh 2004-03-23 10:49:10 UTC
This is by design.  ALthough newer policies will be more relaxed.  In
a truly secure environment nonpriv users will only be able to view
their own processes.  newrole -r sysadm_r to see more processes.

Dan


Note You need to log in before you can comment on or make changes to this bug.