Ahmed S. Darwish
2a862b32f3
Audit: use new LSM hooks instead of SELinux exports
...
Stop using the following exported SELinux interfaces:
selinux_get_inode_sid(inode, sid)
selinux_get_ipc_sid(ipcp, sid)
selinux_get_task_sid(tsk, sid)
selinux_sid_to_string(sid, ctx, len)
kfree(ctx)
and use following generic LSM equivalents respectively:
security_inode_getsecid(inode, secid)
security_ipc_getsecid*(ipcp, secid)
security_task_getsecid(tsk, secid)
security_sid_to_secctx(sid, ctx, len)
security_release_secctx(ctx, len)
Call security_release_secctx only if security_secid_to_secctx
succeeded.
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com >
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com >
Acked-by: James Morris <jmorris@namei.org >
Reviewed-by: Paul Moore <paul.moore@hp.com >
2008-04-19 09:52:34 +10:00
..
2008-02-19 10:43:58 +01:00
2008-03-13 01:59:53 -04:00
2008-04-18 08:37:41 -07:00
2008-02-09 23:27:01 -08:00
2008-03-24 19:22:20 -07:00
2008-02-14 21:13:33 -08:00
2008-04-19 09:52:34 +10:00
2007-10-21 02:37:45 -04:00
2008-04-19 09:52:34 +10:00
2008-04-19 09:52:34 +10:00
2008-01-30 13:33:08 +01:00
2008-02-05 09:44:20 -08:00
2007-10-19 11:53:36 -07:00
2008-04-18 08:17:57 -07:00
2008-04-17 12:22:30 +02:00
2008-02-08 09:22:41 -08:00
2008-03-05 17:53:33 -08:00
2007-10-18 14:37:28 -07:00
2007-10-18 14:37:24 -07:00
2007-10-18 14:37:26 -07:00
2008-04-10 17:28:26 -07:00
2008-01-29 17:13:18 +11:00
2008-03-28 14:45:21 -07:00
2008-03-30 14:18:41 -07:00
2008-03-30 14:18:41 -07:00
2008-04-17 12:22:31 +02:00
2008-02-08 09:22:29 -08:00
2008-02-06 10:41:01 -08:00
2008-01-25 21:08:29 +01:00
2008-03-10 18:01:20 -07:00
2008-02-07 08:42:25 -08:00
2008-04-17 20:05:43 +02:00
2008-02-14 21:13:32 -08:00
2008-03-04 16:35:19 -08:00
2008-01-24 20:40:40 -08:00
2008-01-25 21:08:33 +01:00
2008-01-25 21:08:34 +01:00
2008-02-25 23:03:02 +01:00
2008-04-18 08:37:01 -07:00
2008-04-02 15:28:19 -07:00
2008-03-10 18:01:20 -07:00
2008-02-08 09:22:31 -08:00
2008-02-08 09:22:31 -08:00
2008-02-06 10:41:02 -08:00
2007-10-19 11:53:37 -07:00
2008-02-08 09:22:23 -08:00
2008-02-06 22:07:51 -05:00
2008-02-08 09:22:41 -08:00
2008-02-08 09:22:23 -08:00
2008-02-08 09:22:31 -08:00
2008-02-05 09:44:22 -08:00
2008-04-17 12:22:30 +02:00
2008-02-14 22:08:30 +01:00
2008-04-15 13:09:54 -07:00
2008-02-08 09:22:34 -08:00
2008-02-08 09:22:26 -08:00
2008-01-25 21:08:24 +01:00
2008-02-13 16:21:18 -08:00
2008-01-25 21:08:24 +01:00
2008-02-29 20:21:13 +01:00
2008-01-25 21:08:02 +01:00
2008-03-26 12:04:09 +01:00
2008-03-04 16:35:09 -08:00
2008-02-08 19:52:48 +11:00
2008-02-08 09:22:41 -08:00
2008-02-08 09:22:41 -08:00
2008-01-24 20:40:40 -08:00
2008-02-13 15:45:36 +01:00
2007-12-18 15:21:13 +01:00
2008-03-19 04:27:53 +01:00
2008-04-14 14:26:23 +02:00
2008-01-25 21:08:29 +01:00
2008-03-07 16:43:00 +01:00
2007-11-28 15:52:56 +01:00
2008-03-26 08:28:55 +01:00
2008-04-17 10:43:01 -04:00
2008-04-18 08:17:57 -07:00
2008-02-29 18:46:50 +01:00
2008-02-29 18:46:53 +01:00
2008-01-30 13:31:20 +01:00
2008-02-06 10:41:02 -08:00
2008-02-06 10:41:08 -08:00
2008-02-05 09:44:07 -08:00
2008-02-08 09:22:29 -08:00
2008-02-08 09:22:31 -08:00
2008-03-04 17:54:06 +01:00
2007-11-14 18:45:44 -08:00
2008-02-06 10:41:11 -08:00
2008-02-08 09:22:39 -08:00
2008-02-12 14:29:26 -08:00
2008-04-17 12:22:31 +02:00
2007-10-18 14:37:28 -07:00
2008-04-10 17:28:26 -07:00
2008-02-08 09:22:23 -08:00
2008-02-13 15:45:40 +01:00
2007-11-29 09:24:53 -08:00
2008-02-08 09:22:31 -08:00
2008-04-17 12:22:30 +02:00