mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
9 lines
187 B
Python
9 lines
187 B
Python
![]() |
project = "The kernel security subsystem manual"
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'security.tex', project,
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|