All of lore.kernel.org
 help / color / mirror / Atom feed
* documentation
@ 2002-04-24 14:26 Guilhem Tardy
  2002-04-24 16:58 ` documentation Takashi Iwai
  0 siblings, 1 reply; 11+ messages in thread
From: Guilhem Tardy @ 2002-04-24 14:26 UTC (permalink / raw)
  To: alsa-devel

Hi,

I am writing an ALSA driver for a new card. I had doc for 0.5.0, but this is
outdated and so far had to do with examples in the 0.9.0beta12 distribution
(mainly dummy.c and cs4281.c). Is there any doc available otherwise?
Any hint as for what I am facing, given that my card doesn't do DMA.

What is required from my part to support memory mapping from the driver to the
application? Would this be supported through the OSS compatibility layer, too?

Thanks,
Guilhem.


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* more info
@ 2002-01-16 19:40 Shaun Savage
  2002-01-16 20:09 ` Stephen Smalley
  0 siblings, 1 reply; 11+ messages in thread
From: Shaun Savage @ 2002-01-16 19:40 UTC (permalink / raw)
  To: SELinux

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

During the load process I get

ss: loading .....
security: 5 users, 6roles, 391 types
security: 29 classes, 74171 rules
security: context root:sysadm_r:ipchains_t is invalid

Why/How is it invalid?

attached is the new ipchains.te

Shaun 

[-- Attachment #2: ipchains.te --]
[-- Type: text/plain, Size: 1194 bytes --]

#
# Authors:  Justin Smith <jsmith@mcs.drexel.edu>
#

role sysadm_t types { ipchains_t };
domain_auto_trans(sysadm_t, ipchains_exec_t, ipchains_t)

allow tripwire_t sysadm_tty_device_t:chr_file rw_file_perms;
allow tripwire_t sysadm_devpts_t:chr_file rw_file_perms;
allow tripwire_t sysadm_gph_t:fd inherit_fd_perms;
 
auditallow sysadm_t ipchains_t:process transition;
auditallow sysadm_t ipchains_exec_t:process transition;
auditallow sysadm_t ipchains_exec_t:file execute;

#
# Rules for the ipchains_t domain.
#
type ipchains_t, domain, privlog;
type ipchains_exec_t, file_type, sysadmfile, exec_type;
type ipchains_var_run_t, file_type, sysadmfile, pidfile;

domain_auto_trans(ipchains_t, insmod_exec_t, insmod_t)

domain_auto_trans(ipchains_t, ifconfig_exec_t, ifconfig_t)
file_type_auto_trans(ipchains_t, var_run_t, ipchains_var_run_t)
uses_shlib(ipchains_t)

# Inherit and use descriptors from init.
allow ipchains_t init_t:fd inherit_fd_perms;

allow ipchains_t bin_t:file { execute execute_no_trans };
allow ipchains_t ipchains_exec_t:file { execute_no_trans };
allow ipchains_t ipchains_t:capability { net_admin net_raw };
allow ipchains_t ipchains_t:rawip_socket { create setopt };

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-05-03 16:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-24 14:26 documentation Guilhem Tardy
2002-04-24 16:58 ` documentation Takashi Iwai
2002-04-24 19:32   ` documentation Guilhem Tardy
2002-04-26 17:54     ` documentation Takashi Iwai
2002-05-03 16:11       ` documentation Guilhem Tardy
2002-05-03 16:22         ` documentation Paul Davis
2002-05-03 16:28         ` documentation Takashi Iwai
2002-04-25  0:05   ` more info Guilhem Tardy
2002-04-25  0:34     ` Paul Davis
  -- strict thread matches above, loose matches on Subject: below --
2002-01-16 19:40 Shaun Savage
2002-01-16 20:09 ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.