tizen 2.3 release
[framework/system/swap-manager.git] / daemon / smack.h
1 /*
2  *  DA manager
3  *
4  * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact:
7  *
8  * Jaewon Lim           <jaewon81.lim@samsung.com>
9  * Woojin Jung          <woojin2.jung@samsung.com>
10  * Juyoung Kim          <j0.kim@samsung.com>
11  * Nikita Kalyazin      <n.kalyazin@samsung.com>
12  *
13  * Licensed under the Apache License, Version 2.0 (the "License");
14  * you may not use this file except in compliance with the License.
15  * You may obtain a copy of the License at
16  *
17  * http://www.apache.org/licenses/LICENSE-2.0
18  *
19  * Unless required by applicable law or agreed to in writing, software
20  * distributed under the License is distributed on an "AS IS" BASIS,
21  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22  * See the License for the specific language governing permissions and
23  * limitations under the License.
24  *
25  * Contributors:
26  * - S-Core Co., Ltd
27  * - Samsung RnD Institute Russia
28  *
29  */
30
31
32 #ifndef _SMACK_H_
33 #define _SMACK_H_
34
35 void fd_setup_attributes(int fd);
36 void set_label_for_all(const char *path);
37
38 #endif /* _SMACK_H_ */