![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| max number of slabs per kernel module (kernel 2.6.17, suse) | Brendan Kennedy | Linux | 4 | 01-23-2008 06:40 AM |
| How to restrict a user group to access the kernel | harishankar | HP-UX | 0 | 08-08-2007 11:09 PM |
| Aplication user and kernel mode (data access) | Brendan Kennedy | High Level Programming | 1 | 05-27-2007 02:45 PM |
| Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU | dave043 | Linux | 2 | 05-09-2007 10:57 PM |
| Need help to access/mount so to access folder/files on a Remote System using Linux OS | S.Vishwanath | UNIX for Dummies Questions & Answers | 2 | 07-30-2001 05:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I need to know how to revoke the access/permission of Kernel for a group. In details, one of the group 'X' is having kernel access/permission and this group can control the Kernel at anytime. How can we revoke this permission/access ? Thanks, Rohit.. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hi,
I need to know how to revoke the access/permission of Kernel for a group. In details, one of the group 'X' is having kernel access/permission and this group can control the Kernel at anytime. How can we revoke this permission/access ? Thanks, Rohit.. |
|
#3
|
||||
|
||||
|
What do you mean by kernel access permission? By default, the kernel will run as root. And no one can access the kernel directly, but only through defined access points. Perhaps you could let us know exactly what your problem is.
Also, please let us know your OS and its version. |
|
#4
|
|||
|
|||
|
Re..
Sorry for any confusion. The problem is one of the group ID is having kernel access. I do not know how the group is having access to kernel, whereas no other groups are having this kernel access ? I need to revoke the kernel access/permission of that particular group.
Hope it's cleasr now !! Thanks, Rohit.. |
|
#5
|
||||
|
||||
|
You haven't answered my question.
a. What is your OS? b. What do you mean by "is having kernel access"? Access to do what? |
|
#6
|
|||
|
|||
|
Okie !! The OS is HP-UX and version may be 11.0.
To answer your second question, the root wrongly provided the kernel previledges to one of the group. I do not know how and where the root has given these previledges ? The particular group is having all the previledges to access the kernel. Now, I need to revoke the previledges for that group, which I donot know where and how to change in the system ? Thanks, Rohit.. |
|
#7
|
||||
|
||||
|
On HP-UX, the closest thing that I could find to a kernel privilege is the setprivgrp command. You can lookup the man page of that command for more information.
|
||||
| Google The UNIX and Linux Forums |