mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +00:00
libapparmor: fix comments about kernel exporte interfaces
Some basic fixes to comments, that were found after !713 was merged. Fixes: https://gitlab.com/apparmor/apparmor/-/merge_requests/713 MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/777 Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
*
|
*
|
||||||
* /sys/module/apparmor/parameters/ *
|
* /sys/module/apparmor/parameters/ *
|
||||||
*
|
*
|
||||||
* Available on on kernels, some options may not be available and policy
|
* Available on all kernels, some options may not be available and policy
|
||||||
* may block access.
|
* may block access.
|
||||||
* audit - normal,quiet_denied,quiet,noquiet,all
|
* audit - normal,quiet_denied,quiet,noquiet,all
|
||||||
* debug (bool) - turn on debug messages if enabled during compile
|
* debug (bool) - turn on debug messages if enabled during compile
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
* /sys/module/apparmor/parameters/enabled=N.
|
* /sys/module/apparmor/parameters/enabled=N.
|
||||||
* Note: older version of the library only used this interface and did not
|
* Note: older version of the library only used this interface and did not
|
||||||
* check if it was available. Which could lead to weird failures if
|
* check if it was available. Which could lead to weird failures if
|
||||||
* another LSM had clamed it. This version of the library tries to
|
* another LSM has claimed it. This version of the library tries to
|
||||||
* fix this problem, but unfortunately it is impossible to completely
|
* fix this problem, but unfortunately it is impossible to completely
|
||||||
* address, because access to interfaces required to determine
|
* address, because access to interfaces required to determine
|
||||||
* whether apparmor owns the interface may be restricted, either
|
* whether apparmor owns the interface may be restricted, either
|
||||||
|
Reference in New Issue
Block a user