[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] module loads but apps can not register w/ mod
From: |
hanasaki |
Subject: |
Re: [Dazuko-help] module loads but apps can not register w/ mod |
Date: |
Mon, 13 Feb 2006 18:34:40 -0600 |
User-agent: |
Debian Thunderbird 1.0.7 (X11/20051017) |
privileges....
l /dev/dazuko
crw------- 1 clamav root 254, 0 2006-02-12 15:54 /dev/dazuko
clamav is running as:
uid=114(clamav) gid=114(clamav) groups=114(clamav)
The example program failed when run as root with:
crw------- 1 clamav root 254, 0 2006-02-12 15:54 /dev/dazuko
and
crw------- 1 root root 254, 0 2006-02-12 15:54 /dev/dazuko
There was was the below in syslog
selinux_register_security: Registering secondary module dazuko
dazuko: warning: registered as secondary module
John Ogness wrote:
> hanasaki wrote:
>
>>== syslog from insmod
>>Feb 12 18:09:18 frontal-lobe kernel: dazuko: warning:
>> using local __dpath() dangerous for SMP kernels
>>Feb 12 18:09:18 frontal-lobe kernel:
>> selinux_register_security:
>> Registering secondary module dazuko
>>Feb 12 18:09:18 frontal-lobe kernel:
>> dazuko: warning: registered as secondary module
>>Feb 12 18:09:18 frontal-lobe kernel:
>> dazuko: loaded, version=2.1.1
>
>
> Hi,
>
> This looks ok.
>
>
>
>>== running example_c
>>DazukoIO version 2.1.1 (2.1.1.4)
>>error: failed to register with Dazuko
>
>
> Do you have a /dev/dazuko device?
>
> # cat /dev/dazuko
>
> If yes, are you running the example program with enough priviledges to write
> to /dev/dazuko?
>
> John Ogness
>