X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fckm-integration%2Fprocess-settings%2Fchange-smack.h;h=937c1015a5177744355fb6d4d602c04ceb183283;hb=73f509909a3e4942cc60efbe5963e3bcac9cd7d4;hp=ac511991ad714f955d06eef3338871c8d81429c0;hpb=99ac53ca4f1ef7a2b931711969c08a4acee06fad;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/src/ckm-integration/process-settings/change-smack.h b/src/ckm-integration/process-settings/change-smack.h index ac51199..937c101 100644 --- a/src/ckm-integration/process-settings/change-smack.h +++ b/src/ckm-integration/process-settings/change-smack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2015 - 2019 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,14 +16,18 @@ /* * @file change-smack.h * @author Bartlomiej Grzelewski (b.grzelewski@samsung.com) + * @author Krzysztof Jackiewicz (k.jackiewicz@samsung.com) * @version 1.0 */ #pragma once #include +#include #include +class ScopedProcessLabel; + namespace ProcessSettings { class ChangeSmack { @@ -34,7 +38,7 @@ public: virtual ~ChangeSmack(); private: const Policy &m_policy; - std::string m_originalLabel; + std::unique_ptr m_processLabel; }; } // namespace ProcessSettings