ipc restrictions for some drivers and I/O MMU (amddev)
This commit is contained in:
parent
3f23bca404
commit
75520b7403
1 changed files with 19 additions and 2 deletions
|
@ -61,9 +61,13 @@ driver rtl8139
|
|||
SAFECOPYFROM # 31
|
||||
SAFECOPYTO # 32
|
||||
SETGRANT # 34
|
||||
MAPDMA # 41
|
||||
;
|
||||
pci device 10ec/8139;
|
||||
#uid 0;
|
||||
ipc
|
||||
SYSTEM PM RS LOG TTY DS
|
||||
pci inet amddev
|
||||
;
|
||||
};
|
||||
|
||||
driver fxp
|
||||
|
@ -81,7 +85,10 @@ driver fxp
|
|||
SETGRANT # 34
|
||||
;
|
||||
pci device 8086/1229;
|
||||
#uid 0;
|
||||
ipc
|
||||
SYSTEM PM RS LOG TTY DS
|
||||
pci inet amddev
|
||||
;
|
||||
};
|
||||
|
||||
driver dumpcore
|
||||
|
@ -267,3 +274,13 @@ driver es1371
|
|||
pci device 1274/1371;
|
||||
};
|
||||
|
||||
driver amddev
|
||||
{
|
||||
pci device 1022/1103;
|
||||
system
|
||||
UMAP # 14
|
||||
SETGRANT # 34
|
||||
REGDEV # 40
|
||||
;
|
||||
uid 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue