You are not logged in.
Pages: 1
I noticed that a lot of information in journalctl is kind of private information. Even the file names of the things I download are listed in this file. Is there a way to disable this or to change the log directory?
Thanks.
Offline
I think you can manage what gets logged. Disable logging of info from the applications you want to keep private or set it to log just warnings and errors.
Offline
I have to ask. Is it your machine? Have you root access?
Root will have access to the information in the journal. Root has control of what is written to the journal.
Non-root users probably do not have access to the information about which you are concerned. You might create a non-privileged user and verify that assertion.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Yes, but this is a pc with multiple root accounts
Offline
Even the file names of the things I download are listed in this file.
Really? I assume it's your login manager coming into play. Can someone elaborate.
Offline
Can you give sanitized examples or tell which programs are logging that much information? At a quick glance I didn't find that much specific information on the output of journalctl on my machine.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
The program is jDownloader. Things like this:
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, PP1080p.part1.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.w
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, PP1080p.part1.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.w
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, PP1080p.part1.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.w
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, HA_TS_720p.part
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, HA_TS_720p.part
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, HA_TS_720p.part
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, HA_TS_720p.part
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, Aspx720p.part3.
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, Aspx720p.part3.
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, Aspx720p.part3.
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, LFW_1080.part1.
Mar 17 00:28:51 HackMachine-G51J gnome-session[567]: Done: {TL_tm_720p.part3.rar=0, HDLVCTRSwt.part3.rar=718884040, CC_zzn_720p.wmv=0, LFW_1080.part1.
Offline
It's probably an application specific setting. I would say this has nothing to do with systemd, but i might be incorrect.
Try looking around in JDownloader's settings to reduce the verbosity or other logging related settings.
Last edited by x33a (2014-03-17 15:52:08)
Offline
I have to agree with x33a, this does look specific to jdownloader (or java programs). Unless you give users permission to see all logs I believe users can only see things pertaining to them, the system administrator will always be able to see it all.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
There doesn't seem to be such options in jDownloader.
What happens if I remove journalctl?
Offline
journalctl can be useful e.g. for debugging.
You can set it so that the logs get lost on reboot.
are you using syslog-ng?
Offline
journalctl can be useful e.g. for debugging.
You can set it so that the logs get lost on reboot.are you using syslog-ng?
I don't want any log of this kind to be made. This is a shared pc!
I'm not running syslog-ng.
Offline
Does
Storage=none
in /etc/systemd/journald.conf help?
Offline
When you say there's multiple root accounts, do you mean multiple users with sudo priveleges? If so, could you fine-tune sudo such that all sudoers don't have access to the journal?
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
When you say there's multiple root accounts, do you mean multiple users with sudo priveleges? If so, could you fine-tune sudo such that all sudoers don't have access to the journal?
How do you want me to do that? And also, everyone with sudo rights can just reverse this?
Offline
How do you want me to do that?
See
http://www.sudo.ws/sudoers.man.html
https://wiki.archlinux.org/index.php/Sudo
etc.
And also, everyone with sudo rights can just reverse this?
Not if done correctly.
Anyhoo, I find it odd that you're comfortable giving people full control over your system when you don't trust them to know what you've downloaded.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Offline
Lol. Then you have to type two times a password I already have home dir encryption.
Offline
If jdownloader does something you don't like, are there other similar programs that you might be able to explore? Without actually installing it, it seems that it is a download that is specific to so-called 'one-click' type sites. What is wrong with using a regular download manager? There also appears to be a couple other 'one-click' specific programs in the AUR.
If this program runs as a systemd service (I have no idea whether it does or not), you can control where stdout and stderr are sent. The systemd docs can tell you about how to do this.
Offline
If this program runs as a systemd service (I have no idea whether it does or not), you can control where stdout and stderr are sent. The systemd docs can tell you about how to do this.
Thanks! I'll check this out.
Offline
Pages: 1