Re: [systemd-devel] [PATCH 2/2] main: added support for loading IMA custom policies

2012-02-15 Thread Roberto Sassu
On 02/15/2012 05:55 PM, Gustavo Sverzut Barbieri wrote: On Wed, Feb 15, 2012 at 2:26 PM, Roberto Sassu wrote: On 02/15/2012 03:30 PM, Gustavo Sverzut Barbieri wrote: On Wed, Feb 15, 2012 at 11:23 AM, Roberto Sassu wrote: The new function ima_setup() loads an IMA custom policy from a fi

Re: [systemd-devel] [PATCH 2/2] main: added support for loading IMA custom policies

2012-02-15 Thread Gustavo Sverzut Barbieri
On Wed, Feb 15, 2012 at 2:26 PM, Roberto Sassu wrote: > > On 02/15/2012 03:30 PM, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Feb 15, 2012 at 11:23 AM, Roberto Sassu   >> wrote: >>> >>> The new function ima_setup() loads an IMA custom policy from a file in the >>> default location '/etc/sysconfi

[systemd-devel] Systemd: daemon listing

2012-02-15 Thread ayoub ayoub
Hi, When systemd start executing ,i want to see the list of running services ,one by one ,on my console , and witch files the service needs (binary , script..) with details ? ___ systemd-devel mailing list [email protected] http://lis

Re: [systemd-devel] [PATCH 2/2] main: added support for loading IMA custom policies

2012-02-15 Thread Roberto Sassu
On 02/15/2012 03:30 PM, Gustavo Sverzut Barbieri wrote: On Wed, Feb 15, 2012 at 11:23 AM, Roberto Sassu wrote: The new function ima_setup() loads an IMA custom policy from a file in the default location '/etc/sysconfig/ima-policy', if present, and writes it to isn't /etc/sysconfig too specifi

Re: [systemd-devel] [PATCH 2/2] main: added support for loading IMA custom policies

2012-02-15 Thread Gustavo Sverzut Barbieri
On Wed, Feb 15, 2012 at 11:23 AM, Roberto Sassu wrote: > The new function ima_setup() loads an IMA custom policy from a file in the > default location '/etc/sysconfig/ima-policy', if present, and writes it to isn't /etc/sysconfig too specific to Fedora? Also, I certainly have no such things in m

[systemd-devel] [PATCH 2/2] main: added support for loading IMA custom policies

2012-02-15 Thread Roberto Sassu
The new function ima_setup() loads an IMA custom policy from a file in the default location '/etc/sysconfig/ima-policy', if present, and writes it to the path 'ima/policy' in the security filesystem. This function is executed at early stage in order to avoid that some file operations are not measur

[systemd-devel] [PATCH 1/2] systemd: mount the securityfs filesystem at early stage

2012-02-15 Thread Roberto Sassu
The mount of the securityfs filesystem is now performed in the main systemd executable as it is used by IMA to provide the interface for loading custom policies. The unit file 'units/sys-kernel-security.mount' has been removed because it is not longer necessary. Signed-off-by: Roberto Sassu Acked

Re: [systemd-devel] Display manager and logind interaction

2012-02-15 Thread Robert Ancell
>> For the first point you have a system when two sessions (A and B >> running on two different VTs) are open.  Session B requests a switch >> to session A using a fast user switcher UI.  Under the current logind >> this request would be made to the logind D-Bus service and that would >> activate V

[systemd-devel] Extracting a coredump from the journal

2012-02-15 Thread Thierry Reding
Hi, I've just had a service crash on one of my systems that runs with systemd 43 so I had a look at the output from 'systemctl status' and looked through the journal to find an entry saying that the process dumped core. I can also confirm that the journal has a coredump entry (judging by the verbo