- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Block specific command for a user
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 07:02 PM
02-12-2010 07:02 PM
Block specific command for a user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 07:40 PM
02-12-2010 07:40 PM
Re: Block specific command for a user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 09:32 PM
02-12-2010 09:32 PM
Re: Block specific command for a user
man acl
[...]
For example, the following optional access control list entries can be associated with our file:
[...]
(george.%,---)
Deny any access to user george in no specific group.
[...]
Why would this be a useful thing to do? What
damage could a normal user do with these
programs, which he could not do just as
easily with some other programs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 09:55 PM
02-12-2010 09:55 PM
Re: Block specific command for a user
Our application uses a user ID for the environment which the app runs.
The database is backed up using zcat and compressed. He wants to ensure if the user was ever compromised they could not extract the data using zcat and cpio. I told him to use crypt on the compressed files but doesnt think its secure enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010 07:40 AM
02-13-2010 07:40 AM
Re: Block specific command for a user
And you can't do that with file permissions
on the data?
And the user can't bring in his own zcat
and/or cpio programs?
> [...] doesnt think its secure enough.
What would be? GnuPG is available. But who
would be doing the encryption? Who's trying
to hide what from whom?
As usual, it might be more helpful if you
described the actual problem which you are
trying to solve, rather than asking how to
implement some sub-ideal "solution".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 12:37 PM
02-17-2010 12:37 PM
Re: Block specific command for a user
Our backups are done with zcat and cpio via the app we are using . He wanted to know if the application account be restricted from extracting the data. Just wanted to know if it was possible to block maybe using a ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 01:06 PM
02-17-2010 01:06 PM
Re: Block specific command for a user
Are you wanting it to be able to back up the data with cpio and zcat, but not restore the data using the same commands?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 05:25 AM
02-18-2010 05:25 AM
Re: Block specific command for a user
>Our backups are done with zcat and cpio via the app we are using . He wanted to know if the application account be restricted from extracting the data
If some account is used for creating the archive (with zcat), why bother to hide the resulting archive from the person using the same account? I mean if he can access the original data, it is pointless to deny access to some archive that would contain the same data.
Horia.
Horia.