audit: fix comment block whitespace
Signed-off-by: Scott Matheina <scott@matheina.com> [PM: fixed subject line] Signed-off-by: Paul Moore <pmoore@redhat.com>
This commit is contained in:
Родитель
6f1b5d7afe
Коммит
725131efa5
|
@ -39,13 +39,13 @@
|
||||||
* Locking model:
|
* Locking model:
|
||||||
*
|
*
|
||||||
* audit_filter_mutex:
|
* audit_filter_mutex:
|
||||||
* Synchronizes writes and blocking reads of audit's filterlist
|
* Synchronizes writes and blocking reads of audit's filterlist
|
||||||
* data. Rcu is used to traverse the filterlist and access
|
* data. Rcu is used to traverse the filterlist and access
|
||||||
* contents of structs audit_entry, audit_watch and opaque
|
* contents of structs audit_entry, audit_watch and opaque
|
||||||
* LSM rules during filtering. If modified, these structures
|
* LSM rules during filtering. If modified, these structures
|
||||||
* must be copied and replace their counterparts in the filterlist.
|
* must be copied and replace their counterparts in the filterlist.
|
||||||
* An audit_parent struct is not accessed during filtering, so may
|
* An audit_parent struct is not accessed during filtering, so may
|
||||||
* be written directly provided audit_filter_mutex is held.
|
* be written directly provided audit_filter_mutex is held.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Audit filter lists, defined in <linux/audit.h> */
|
/* Audit filter lists, defined in <linux/audit.h> */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче