Operating System - HP-UX
1831482 Members
3704 Online
110025 Solutions
New Discussion

Re: File system access control

 
Evgeniya Smirnova
Occasional Contributor

File system access control

Is it possible to intercept all file system calls (not from particular process or application)(or at least file access function)with the possibility to analyse the request (user id, requested operation, file pathname) and then reject or pass throw this call? Is there possibility to implement system calls interception or interposition on the virtual file system functions level or low level file systems? Thanks, Evgeniya
3 REPLIES 3
Sridhar Bhaskarla
Honored Contributor

Re: File system access control

Hi,

CA's e-Trust Access control (previously called SeOS) does it in general on all types of system calls. I used it before and I like to use it if the systems have to be robustly secure as it provides an additional layer of security even above "root".

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Evgeniya Smirnova
Occasional Contributor

Re: File system access control

I'm sorry. I forgot to specify, that I'm interesting in HP-UX.
Thanks,Evgeniya
Evgeniya Smirnova
Occasional Contributor

Re: File system access control

In what way such tools, like CA's e-Trust Access control could be implemented? Is it possible to do without operating system's source codes access?
Thanks, Evgeniya