[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] initialize primcmd even in domU in preparation for access control checkin
ChangeSet 1.1437, 2005/05/04 18:40:45+01:00, smh22@xxxxxxxxxxxxxxxxxxxx initialize primcmd even in domU in preparation for access control checkin privcmd.c | 3 --- 1 files changed, 3 deletions(-) diff -Nru a/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c b/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c --- a/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c 2005-05-05 14:04:25 -04:00 +++ b/linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c 2005-05-05 14:04:25 -04:00 @@ -219,9 +219,6 @@ static int __init privcmd_init(void) { - if ( !(xen_start_info.flags & SIF_PRIVILEGED) ) - return 0; - privcmd_intf = create_xen_proc_entry("privcmd", 0400); if ( privcmd_intf != NULL ) privcmd_intf->proc_fops = &privcmd_file_ops; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |