Privacy-Preserving Audit and Extraction of Digital Contents


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Privacy-Preserving Audit and Extraction of Digital Contents
# 1  
Old 04-22-2008
Privacy-Preserving Audit and Extraction of Digital Contents

HPL-2008-32 Privacy-Preserving Audit and Extraction of Digital Contents - Shah, Mehul A.; Swaminathan, Ram; Baker, Mary
Keyword(s): auditing, storage, digital preservation, storage outsourcing, privacy-preserving, extraction, secure
Abstract: A growing number of online services, such as Google, Yahoo!, and Amazon, are starting to charge users for their storage. Customers often use these services to store valuable data such as email, family photos and videos, and disk backups. Today, a customer (or data owner) must entirely trust such ext ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Variable not preserving value

Hi I am running this shell script .But some how the flag value is getting reset to 0 .could you please help .I'm pasting the output of the script also for your reference. #!/usr/bin/sh # Shell script to monitor or watch the disk space # It will send an email to $ADMIN, if the (free... (5 Replies)
Discussion started by: ptappeta
5 Replies

2. Shell Programming and Scripting

Folder contents getting appended as strings while redirecting file contents to a variable

Hi one of the output of the command is as below # sed -n "/CCM-ResourceHealthCheck:/,/---------/{/CCM-ResourceHealthCheck:/d;/---------/d;p;}" Automation.OutputZ$zoneCounter | sed 's/$/<br>/' Resource List : <br> *************************** 1. row ***************************<br> ... (2 Replies)
Discussion started by: vivek d r
2 Replies

3. Shell Programming and Scripting

Preserving values with for loop for later use

Below is the issue I am having. I have a few variables which have certain values in them like var1=23 var2=46 var3=78 etc... I want to save these values with the help of a for loop in a single variable so that I can use it later,beacuse a few lines down the script, some of these... (3 Replies)
Discussion started by: Elizabeth H
3 Replies

4. Solaris

how to configure a audit in global zone that will audit all the zone

Hi everyone, how i can configure a single audit service in the global zone for all zones, on solaris BSM. I will be glad to hear back from you. Thanks and Regards (3 Replies)
Discussion started by: ladondo
3 Replies

5. AIX

When AIX audit start, How to set the /audit/stream.out file size ?

Dear All When I start the AIX(6100-06)audit subsystem. the log will save in /audit/stream.out (or /audit/trail), but in default when /audit/stream.out to grow up to 150MB. It will replace the original /audit/stream.out (or /audit/trail). Then the /audit/stream.out become empty and... (2 Replies)
Discussion started by: nnnnnnine
2 Replies

6. Filesystems, Disks and Memory

Preserving Ownership w/tar

I'm trying to make a backup of a directory tree on Solaris 8. I'm doing this with my own ID, not root. The problem I am running into is when I extract the archive, all files are owned by me and the group is my default group. The man page lists this as the default behavior when executed by a... (1 Reply)
Discussion started by: bergerj3
1 Replies
Login or Register to Ask a Question
aud_audit_events(5)													       aud_audit_events(5)

NAME
aud_audit_events - Auditable events for the audit services DESCRIPTION
Code is in place for auditing audit service-significant events. Among these events are: Administrative operations These are subdivided into modify and query operations. Filter operations These are subdivided into modify and query operations. Event class definitions, together with filters, control the auditing execution at these code points. Filters can be updated dynamically. Filter files are maintained by a per-host audit daemon, and are shared among all the audit clients on the same host. The dcecp command interface program is used for maintaining the filters. (See the dcecp reference page.) The dcecp command is executable by all users and system administrators. The control on who is allowed to modify filters is done through audit daemon's ACL, which maintains the filters. The Audit Service RPC interfaces include audit_control and audit_filter operations. Administrative Operations The dce_audit_admin_modify and dce_audit_admin_query event classes lump together the administrative operations that are performed on the Audit daemon. The dce_audit_admin_modify event class has the following events that modify the operation of the Audit daemon: EVT_MODIFY_STATE - Enables or disables the Audit daemon for logging. EVT_MODIFY_SSTRATEGY - Modifies storage strategy. This can be any of the following: Save - If the trail is full, it is backed up and renamed with a timestamp then writes on the original trail again. Wrap - If the trail is full, goes back to the beginning of the file, overwriting previously written records. EVT_REWIND - Rewinds the Audit daemon's central trail file. EVT_STOP - Stops the Audit daemon. The following are the audit code points in the Audit Service interfaces, with their Event Types, Event Classes, and any Event-Specific Information. EVT_MODIFY_STATE (0x306, dce_audit_admin_modify) None EVT_MODIFY_SSTRATEGY (0x305, dce_audit_admin_modify) None EVT_REWIND (0x307, dce_audit_admin_modify) None EVT_STOP (0x308, dce_audit_admin_modify) None The dce_audit_admin_query event class has two events: EVT_SHOW_SSTRATEGY - Shows the storage strategy. EVT_SHOW_STATE - Shows the state of the Audit daemon. Following are the details of this event class: EVT_SHOW_SSTRATEGY (0x309, dce_audit_admin_query) None EVT_SHOW_STATE (0x30a, dce_audit_admin_query) None Filter Operations The dce_audit_filter_modify and dce_audit_filter_query event classes are the filter operations that the Audit daemon handles. The dce_audit_filter_modify event class has the following events: EVT_ADD_FILTER - Adds a filter. EVT_DELETE_FILTER - Removes all guides for a specific subject. EVT_REMOVE_FILTER - Removes a specific guide for a specific subject. Following are the details of this event class: EVT_ADD_FILTER (0x303, dce_audit_filter_modify) None. EVT_DELETE_FILTER (0x300, dce_audit_filter_modify) None. EVT_REMOVE_FILTER (0x304, dce_audit_filter_modify) None. The dce_audit_filter_query contains two events: EVT_LIST_FILTER - Lists all subjects that have filters. EVT_SHOW_FILTER - Shows all fil- ters for a specific principal. Following are the details of this event class. EVT_LIST_FILTER (0x302, dce_audit_filter_query) None. EVT_SHOW_FILTER (0x301, dce_audit_filter_query) aud_c_evt_info_long_int esl_type aud_c_evt_info_char_string subject_name RELATED INFORMATION
Commands: dcecp(1m). Files: event_class.5. aud_audit_events(5)