You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
doc: ReSTify apparmor.txt
Adjusts for ReST markup and moves under LSM admin guide. Acked-by: John Johansen <john.johansen@canonical.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
committed by
Jonathan Corbet
parent
229fd05c56
commit
26fccd9ed2
@@ -226,7 +226,7 @@ void aa_dfa_free_kref(struct kref *kref)
|
||||
* @flags: flags controlling what type of accept tables are acceptable
|
||||
*
|
||||
* Unpack a dfa that has been serialized. To find information on the dfa
|
||||
* format look in Documentation/security/apparmor.txt
|
||||
* format look in Documentation/admin-guide/LSM/apparmor.rst
|
||||
* Assumes the dfa @blob stream has been aligned on a 8 byte boundary
|
||||
*
|
||||
* Returns: an unpacked dfa ready for matching or ERR_PTR on failure
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* License.
|
||||
*
|
||||
* AppArmor uses a serialized binary format for loading policy. To find
|
||||
* policy format documentation look in Documentation/security/apparmor.txt
|
||||
* policy format documentation see Documentation/admin-guide/LSM/apparmor.rst
|
||||
* All policy is validated before it is used.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user