FilePermission.idl (408a4873) | FilePermission.idl (95a17a32) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 47 unchanged lines hidden (view full) --- 56 </p> 57 58 @attention 59 Be careful when granting FilePermissions. Think about the implications of 60 granting read and especially write access to various files and directories. 61 The <code>"<<ALL FILES>>"</code> permission with write action is 62 especially dangerous. This grants permission to write to the entire file system. 63 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 47 unchanged lines hidden (view full) --- 56 </p> 57 58 @attention 59 Be careful when granting FilePermissions. Think about the implications of 60 granting read and especially write access to various files and directories. 61 The <code>"<<ALL FILES>>"</code> permission with write action is 62 especially dangerous. This grants permission to write to the entire file system. 63 |
64 @since OOo 1.1.2 | 64 @since OpenOffice 1.1.2 |
65*/ 66published struct FilePermission 67{ 68 /** target file url 69 */ 70 string URL; 71 /** comma separated actions list 72 */ 73 string Actions; 74}; 75 76//============================================================================= 77 78}; }; }; }; 79 80#endif | 65*/ 66published struct FilePermission 67{ 68 /** target file url 69 */ 70 string URL; 71 /** comma separated actions list 72 */ 73 string Actions; 74}; 75 76//============================================================================= 77 78}; }; }; }; 79 80#endif |