Documented order in which access rules are applied to kernel.
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 2 Oct 2013 08:07:59 +0000 (11:07 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Mon, 14 Oct 2013 10:00:02 +0000 (13:00 +0300)
(cherry picked from commit f82cadf3b7a9d84ae0bf2aa06fb8ecff9b4332dc)

libsmack/sys/smack.h

index 36699f0..912c769 100644 (file)
@@ -75,7 +75,8 @@ void smack_accesses_free(struct smack_accesses *handle);
 int smack_accesses_save(struct smack_accesses *handle, int fd);
 
 /*!
- * Apply access rules to the kernel.
+ * Apply access rules to the kernel. Rules are applied in the order that
+ * they were added.
  *
  * @param handle handle to a struct smack_accesses instance
  * @return Returns 0 on success and negative on failure.