summaryrefslogtreecommitdiff
path: root/src/core/smack-setup.h
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2014-10-24 21:15:25 +0900
committerLennart Poettering <lennart@poettering.net>2014-10-28 14:31:48 +0100
commit8a188de9e0ea41509beda12084126d7a75ebe86e (patch)
treeb1f87ef531c84ac6f4db82c421db4aa3b8b22d03 /src/core/smack-setup.h
parent07788ab9d89db17a11ebfced35d2fad663cd180d (diff)
mac: add mac_ prefix to distinguish origin security apis
Diffstat (limited to 'src/core/smack-setup.h')
-rw-r--r--src/core/smack-setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/smack-setup.h b/src/core/smack-setup.h
index 892709669..1cab7718f 100644
--- a/src/core/smack-setup.h
+++ b/src/core/smack-setup.h
@@ -23,4 +23,4 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-int smack_setup(bool *loaded_policy);
+int mac_smack_setup(bool *loaded_policy);