<p>did u check out syslog feature<br></p>
<p>On 03-May-2012 2:11 PM, &quot;Panagiotis Sakkos&quot; &lt;<a href="mailto:panos.sakkos@cern.ch">panos.sakkos@cern.ch</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi again,<br>
&gt;<br>
&gt; I would like to ask you the possible ways of logging information from the kernel, without<br>
&gt; the messages being intercepted from dmesg. Also please note that my implementation uses the kprobes API, so in my probes I am atomic and uninterrupted.<br>
&gt;<br>
&gt; printk sends the logs to the kernel ring buffer, so dmesg will always see them. Hence, printk-ing is not a solution.<br>
&gt; Logging to a unix socket (i.e. /dev/log) didn&#39;t work (check &quot;Crash when sending a lot of messages through a unix socket&quot; thread).<br>
&gt; proc filesystem, I am not sure, but I believe that is not suitable for logging information. It is more for kernel information exposing.<br>
&gt; Any other ideas? My problem is that I log sensitive data and any unprivileged user can run dmesg and see the sensitive logs.<br>
&gt;  <br>
&gt; Thank you in advance for your time,<br>
&gt; Panos<br>
&gt; --<br>
&gt; <a href="http://www.cern.ch/psakkos">http://www.cern.ch/psakkos</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
</p>