X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fgenerator.ml;h=3a772029e7ce5a5441e0755cd9577fc208bea8dc;hb=67a679afb17747b5ec392e56cf6121b085b38a3a;hp=b9544ff961a23e4657e1c752f0ee8186dcfb5bd8;hpb=27566d8323e4a8af59f5649aeeaef97ebd55cbd0;p=libguestfs.git diff --git a/src/generator.ml b/src/generator.ml index b9544ff..3a77202 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3427,6 +3427,24 @@ This closes the inotify handle which was previously opened by inotify_init. It removes all watches, throws away any pending events, and deallocates all resources."); + ("setcon", (RErr, [String "context"]), 185, [], + [], + "set SELinux security context", + "\ +This sets the SELinux security context of the daemon +to the string C. + +See the documentation about SELINUX in L."); + + ("getcon", (RString "context", []), 186, [], + [], + "get SELinux security context", + "\ +This gets the SELinux security context of the daemon. + +See the documentation about SELINUX in L, +and C"); + ] let all_functions = non_daemon_functions @ daemon_functions