
trefalgar at realitybytes
Jul 27, 2012, 11:47 AM
Post #6 of 6
(234 views)
Permalink
|
|
Re: Logging files and devices changed by user
[In reply to]
|
|
You're talking about a feature rsyslog doesn't have. 1) If the file has proper permissions, the user shouldn't have access to it anyways. 2) If you're needing a product that detects file changes, tripwire has an open source version. It's also an easy perl script to track changes via `ls -la`. Jacob On 7/27/2012 12:49 PM, Carlos Eduardo wrote: > > Hi Radu, > > I know, but when the user to access a file without permission? how to register with rsyslog? > > Tks for your help! ;) > > Carlos > > >> Date: Fri, 27 Jul 2012 18:13:56 +0300 >> From: radu0gheorghe [at] gmail >> To: rsyslog [at] lists >> Subject: Re: [rsyslog] Logging files and devices changed by user >> >> Hi Carlos, >> >> If you want rsyslog to log each time a file is changed or removed, I don't >> think rsyslog can do it on its own. But if you have something that monitors >> that and can log to your local syslog daemon, then rsyslog can be used as >> that syslog daemon. >> >> 2012/7/27 Carlos Eduardo <carloseduardo.unix [at] hotmail> >> >>> >>> Yes! Radu ;) >>> >>> I need logger with rsyslog, devices opened and files changed or removed >>> by single user >>> >>> it's possible? >>> >>> Sorry my bad english im brazilian ;) >>> >>> >>> Tks Carlos >>> >>>> Date: Fri, 27 Jul 2012 17:24:46 +0300 >>>> From: radu0gheorghe [at] gmail >>>> To: rsyslog [at] lists >>>> Subject: Re: [rsyslog] Logging files and devices changed by user >>>> >>>> Hi Carlos, >>>> >>>> Sorry, I don't think I get your question. Can you rephrase? Maybe with >>> some >>>> more details? >>>> >>>> Best regards, >>>> Radu >>>> >>>> 2012/7/27 Carlos Eduardo <carloseduardo.unix [at] hotmail> >>>> >>>>> >>>>> Hi For all! >>>>> >>>>> Its possible log files and devices opened or changed by user? >>>>> >>>>> >>>>> Tks Carlos >>>>> _______________________________________________ >>>>> rsyslog mailing list >>>>> http://lists.adiscon.net/mailman/listinfo/rsyslog >>>>> http://www.rsyslog.com/professional-services/ >>>>> What's up with rsyslog? Follow https://twitter.com/rgerhards >>>>> >>>> _______________________________________________ >>>> rsyslog mailing list >>>> http://lists.adiscon.net/mailman/listinfo/rsyslog >>>> http://www.rsyslog.com/professional-services/ >>>> What's up with rsyslog? Follow https://twitter.com/rgerhards >>> >>> _______________________________________________ >>> rsyslog mailing list >>> http://lists.adiscon.net/mailman/listinfo/rsyslog >>> http://www.rsyslog.com/professional-services/ >>> What's up with rsyslog? Follow https://twitter.com/rgerhards >>> >> _______________________________________________ >> rsyslog mailing list >> http://lists.adiscon.net/mailman/listinfo/rsyslog >> http://www.rsyslog.com/professional-services/ >> What's up with rsyslog? Follow https://twitter.com/rgerhards > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards
|